update to local logo
This commit is contained in:
BIN
newVersion/assets/Logo.png
Executable file
BIN
newVersion/assets/Logo.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
@@ -9,7 +9,7 @@ body {
|
|||||||
|
|
||||||
#step-1 {
|
#step-1 {
|
||||||
position: fixed;
|
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 {
|
#step-2 {
|
||||||
|
|||||||
@@ -41,5 +41,5 @@ body {
|
|||||||
|
|
||||||
#step-6 {
|
#step-6 {
|
||||||
position: fixed;
|
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');
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ body {
|
|||||||
|
|
||||||
#step-1 {
|
#step-1 {
|
||||||
position: fixed;
|
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 {
|
#step-2 {
|
||||||
@@ -56,5 +56,5 @@ body {
|
|||||||
|
|
||||||
#step-8 {
|
#step-8 {
|
||||||
position: fixed;
|
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');
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
body {
|
body {
|
||||||
height: 200%;
|
height: 150%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<div class="scroll-indicator" id="scroll-hint">
|
<div class="scroll-indicator" id="scroll-hint">
|
||||||
<div class="scroll-wrapper">
|
<div class="scroll-wrapper">
|
||||||
<div class="scroll-container">
|
<div class="scroll-container">
|
||||||
Scroll to discover more
|
Scroll to learn more
|
||||||
<span class="material-symbols-outlined scroll-symbol">keyboard_double_arrow_down</span>
|
<span class="material-symbols-outlined scroll-symbol">keyboard_double_arrow_down</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -84,6 +84,6 @@ $( document ).ready( function () {
|
|||||||
}
|
}
|
||||||
currentlyShowing = future;
|
currentlyShowing = future;
|
||||||
trackProgress();
|
trackProgress();
|
||||||
window.scrollTo( { top: id * heights, behavior: 'instant' } );
|
window.scrollTo( { top: future * heights, behavior: 'instant' } );
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<div id="nav-menu">
|
<div id="nav-menu">
|
||||||
<div class="nav-container">
|
<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">
|
<div class="nav-list">
|
||||||
<a class="navitem inactive" id="home" href="/">Home</a>
|
<a class="navitem inactive" id="home" href="/">Home</a>
|
||||||
<a class="navitem inactive" id="info" href="/info">Details</a>
|
<a class="navitem inactive" id="info" href="/info">Details</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user