diff --git a/newVersion/assets/Logo.png b/newVersion/assets/Logo.png new file mode 100755 index 0000000..9676b88 Binary files /dev/null and b/newVersion/assets/Logo.png differ diff --git a/newVersion/css/examplesStyle.css b/newVersion/css/examplesStyle.css index 14204f7..b79c63f 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( '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 { diff --git a/newVersion/css/homeStyle.css b/newVersion/css/homeStyle.css index 0d9c96c..da4dd89 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( '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'); } diff --git a/newVersion/css/infoStyle.css b/newVersion/css/infoStyle.css index a3b0834..8d72598 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( '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'); } diff --git a/newVersion/css/orderStyle.css b/newVersion/css/orderStyle.css index d822e29..cc42939 100644 --- a/newVersion/css/orderStyle.css +++ b/newVersion/css/orderStyle.css @@ -1,5 +1,5 @@ body { - height: 200%; + height: 150%; } /* diff --git a/newVersion/info/index.html b/newVersion/info/index.html index 9192b38..ceb5b90 100644 --- a/newVersion/info/index.html +++ b/newVersion/info/index.html @@ -23,7 +23,7 @@
- Scroll to discover more + Scroll to learn more keyboard_double_arrow_down
diff --git a/newVersion/js/scrolling.js b/newVersion/js/scrolling.js index d0ff23e..d80bf9a 100644 --- a/newVersion/js/scrolling.js +++ b/newVersion/js/scrolling.js @@ -84,6 +84,6 @@ $( document ).ready( function () { } currentlyShowing = future; trackProgress(); - window.scrollTo( { top: id * heights, behavior: 'instant' } ); + window.scrollTo( { top: future * heights, behavior: 'instant' } ); } } ); diff --git a/newVersion/nav.html b/newVersion/nav.html index 34bfd1d..e38b472 100644 --- a/newVersion/nav.html +++ b/newVersion/nav.html @@ -10,7 +10,7 @@