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 { ...@@ -3497,4 +3497,18 @@ body {
flex-wrap: wrap; flex-wrap: wrap;
justify-content: center; 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 ***/ /* ---- End New Service -- added Juni 2025 ***/
...@@ -1036,35 +1036,21 @@ Implementations, and Perspectives ...@@ -1036,35 +1036,21 @@ Implementations, and Perspectives
<footer id="footer" class="footer"> <footer id="footer" class="footer">
<div class="container footer-top"> <div class="container footer-top">
<div class="row gy-4"> <div class="row gy-4 align-items-center">
<div class="col-lg-4 col-md-6 footer-about"> <div class="col-lg-4 col-md-6 footer-about text-center">
<img src="assets/img/knight.png" alt="KNIGHT Logo" class="footer-logo">
<img src="assets/img/knight.png " class="img-fluid p-4 " alt=" ">
</div> </div>
<div class="col-lg-5 col-md-12 footer-info text-center">
<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">
<a>
<img src="assets/img/BMFTR_de_Web_RGB_gef_durch.jpg" alt=" ">
</a>
</div> </div>
</div> </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>
<div class="credits"> <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> Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div> </div>
</div> </div>
......
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