Commit 6a216a2f authored by Traboulsi's avatar Traboulsi
Browse files

Update public/index.html

parent 9ab6e18e
Pipeline #11489 passed with stage
in 9 seconds
...@@ -999,9 +999,12 @@ Implementations, and Perspectives ...@@ -999,9 +999,12 @@ Implementations, and Perspectives
<!-- <p>Kontaktieren Sie uns</p> --> <!-- <p>Kontaktieren Sie uns</p> -->
</header> </header>
<div class="row justify-content-center">
<div class="col-lg-8"> <div class="row gy-4 align-items-center">
<div class="info-box ">
<!-- Kontaktinformationen (links) -->
<div class="col-lg-6">
<div class="info-box mb-3">
<h3><strong>Hochschule für Technik Stuttgart</strong></h3> <h3><strong>Hochschule für Technik Stuttgart</strong></h3>
<div class="contact-lines"> <div class="contact-lines">
<p class="contact-line"><i class="bi bi-geo-alt"></i> Schellingstr. 24, 70174 Stuttgart</p> <p class="contact-line"><i class="bi bi-geo-alt"></i> Schellingstr. 24, 70174 Stuttgart</p>
...@@ -1010,31 +1013,20 @@ Implementations, and Perspectives ...@@ -1010,31 +1013,20 @@ Implementations, and Perspectives
</div> </div>
</div> </div>
</div> </div>
</div>
</div>
<div class="container">
<!-- Erste Zeile: KNIGHT-Logo links, BMBF-Logo rechts --> <!-- Logos nebeneinander (rechts) -->
<div class="row justify-content-between align-items-center"> <div class="col-6 col-md-3 text-center">
<img src="assets/img/knight.png" alt="KNIGHT Logo" style="max-height: 100px;">
<!-- Leere mittlere Spalte für Abstand (optional) --> </div>
<div class="d-none d-md-block col-md-6"></div>
<!-- KNIGHT-Logo links -->
<div class="col-6 col-md-3 text-center">
<img src="assets/img/knight.png" alt="KNIGHT Logo" style="max-height: 100px;">
</div>
<!-- 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="Gefördert durch BMBF" style="max-height:200px;"> <img src="assets/img/BMFTR_de_Web_RGB_gef_durch.jpg" alt="Gefördert durch BMBF" style="max-height:200px;">
</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