From fb2a51285e236b9ea6913de60f0ea8531995e0b4 Mon Sep 17 00:00:00 2001 From: Traboulsi <salam.traboulsi@hft-stuttgart.de> Date: Thu, 18 Jul 2024 07:19:11 +0000 Subject: [PATCH] Update public/blog-details.html, public/blog.html, public/portfolio-details.html, public/service-details.html, public/starter-page.html --- public/blog-details.html | 2 +- public/blog.html | 2 +- public/portfolio-details.html | 2 +- public/service-details.html | 2 +- public/starter-page.html | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/blog-details.html b/public/blog-details.html index 33f73eb..b63f1fe 100644 --- a/public/blog-details.html +++ b/public/blog-details.html @@ -43,7 +43,7 @@ <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="assets/img/logok.png" alt=""> + <img src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg" alt=""> <h1 class="sitename">KNIGHT</h1> </a> diff --git a/public/blog.html b/public/blog.html index ee81759..67b9156 100644 --- a/public/blog.html +++ b/public/blog.html @@ -43,7 +43,7 @@ <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="assets/img/logok.png" alt=""> + <img src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg" alt=""> <h1 class="sitename">KNIGHT</h1> </a> diff --git a/public/portfolio-details.html b/public/portfolio-details.html index 121c062..2f7e48f 100644 --- a/public/portfolio-details.html +++ b/public/portfolio-details.html @@ -43,7 +43,7 @@ <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="assets/img/logok.png" alt=""> + <img src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg" alt=""> <h1 class="sitename">KNIGHT</h1> </a> diff --git a/public/service-details.html b/public/service-details.html index 3b7df37..42f061b 100644 --- a/public/service-details.html +++ b/public/service-details.html @@ -43,7 +43,7 @@ <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="assets/img/logok.png" alt=""> + <img src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg" alt=""> <h1 class="sitename">KNIGHT</h1> </a> diff --git a/public/starter-page.html b/public/starter-page.html index d0d9420..d4062d9 100644 --- a/public/starter-page.html +++ b/public/starter-page.html @@ -43,8 +43,8 @@ <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="assets/img/logok.png" alt=""> - <h1 class="sitename">FlexStart</h1> + <img src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg" alt=""> + <h1 class="sitename">KNIGHT</h1> </a> <nav id="navmenu" class="navmenu"> -- GitLab