Commit ecaa3ba0 authored by Traboulsi's avatar Traboulsi
Browse files

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

parent a0fa7325
Pipeline #11467 passed with stage
in 9 seconds
...@@ -3511,4 +3511,11 @@ body { ...@@ -3511,4 +3511,11 @@ body {
} }
} }
.contact-lines p {
margin: 1px 0;
font-size: 1rem;
line-height: 1.4;
}
/* ---- End New Service -- added Juni 2025 ***/ /* ---- End New Service -- added Juni 2025 ***/
...@@ -991,54 +991,39 @@ Implementations, and Perspectives ...@@ -991,54 +991,39 @@ Implementations, and Perspectives
<!-- contact ST --> <!-- contact ST -->
<section id="contact" class="contact section"> <section id="contact" class="contact section">
<div class="container contact-title" data-aos="fade-up">
<!-- Section Title --> <!-- Section Title -->
<div class="container contact-title" data-aos="fade-up"> <header class="section-header">
<header class="section-header "> <h2>Kontakt</h2>
<h2>Kontakt</h2> <p>Kontaktieren Sie uns</p>
<p>Kontaktieren Sie uns</p> </header>
</header>
<div class="row gy-4 ">
<div class="col-lg-8 ">
<div class="row gy-4 ">
<div class="col-md-6 ">
<div class="info-box ">
<h3><strong>Hochschule für Technik Stuttgart</strong></h3>
<i class="bi bi-geo-alt ">Schellingstr. 24, 70174 Stuttgart </i>
<i>Postfach 101452, 70013 Stuttgart</i>
<i class="bi bi-telephone "> +49 (0)711 8926 0</i>
<i class="bi bi-envelope "> knight(at)hft-stuttgart.de</i>
</div>
</div>
<div class="col-md-6 ">
<div class="info-box ">
<img src="assets/img/knight.png" alt="KNIGHT Logo" >
</div>
</div>
<div class="col-md-6 ">
<div class="info-box ">
<img src="assets/img/BMFTR_de_Web_RGB_gef_durch.jpg" alt="BMBF Logo" >
</div>
</div>
</div>
</div> <div class="row gy-4 align-items-center">
<!-- Kontaktinformationen -->
<div class="col-lg-6">
<div class="info-box mb-3">
<h3><strong>Hochschule für Technik Stuttgart</strong></h3>
<div class="info-box contact-lines">
<p><i class="bi bi-geo-alt"></i> Schellingstr. 24, 70174 Stuttgart</p>
<p><i class="bi bi-mailbox"></i> Postfach 101452, 70013 Stuttgart</p>
<p><i class="bi bi-telephone"></i> +49 (0)711 8926 0</p>
<p><i class="bi bi-envelope"></i> knight(at)hft-stuttgart.de</p>
</div>
</div>
</div>
<!-- Logos nebeneinander -->
<div class="col-lg-6 d-flex justify-content-center align-items-center">
<div class="d-flex flex-wrap justify-content-center gap-4">
<img src="assets/img/knight.png" alt="KNIGHT Logo" class="contact-logo">
<img src="assets/img/BMFTR_de_Web_RGB_gef_durch.jpg" alt="BMBF Logo" class="contact-logo">
</div> </div>
</div>
</div> </div>
</div>
</section> </section>
<!-- /Contact Section --> <!-- /Contact Section -->
......
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