Skip to content

Commit 5ee49d4

Browse files
committed
2 parents 5dbfbb7 + 3231284 commit 5ee49d4

3 files changed

Lines changed: 33 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>

website/publications.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,18 @@ <h2>Project Publications</h2>
158158
</div>
159159
</footer>
160160
</div>
161+
<footer id="site-footer">
162+
<div class="footer-container">
163+
<p class="oscars-logo">
164+
<a href="https://oscars-project.eu/">
165+
<img src="media/OSCARS-logo.png" alt="Funding Organization Logo" class="footer-logo">
166+
</a>
167+
</p>
168+
<p class="acknowledgment">
169+
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
170+
</p>
171+
</div>
172+
</footer>
161173

162174
<div class="gototop js-top">
163175
<a href="#" class="js-gotop"><i class="icon-arrow-up22"></i></a>

0 commit comments

Comments
 (0)