update logo
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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');
|
||||
}
|
||||
|
||||
@@ -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');
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user