Commit 6744942e authored by Traboulsi's avatar Traboulsi
Browse files

Update public/index.html

parent 4f231017
Pipeline #11483 passed with stage
in 9 seconds
...@@ -1022,33 +1022,39 @@ Implementations, and Perspectives ...@@ -1022,33 +1022,39 @@ Implementations, and Perspectives
</main> </main>
<footer id="footer" class="footer bg-light py-4">
<footer id="footer" class="footer">
<div class="container"> <div class="container">
<div class="row justify-content-between align-items-center">
<!-- Linke Spalte: KNIGHT Logo --> <!-- Erste Zeile: KNIGHT-Logo links, BMBF-Logo rechts -->
<div class="row justify-content-between align-items-center">
<!-- KNIGHT-Logo links -->
<div class="col-6 col-md-3 text-start"> <div class="col-6 col-md-3 text-start">
<img src="assets/img/knight.png" alt="KNIGHT Logo" class="logo-knight" style="max-height: 50px;"> <img src="assets/img/knight.png" alt="KNIGHT Logo" style="max-height: 50px;">
</div> </div>
<!-- Mittlere Spalte: Text (zentriert) --> <!-- Leere mittlere Spalte für Abstand (optional) -->
<div class="col-md-6 text-center mt-3 mt-md-0"> <div class="d-none d-md-block col-md-6"></div>
<p class="mb-1">© <strong>HFT Stuttgart</strong> – Alle Rechte vorbehalten</p>
<div class="credits small">
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
<!-- Rechte Spalte: BMBF Logo --> <!-- BMBF-Logo rechts -->
<div class="col-6 col-md-3 text-end"> <div class="col-6 col-md-3 text-end">
<img src="assets/img/BMFTR_de_Web_RGB_gef_durch.jpg" alt="BMBF Logo" class="logo-bmbf" style="max-height: 50px;"> <img src="assets/img/BMFTR_de_Web_RGB_gef_durch.jpg" alt="Gefördert durch BMBF" style="max-height: 60px;">
</div> </div>
</div> </div>
<!-- Zweite Zeile: Copytext & Credits zentriert -->
<div class="row mt-3">
<div class="col-12 text-center">
<p class="mb-1">© <strong>HFT Stuttgart</strong> – Alle Rechte vorbehalten</p>
<small class="credits">Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a></small>
</div>
</div>
</div> </div>
</footer> </footer>
<!-- <footer id="footer" class="footer"> <!-- <footer id="footer" class="footer">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment