From 0c248671d2c8ff982eb7f6cee07c5c5e8cbf1499 Mon Sep 17 00:00:00 2001
From: Traboulsi <salam.traboulsi@hft-stuttgart.de>
Date: Thu, 18 Jul 2024 08:11:26 +0000
Subject: [PATCH] Update public/index.html

---
 public/index.html | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/public/index.html b/public/index.html
index a54167a..ca7b646 100644
--- a/public/index.html
+++ b/public/index.html
@@ -8,9 +8,9 @@
   <meta content="" name="description">
   <meta content="" name="keywords">
 
-  <!-- Favicons -->
-  <link href="assets/img/logok.png" rel="icon">
-  <link href="assets/img/logok.png" rel="apple-touch-icon">
+   <!-- Favicons -->
+    <link href="assets/img/logo_fav.png" rel="icon">
+    <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
 
   <!-- Fonts -->
   <link href="https://fonts.googleapis.com" rel="preconnect">
@@ -39,8 +39,10 @@
 <body class="index-page">
 
   <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">
-
+    <!-- <div class="container-fluid container-xl position-relative d-flex align-items-center"> -->
+      <div id="leftBorder" class="col-lg-1 col-md-1 col-sm-1 ">
+                <img src="assets/img/dummy.png" alt="">
+       </div>
       <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=""> 
-- 
GitLab