Skip to content

Commit

Permalink
Merge pull request #71 from kikkomep/chore/remove-hosting-svc-mention
Browse files Browse the repository at this point in the history
chore: remove hosting svc mention
  • Loading branch information
kikkomep authored Aug 30, 2024
2 parents 48fde66 + 17b40d5 commit b5948af
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lifemonitor",
"version": "0.6.0",
"version": "0.6.1",
"scripts": {
"start": "ng build --configuration production && http-server -p 4202 --ssl -C ./certs/lm.crt -K ./certs/lm.key --host lm dist/lifemonitor",
"start:dev": "ng serve --port 4200 --ssl --ssl-key ./certs/lm.key --ssl-cert ./certs/lm.crt --host lm",
Expand Down
10 changes: 5 additions & 5 deletions src/app/pages/main/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,15 @@
</div>
<!-- Hosted By -->
<div class="col-lg-2 col-md-12 m-5 m-lg-0">
<div class="text-center">
<!-- <div class="text-center">
<p class="text-dark">hosted by</p>
<div class="partner-logo m-auto p-2" style="max-width: 200px;">
<a href="https://research.csc.fi/computing" target="_blank" alt="CSC | IT Center for Scienc"
title="CSC | IT Center for Science">
<img src="/assets/img/logo/brand/csc.png" width="150">
<a href="https://hosting-service-url" target="_blank" alt="Hosting Service"
title="The Hosting Service">
<img src="/assets/img/logo/brand/hosting-service.png" width="150">
</a>
</div>
</div>
</div> -->
</div>
</div>
</div>
Expand Down

0 comments on commit b5948af

Please sign in to comment.