From dfed2b8799912ae35d752bf3d3d275bb4cf6b967 Mon Sep 17 00:00:00 2001 From: Traboulsi <salam.traboulsi@hft-stuttgart.de> Date: Tue, 16 Jul 2024 09:51:13 +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 | 10 +++++----- public/blog.html | 8 ++++---- public/portfolio-details.html | 12 ++++++------ public/service-details.html | 12 ++++++------ public/starter-page.html | 2 +- 5 files changed, 22 insertions(+), 22 deletions(-) diff --git a/public/blog-details.html b/public/blog-details.html index 452e39e..33f73eb 100644 --- a/public/blog-details.html +++ b/public/blog-details.html @@ -9,8 +9,8 @@ <meta content="" name="keywords"> <!-- Favicons --> - <link href="assets/img/favicon.png" rel="icon"> - <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon"> + <link href="assets/img/logok.png" rel="icon"> + <link href="assets/img/logok.png" rel="apple-touch-icon"> <!-- Fonts --> <link href="https://fonts.googleapis.com" rel="preconnect"> @@ -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/logo.png" alt=""> - <h1 class="sitename">FlexStart</h1> + <img src="assets/img/logok.png" alt=""> + <h1 class="sitename">KNIGHT</h1> </a> <nav id="navmenu" class="navmenu"> @@ -584,4 +584,4 @@ </body> -</html> \ No newline at end of file +</html> diff --git a/public/blog.html b/public/blog.html index e2f559a..ee81759 100644 --- a/public/blog.html +++ b/public/blog.html @@ -4,7 +4,7 @@ <head> <meta charset="utf-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"> - <title>Blog - FlexStart Bootstrap Template</title> + <title>Blog - KNIGHT</title> <meta content="" name="description"> <meta content="" name="keywords"> @@ -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/logo.png" alt=""> - <h1 class="sitename">FlexStart</h1> + <img src="assets/img/logok.png" alt=""> + <h1 class="sitename">KNIGHT</h1> </a> <nav id="navmenu" class="navmenu"> @@ -514,4 +514,4 @@ </body> -</html> \ No newline at end of file +</html> diff --git a/public/portfolio-details.html b/public/portfolio-details.html index 977fb53..121c062 100644 --- a/public/portfolio-details.html +++ b/public/portfolio-details.html @@ -4,13 +4,13 @@ <head> <meta charset="utf-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"> - <title>Portfolio Details - FlexStart Bootstrap Template</title> + <title>Portfolio Details - KNIGHT</title> <meta content="" name="description"> <meta content="" name="keywords"> <!-- Favicons --> - <link href="assets/img/favicon.png" rel="icon"> - <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon"> + <link href="assets/img/logok.png" rel="icon"> + <link href="assets/img/logok.png" rel="apple-touch-icon"> <!-- Fonts --> <link href="https://fonts.googleapis.com" rel="preconnect"> @@ -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/logo.png" alt=""> - <h1 class="sitename">FlexStart</h1> + <img src="assets/img/logok.png" alt=""> + <h1 class="sitename">KNIGHT</h1> </a> <nav id="navmenu" class="navmenu"> @@ -308,4 +308,4 @@ </body> -</html> \ No newline at end of file +</html> diff --git a/public/service-details.html b/public/service-details.html index 74d9b32..3b7df37 100644 --- a/public/service-details.html +++ b/public/service-details.html @@ -4,13 +4,13 @@ <head> <meta charset="utf-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"> - <title>Service Details - FlexStart Bootstrap Template</title> + <title>Service Details - KNIGHT</title> <meta content="" name="description"> <meta content="" name="keywords"> <!-- Favicons --> - <link href="assets/img/favicon.png" rel="icon"> - <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon"> + <link href="assets/img/logok.png" rel="icon"> + <link href="assets/img/logok.png" rel="apple-touch-icon"> <!-- Fonts --> <link href="https://fonts.googleapis.com" rel="preconnect"> @@ -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/logo.png" alt=""> - <h1 class="sitename">FlexStart</h1> + <img src="assets/img/logok.png" alt=""> + <h1 class="sitename">KNIGHT</h1> </a> <nav id="navmenu" class="navmenu"> @@ -297,4 +297,4 @@ </body> -</html> \ No newline at end of file +</html> diff --git a/public/starter-page.html b/public/starter-page.html index f719067..d0d9420 100644 --- a/public/starter-page.html +++ b/public/starter-page.html @@ -4,7 +4,7 @@ <head> <meta charset="utf-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"> - <title>KNIGHT</title> + <title>Starter- KNIGHT</title> <meta content="" name="description"> <meta content="" name="keywords"> -- GitLab