Adicionar texto sobre o banner público e privado.
All checks were successful
Release / release (push) Successful in 14m47s

Fixes #18
This commit is contained in:
Orlando M Guerreiro 2025-06-26 16:17:50 +01:00
parent cd7aa81a8a
commit 6cfcec5168

View file

@ -1,6 +1,10 @@
<!-- TOP BANNER -->
<section>
<div class="container-fluid mb-5 p-0">
<img id="home-header" src="content/images/home_banner.jpg" class="img-fluid" alt="Route Zero">
<div class="container-fluid mb-5 p-0 position-relative">
<img id="home-header" src="content/images/home_banner.jpg" alt="Route Zero" class="img-fluid w-100">
<span class="position-absolute bottom-0 start-0 text-white p-3 fs-4 title">
InNOVA NOVA Information System on Environment and Sustainability
</span>
</div>
</section>