Skip to content

Commit

Permalink
change footer info
Browse files Browse the repository at this point in the history
  • Loading branch information
timohyva committed May 4, 2024
1 parent 6c4f7e0 commit f7fda4c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,22 @@
This site is crated and maintained by Quang
</a>
</div>
<div class="col-md-auto text-end social-media-icons">
<div class="col-md-auto text-end social-media-icons">
{% for item in site.data.settings.social %}
<a href="{{ item.link }}" class="ms-3 fs-4">
<i class="fab fa-{{ item.icon }}"></i>
</a>
{% endfor %}
</div>
</div>
</div>

</div class="row justify-content-md-center">
<div class="col col-md-auto">
<div class="col-md-auto">
<a href="https://www.csc.fi" >Acknowledgement to CSC-IT Center for Science of Finland</a>
</div>
<div class="col col-md-auto">
<div class="col-md-auto">
<a href="https://www.lumi-supercomputer.eu" >and LUMI-Large Unified Modern Infrastructure consortium for HPC supports</a>
</div>
</div>
</div>


Expand Down

0 comments on commit f7fda4c

Please sign in to comment.