Commit 4f231017 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/index.html

parent 67c83769
Pipeline #11482 passed with stage
in 8 seconds
...@@ -1022,28 +1022,55 @@ Implementations, and Perspectives ...@@ -1022,28 +1022,55 @@ Implementations, and Perspectives
</main> </main>
<footer id="footer" class="footer">
<footer id="footer" class="footer">
<div class="container">
<div class="row justify-content-between align-items-center">
<!-- Linke Spalte: KNIGHT Logo -->
<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;">
</div>
<!-- Mittlere Spalte: Text (zentriert) -->
<div class="col-md-6 text-center mt-3 mt-md-0">
<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 -->
<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;">
</div>
</div>
</div>
</footer>
<!-- <footer id="footer" class="footer">
<!-- Rechte Spalte: Zwei Logos nebeneinander, aber separat -->
<div class="container"> <div class="container">
<div class="col-lg-6"> <div class="col-lg-6">
<div class="row justify-content-center align-items-center g-4"> <div class="row justify-content-center align-items-center g-4">
<!-- KNIGHT Logo -->
<div class="col-6 text-center"> <div class="col-6 text-center">
<img src="assets/img/knight.png" alt="KNIGHT Logo" class="logo-knight"> <img src="assets/img/knight.png" alt="KNIGHT Logo" class="logo-knight">
</div> </div>
<!-- Leere Logo -->
<div class="col-6 text-center"> <div class="col-6 text-center">
</div> </div>
<!-- BMBF Logo -->
<div class="col-6 text-center"> <div class="col-6 text-center">
<img src="assets/img/BMFTR_de_Web_RGB_gef_durch.jpg" alt="BMBF Logo" class="logo-bmbf"> <img src="assets/img/BMFTR_de_Web_RGB_gef_durch.jpg" alt="BMBF Logo" class="logo-bmbf">
</div> </div>
...@@ -1051,17 +1078,7 @@ Implementations, and Perspectives ...@@ -1051,17 +1078,7 @@ Implementations, and Perspectives
</div> </div>
</div> </div>
<!-- <div class="container">
<div class="row gy-4 align-items-center">
<div class="col-lg-4 col-md-6 footer-info text-center">
<img src="assets/img/knight.png" alt="KNIGHT Logo" >
</div>
<div class="col-lg-5 col-md-12 footer-info">
<img src="assets/img/BMFTR_de_Web_RGB_gef_durch.jpg" alt="BMBF Logo" class="footer-logo" >
</div>
</div>
</div> -->
<div class="container copyright text-center mt-4"> <div class="container copyright text-center mt-4">
<p>© <span>Copyright</span> <strong class="px-1 sitename">HFT Stuttgart</strong> <span>All Rights Reserved</span></p> <p>© <span>Copyright</span> <strong class="px-1 sitename">HFT Stuttgart</strong> <span>All Rights Reserved</span></p>
...@@ -1070,7 +1087,7 @@ Implementations, and Perspectives ...@@ -1070,7 +1087,7 @@ Implementations, and Perspectives
</div> </div>
</div> </div>
</footer> </footer>-->
<!-- Scroll Top --> <!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a> <a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
......
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