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,9 +806,8 @@ ...@@ -806,9 +806,8 @@
<!-- /Team Section --> <!-- /Team Section -->
<!-- Contact Section -->
<!-- Contact Section --> <section id="contact" class="contact section">
<section id="contact" class="contact section">
<!-- Section Title --> <!-- Section Title -->
<div class="container contact-title" data-aos="fade-up"> <div class="container contact-title" data-aos="fade-up">
...@@ -856,29 +855,21 @@ ...@@ -856,29 +855,21 @@
</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>
>
<img
src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg "
alt=" "
/>
<span>KNIGHT</span>
</a> </a>
</div> </div>
</div> </div>
</div> </div>
</section> </section>
<!-- /Contact 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