Commit dd0a6aa1 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/index.html, public/assets/css/main.css

parent 1c435ac7
Pipeline #11457 passed with stage
in 9 seconds
......@@ -3497,4 +3497,18 @@ body {
flex-wrap: wrap;
justify-content: center;
}
.footer-logo {
max-height: 80px; /* Passe die Höhe je nach Wunsch an */
width: auto;
margin: 10px auto;
display: block;
}
@media (max-width: 768px) {
.footer-logo {
max-height: 60px;
}
}
/* ---- End New Service -- added Juni 2025 ***/
......@@ -1034,42 +1034,28 @@ Implementations, and Perspectives
</main>
<footer id="footer" class="footer">
<footer id="footer" class="footer">
<div class="container footer-top">
<div class="row gy-4">
<div class="col-lg-4 col-md-6 footer-about">
<img src="assets/img/knight.png " class="img-fluid p-4 " alt=" ">
</div>
<div class="col-lg-5 col-md-12 footer-info ">
<a>
<img src="assets/img/BMFTR_de_Web_RGB_gef_durch.jpg" alt=" ">
</a>
<div class="container footer-top">
<div class="row gy-4 align-items-center">
<div class="col-lg-4 col-md-6 footer-about text-center">
<img src="assets/img/knight.png" alt="KNIGHT Logo" class="footer-logo">
</div>
<div class="col-lg-5 col-md-12 footer-info text-center">
<img src="assets/img/BMFTR_de_Web_RGB_gef_durch.jpg" alt="BMBF Logo" class="footer-logo">
</div>
</div>
</div>
</div>
</div>
<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>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you've purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: [buy-url] -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer>
<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>
<div class="credits">
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer>
<!-- 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>
......
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