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, ...@@ -2919,3 +2919,11 @@ section,
.adaptives-testen-title { .adaptives-testen-title {
color: #00bcd4; /* Color matching the item-cyan frame */ 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 @@ ...@@ -806,79 +806,70 @@
<!-- /Team Section --> <!-- /Team Section -->
<!-- Contact Section -->
<section id="contact" class="contact section">
<!-- Contact Section --> <!-- Section Title -->
<section id="contact" class="contact section"> <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="row gy-4 ">
<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="col-lg-8 ">
<div class="col-lg-8 "> <div class="row gy-4 ">
<div class="col-md-6 ">
<div class="row gy-4 "> <div class="info-box ">
<div class="col-md-6 "> <i class="bi bi-geo-alt "></i>
<div class="info-box "> <h3>Address</h3>
<i class="bi bi-geo-alt "></i> <p>Schellingstr. 24 <br> D-70174 Stuttgart</p>
<h3>Address</h3> </div>
<p>Schellingstr. 24 <br> D-70174 Stuttgart</p> </div>
</div> <div class="col-md-6 ">
</div> <div class="info-box ">
<div class="col-md-6 "> <i class="bi bi-telephone "></i>
<div class="info-box "> <h3>Call Us</h3>
<i class="bi bi-telephone "></i> <p> Secretariat <br> +49 (0)711 8926 0 <br> </p>
<h3>Call Us</h3> <p></p>
<p> Secretariat <br> +49 (0)711 8926 0 <br> </p> </div>
<p></p> </div>
</div> <div class="col-md-6 ">
</div> <div class="info-box ">
<div class="col-md-6 "> <i class="bi bi-envelope "></i>
<div class="info-box "> <h3>Email Us</h3>
<i class="bi bi-envelope "></i> <p>Secretariat <br>knight(at)hft-stuttgart.de
<h3>Email Us</h3> <br></p>
<p>Secretariat <br>knight(at)hft-stuttgart.de </div>
<br></p> </div>
</div> <div class="col-md-6 ">
</div> <div class="info-box ">
<div class="col-md-6 "> <i class="bi bi-clock "></i>
<div class="info-box "> <h3>Open Hours</h3>
<i class="bi bi-clock "></i> <p>Monday - Friday<br>9:00AM - 05:00PM</p>
<h3>Open Hours</h3>
<p>Monday - Friday<br>9:00AM - 05:00PM</p>
</div>
</div>
</div> </div>
</div> </div>
</div>
</div>
<div class="col-xl-4 text-center "> <div class="col-xl-4 text-center ">
<!-- <img src="assets/img/alt-features.png " class="img-fluid p-4 " alt=" ">--> <!-- <img src="assets/img/alt-features.png " class="img-fluid p-4 " alt=" ">-->
<a <a href="https://www.hft-stuttgart.de" class="logo d-flex align-items-center">
href="https://www.hft-stuttgart.de " <img src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg" alt=" ">
class="logo d-flex align-items-center" <span class="knight-text">KNIGHT</span>
> </a>
<img </div>
src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg "
alt=" "
/>
<span>KNIGHT</span>
</a>
</div> </div>
</div> </div>
</div> </section>
<!-- /Contact Section -->
</section>
<!-- /Contact Section -->
</main> </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