update logo

This commit is contained in:
2024-05-23 13:24:18 +02:00
parent 64fea88a9b
commit 5966a899a4
4 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ body {
#step-1 {
position: fixed;
background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( '/assets/Logo.png');
background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( 'https://static.janishutz.com/logo.jpg');
}
#step-2 {

View File

@@ -41,5 +41,5 @@ body {
#step-6 {
position: fixed;
background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( '/assets/Logo.png');
background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( 'https://static.janishutz.com/logo.jpg');
}

View File

@@ -9,7 +9,7 @@ body {
#step-1 {
position: fixed;
background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( '/assets/Logo.png');
background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( 'https://static.janishutz.com/logo.jpg');
}
#step-2 {
@@ -56,5 +56,5 @@ body {
#step-8 {
position: fixed;
background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( '/assets/Logo.png');
background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( 'https://static.janishutz.com/logo.jpg');
}

View File

@@ -11,7 +11,7 @@
<body>
<div id="nav-menu">
<div class="nav-container">
<img class="logo" src="/assets/Logo.png" alt="logo">
<img class="logo" src="https://static.janishutz.com/logo.jpg" alt="logo">
<div class="nav-list">
<a class="navitem inactive" id="home" href="/">Home</a>
<a class="navitem inactive" id="info" href="/info">Details</a>