Skip to content

Commit c442105

Browse files
fixed the position of the footer
1 parent c5be797 commit c442105

2 files changed

Lines changed: 21 additions & 30 deletions

File tree

website/css/style.css

Lines changed: 5 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/index.html

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -264,14 +264,14 @@ <h2>SCIENTIFIC IMPACT</h2>
264264

265265

266266
</div>
267-
<footer class="site-footer">
267+
<!-- <footer class="site-footer">
268268
<div class="footer-content">
269269
<span class="footer-text">The authors acknowledge the OSCARS project, which has received funding from the European Commission's Horizon Europe Research and Innovation programme under grant agreement No. 101129751</span>
270270
<a href="https://oscars-project.eu/" target="_blank" rel="noopener noreferrer">
271271
<img src="media/OSCARS-logo.png" alt="Funding Organization Logo" class="footer-logo">
272272
</a>
273273
</div>
274-
</footer>
274+
</footer> -->
275275

276276
</div>
277277
</div>
@@ -453,7 +453,7 @@ <h4>Contact Information</h4>
453453
</div>
454454
455455
</div>
456-
-->
456+
-->
457457
<div class="row copyright">
458458
<div class="col-md-12 text-center">
459459
<p>
@@ -473,11 +473,22 @@ <h4>Contact Information</h4>
473473
-->
474474
</div>
475475
</div>
476-
477476
</div>
478-
</footer>
479477
</div>
480478

479+
<footer id="site-footer">
480+
<div class="footer-container">
481+
<p class="oscars-logo">
482+
<a href="https://oscars-project.eu/">
483+
<img src="media/OSCARS-logo.png" alt="Funding Organization Logo" class="footer-logo">
484+
</a>
485+
</p>
486+
<p class="acknowledgment">
487+
The authors acknowledge the OSCARS project, which has received funding from the European Commission's Horizon Europe Research and Innovation programme under grant agreement No. 101129751
488+
</p>
489+
</div>
490+
</footer>
491+
481492
<div class="gototop js-top">
482493
<a href="#" class="js-gotop"><i class="icon-arrow-up22"></i></a>
483494
</div>

0 commit comments

Comments
 (0)