Commit 31481ea3 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/index.html

parent 8ffc2280
Pipeline #9867 passed with stage
in 7 seconds
......@@ -38,20 +38,29 @@
<body class="index-page">
<header id="header" class="header d-flex align-items-center sticky-top ">
<div class="container-fluid container-xl position-relative d-flex align-items-center">
<header id="header" class="header d-flex align-items-center fixed-top">
<div class="container-fluid container-xl position-relative d-flex align-items-center">
<a href="index.html" class="logo d-flex align-items-center me-auto">
<!-- Uncomment the line below if you also wish to use an image logo -->
<img src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg" alt="">
<!-- Uncomment the line below if you also wish to use an image logo-->
<img src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg" alt="">
<h1 class="sitename">KNIGHT</h1>
</a>
<!-- Updated Navigation Menu -->
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="index.html#hero" class="active">Home<br></a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#services">Results</a></li>
<li><a href="index.html#portfolio">Portfolio</a></li>
<li><a href="index.html#team">Team</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
<!-- <a class="btn-getstarted flex-md-shrink-0" href="index.html#about">Get Started</a> -->
</div>
</header>
......
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