Skip to content

Commit

Permalink
Update footer.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Koras0ff authored Feb 9, 2024
1 parent 200e76e commit 9192026
Showing 1 changed file with 22 additions and 14 deletions.
36 changes: 22 additions & 14 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!-- Footer Section -->
<footer class="site-footer">
<div class="footer-container">
<!-- University Logos and Links -->
<div class="footer-section">
<h3>Participating Universities</h3>
<div class="university-logos">
<a href="https://www.aalto.fi" target="_blank">
<img src="assets/images/Logo_Aalto_University.png" alt="Aalto University Logo">
Expand All @@ -11,24 +13,30 @@
<a href="https://www.utu.fi" target="_blank">
<img src="assets/images/Logo_University_Of_Turku.png" alt="University of Turku Logo">
</a>

</div>
<!-- Add more logos as needed -->
</div>

<div class="contact-information">
<p>Contact us at: <a href="mailto:[email protected]" target="_blank">[email protected]</a></p>
<div class="footer-section">
<h3>Contact Information</h3>
<div class="contact-information">
<p>Contact us at: <a href="mailto:[email protected]" target="_blank">[email protected]</a></p>
</div>
</div>

<div class="funder-logos">
<a href="https://www.aka.fi" target="_blank">
<img src="assets/images/Logo_Academy_Of_Finland.png" alt="Academy of Finland Logo">
</a>
<a href="https://www.csc.fi" target="_blank">
<img src="assets/images/Logo_CSC.png" alt="CSC Logo">
</a>
<a href="https://www.lumi-supercomputer.eu" target="_blank">
<img src="assets/images/Logo_Lumi.jpg" alt="LUMI Logo">
</a>
<!-- Funder Logos and Links -->
<div class="footer-section">
<h3>Our Funders</h3>
<div class="funder-logos">
<a href="https://www.aka.fi" target="_blank">
<img src="assets/images/Logo_Academy_Of_Finland.png" alt="Academy of Finland Logo">
</a>
<a href="https://www.csc.fi" target="_blank">
<img src="assets/images/Logo_CSC.png" alt="CSC Logo">
</a>
<a href="https://www.lumi-supercomputer.eu" target="_blank">
<img src="assets/images/Logo_Lumi.jpg" alt="LUMI Logo">
</a>
<!-- Add more logos as needed -->
</div>
</div>
Expand Down

0 comments on commit 9192026

Please sign in to comment.