update to local logo

This commit is contained in:
2023-05-20 11:50:31 +02:00
parent c8f9a5b9ab
commit e621cc7a7c
8 changed files with 8 additions and 8 deletions

BIN
newVersion/assets/Logo.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

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( 'https://static.janishutz.com/Logo.png');
background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( '/assets/Logo.png');
}
#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( 'https://static.janishutz.com/Logo.png');
background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( '/assets/Logo.png');
}

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( 'https://static.janishutz.com/Logo.png');
background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( '/assets/Logo.png');
}
#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( 'https://static.janishutz.com/Logo.png');
background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( '/assets/Logo.png');
}

View File

@@ -1,5 +1,5 @@
body {
height: 200%;
height: 150%;
}
/*

View File

@@ -23,7 +23,7 @@
<div class="scroll-indicator" id="scroll-hint">
<div class="scroll-wrapper">
<div class="scroll-container">
Scroll to discover more
Scroll to learn more
<span class="material-symbols-outlined scroll-symbol">keyboard_double_arrow_down</span>
</div>
</div>

View File

@@ -84,6 +84,6 @@ $( document ).ready( function () {
}
currentlyShowing = future;
trackProgress();
window.scrollTo( { top: id * heights, behavior: 'instant' } );
window.scrollTo( { top: future * heights, behavior: 'instant' } );
}
} );

View File

@@ -10,7 +10,7 @@
<body>
<div id="nav-menu">
<div class="nav-container">
<img class="logo" src="https://static.janishutz.com/Logo.png" alt="logo">
<img class="logo" src="/assets/Logo.png" 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>