Commit c6ab2f80 authored by Traboulsi's avatar Traboulsi
Browse files

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

parent b2be7b69
Pipeline #10002 passed with stage
in 7 seconds
......@@ -2919,3 +2919,11 @@ section,
.adaptives-testen-title {
color: #00bcd4; /* Color matching the item-cyan frame */
}
/* added to control the second part in Kontakt section */
.knight-text {
font-size: 2em; /* Ändern Sie die Größe nach Bedarf */
font-weight: bold;
margin-left: 10px; /* Abstand zwischen dem Logo und dem Text */
}
......@@ -806,79 +806,70 @@
<!-- /Team Section -->
<!-- Contact Section -->
<section id="contact" class="contact section">
<!-- Contact Section -->
<section id="contact" class="contact section">
<!-- Section Title -->
<div class="container contact-title" data-aos="fade-up">
<header class="section-header ">
<h2>Contact</h2>
<p>Contact Us</p>
</header>
<!-- Section Title -->
<div class="container contact-title" data-aos="fade-up">
<header class="section-header ">
<h2>Contact</h2>
<p>Contact Us</p>
</header>
<div class="row gy-4 ">
<div class="row gy-4 ">
<div class="col-lg-8 ">
<div class="col-lg-8 ">
<div class="row gy-4 ">
<div class="col-md-6 ">
<div class="info-box ">
<i class="bi bi-geo-alt "></i>
<h3>Address</h3>
<p>Schellingstr. 24 <br> D-70174 Stuttgart</p>
</div>
</div>
<div class="col-md-6 ">
<div class="info-box ">
<i class="bi bi-telephone "></i>
<h3>Call Us</h3>
<p> Secretariat <br> +49 (0)711 8926 0 <br> </p>
<p></p>
</div>
</div>
<div class="col-md-6 ">
<div class="info-box ">
<i class="bi bi-envelope "></i>
<h3>Email Us</h3>
<p>Secretariat <br>knight(at)hft-stuttgart.de
<br></p>
</div>
</div>
<div class="col-md-6 ">
<div class="info-box ">
<i class="bi bi-clock "></i>
<h3>Open Hours</h3>
<p>Monday - Friday<br>9:00AM - 05:00PM</p>
</div>
</div>
<div class="row gy-4 ">
<div class="col-md-6 ">
<div class="info-box ">
<i class="bi bi-geo-alt "></i>
<h3>Address</h3>
<p>Schellingstr. 24 <br> D-70174 Stuttgart</p>
</div>
</div>
<div class="col-md-6 ">
<div class="info-box ">
<i class="bi bi-telephone "></i>
<h3>Call Us</h3>
<p> Secretariat <br> +49 (0)711 8926 0 <br> </p>
<p></p>
</div>
</div>
<div class="col-md-6 ">
<div class="info-box ">
<i class="bi bi-envelope "></i>
<h3>Email Us</h3>
<p>Secretariat <br>knight(at)hft-stuttgart.de
<br></p>
</div>
</div>
<div class="col-md-6 ">
<div class="info-box ">
<i class="bi bi-clock "></i>
<h3>Open Hours</h3>
<p>Monday - Friday<br>9:00AM - 05:00PM</p>
</div>
</div>
</div>
</div>
<div class="col-xl-4 text-center ">
<!-- <img src="assets/img/alt-features.png " class="img-fluid p-4 " alt=" ">-->
<a
href="https://www.hft-stuttgart.de "
class="logo d-flex align-items-center"
>
<img
src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg "
alt=" "
/>
<span>KNIGHT</span>
</a>
<div class="col-xl-4 text-center ">
<!-- <img src="assets/img/alt-features.png " class="img-fluid p-4 " alt=" ">-->
<a href="https://www.hft-stuttgart.de" class="logo d-flex align-items-center">
<img src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg" alt=" ">
<span class="knight-text">KNIGHT</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /Contact Section -->
</section>
<!-- /Contact Section -->
</main>
......
Markdown is supported
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