diff --git a/newVersion/css/examplesStyle.css b/newVersion/css/examplesStyle.css index aeb3dcd..382f621 100644 --- a/newVersion/css/examplesStyle.css +++ b/newVersion/css/examplesStyle.css @@ -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 { diff --git a/newVersion/css/homeStyle.css b/newVersion/css/homeStyle.css index b4b0ef4..6688cbb 100644 --- a/newVersion/css/homeStyle.css +++ b/newVersion/css/homeStyle.css @@ -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'); } diff --git a/newVersion/css/infoStyle.css b/newVersion/css/infoStyle.css index bf35dd2..2909478 100644 --- a/newVersion/css/infoStyle.css +++ b/newVersion/css/infoStyle.css @@ -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'); } diff --git a/newVersion/nav.html b/newVersion/nav.html index 61f58b5..b6a3a64 100644 --- a/newVersion/nav.html +++ b/newVersion/nav.html @@ -11,7 +11,7 @@