forked from andrewbanchich/editorial-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> | ||
|
@@ -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> | ||
|