Commit b79e1898 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/index.html, public/index-save.html

parent b8786bc0
Pipeline #9843 passed with stage
in 7 seconds
This diff is collapsed.
...@@ -8,21 +8,23 @@ ...@@ -8,21 +8,23 @@
<meta content="" name="description"> <meta content="" name="description">
<meta content="" name="keywords"> <meta content="" name="keywords">
<!-- Favicons --> <!-- Favicons -->
<link href="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg" rel="icon"> <link href="assets/img/logo_fav.png" rel="icon">
<link href="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg" rel="apple-touch-icon"> <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Fonts --> <!-- Google Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect"> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Nunito:300,300i,400,400i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- Vendor CSS Files --> <!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet"> <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet"> <link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> <link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Main CSS File --> <!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet"> <link href="assets/css/main.css" rel="stylesheet">
...@@ -47,65 +49,18 @@ ...@@ -47,65 +49,18 @@
<h1 class="sitename">KNIGHT</h1> <h1 class="sitename">KNIGHT</h1>
</a> </a>
<!-- Updated Navigation Menu -->
<nav id="navmenu" class="navmenu"> <nav id="navmenu" class="navmenu">
<ul> <ul>
<li><a href="#hero" class="active">Home<br></a></li> <li><a href="index.html#hero" class="active">Home<br></a></li>
<li><a href="#about">About</a></li> <li><a href="index.html#about">About</a></li>
<li><a href="#services">Results</a></li> <li><a href="index.html#services">Results</a></li>
<li><a href="#portfolio">Portfolio</a></li> <li><a href="index.html#portfolio">Portfolio</a></li>
<li><a href="#team">Team</a></li> <li><a href="index.html#team">Team</a></li>
<!--<li><a href="blog.html">Blog</a></li> <li><a href="index.html#contact">Contact</a></li>
<li class="dropdown"><a href="#"><span>Dropdown</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="#">Dropdown 1</a></li>
<li class="dropdown"><a href="#"><span>Deep Dropdown</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="#">Deep Dropdown 1</a></li>
<li><a href="#">Deep Dropdown 2</a></li>
<li><a href="#">Deep Dropdown 3</a></li>
<li><a href="#">Deep Dropdown 4</a></li>
<li><a href="#">Deep Dropdown 5</a></li>
</ul>
</li>
<li><a href="#">Dropdown 2</a></li>
<li><a href="#">Dropdown 3</a></li>
<li><a href="#">Dropdown 4</a></li>
</ul>
</li>
<li class="listing-dropdown"><a href="#"><span>Listing Dropdown</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li>
<a href="#">Column 1 link 1</a>
<a href="#">Column 1 link 2</a>
<a href="#">Column 1 link 3</a>
</li>
<li>
<a href="#">Column 2 link 1</a>
<a href="#">Column 2 link 2</a>
<a href="#">Column 3 link 3</a>
</li>
<li>
<a href="#">Column 3 link 1</a>
<a href="#">Column 3 link 2</a>
<a href="#">Column 3 link 3</a>
</li>
<li>
<a href="#">Column 4 link 1</a>
<a href="#">Column 4 link 2</a>
<a href="#">Column 4 link 3</a>
</li>
<li>
<a href="#">Column 5 link 1</a>
<a href="#">Column 5 link 2</a>
<a href="#">Column 5 link 3</a>
</li>
</ul>
</li> -->
<li><a href="#contact">Contact</a></li>
</ul> </ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i> <i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav> </nav>
<!-- <a class="btn-getstarted flex-md-shrink-0" href="index.html#about">Get Started</a> --> <!-- <a class="btn-getstarted flex-md-shrink-0" href="index.html#about">Get Started</a> -->
</div> </div>
......
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