diff --git a/newVersion/assets/screenshotPage1.png b/newVersion/assets/screenshotPage1.png index c79541c..19254d1 100644 Binary files a/newVersion/assets/screenshotPage1.png and b/newVersion/assets/screenshotPage1.png differ diff --git a/newVersion/assets/screenshotPage1a.png b/newVersion/assets/screenshotPage1a.png new file mode 100644 index 0000000..c79541c Binary files /dev/null and b/newVersion/assets/screenshotPage1a.png differ diff --git a/newVersion/assets/screenshotPage2.png b/newVersion/assets/screenshotPage2.png index 04e340e..f7adef9 100644 Binary files a/newVersion/assets/screenshotPage2.png and b/newVersion/assets/screenshotPage2.png differ diff --git a/newVersion/assets/screenshotPage2a.png b/newVersion/assets/screenshotPage2a.png new file mode 100644 index 0000000..04e340e Binary files /dev/null and b/newVersion/assets/screenshotPage2a.png differ diff --git a/newVersion/assets/screenshotPage3.png b/newVersion/assets/screenshotPage3.png index 3efe329..db4c00c 100644 Binary files a/newVersion/assets/screenshotPage3.png and b/newVersion/assets/screenshotPage3.png differ diff --git a/newVersion/assets/screenshotPage3a.png b/newVersion/assets/screenshotPage3a.png new file mode 100644 index 0000000..3efe329 Binary files /dev/null and b/newVersion/assets/screenshotPage3a.png differ diff --git a/newVersion/assets/screenshotPage4.png b/newVersion/assets/screenshotPage4.png index 5ee22fe..18c48e0 100644 Binary files a/newVersion/assets/screenshotPage4.png and b/newVersion/assets/screenshotPage4.png differ diff --git a/newVersion/assets/screenshotPage4a.png b/newVersion/assets/screenshotPage4a.png new file mode 100644 index 0000000..5ee22fe Binary files /dev/null and b/newVersion/assets/screenshotPage4a.png differ diff --git a/newVersion/assets/screenshotPage5.png b/newVersion/assets/screenshotPage5.png index 157b407..484bfe0 100644 Binary files a/newVersion/assets/screenshotPage5.png and b/newVersion/assets/screenshotPage5.png differ diff --git a/newVersion/assets/screenshotPage6.png b/newVersion/assets/screenshotPage6.png index 7e80469..145c7db 100644 Binary files a/newVersion/assets/screenshotPage6.png and b/newVersion/assets/screenshotPage6.png differ diff --git a/newVersion/assets/screenshotPage6a.png b/newVersion/assets/screenshotPage6a.png new file mode 100644 index 0000000..7e80469 Binary files /dev/null and b/newVersion/assets/screenshotPage6a.png differ diff --git a/newVersion/contact/index.html b/newVersion/contact/index.html index 02d489e..457bd90 100644 --- a/newVersion/contact/index.html +++ b/newVersion/contact/index.html @@ -16,7 +16,10 @@ - Order :: Development - janishutz.com + + + + Contact me :: Development - janishutz.com @@ -38,8 +41,8 @@
-

Contact

-

Any questions?

+

Con­tact

+

Ready for your new website?

diff --git a/newVersion/contactForm.html b/newVersion/contactForm.html index 89c358e..25ebfa1 100644 --- a/newVersion/contactForm.html +++ b/newVersion/contactForm.html @@ -2,7 +2,10 @@ + + +
diff --git a/newVersion/css/examplesStyle.css b/newVersion/css/examplesStyle.css index b79c63f..9d7aca0 100644 --- a/newVersion/css/examplesStyle.css +++ b/newVersion/css/examplesStyle.css @@ -14,21 +14,21 @@ body { #step-2 { position: fixed; - background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( '/assets/screenshotPage6.png'); + background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( '/assets/screenshotPage6a.png'); background-repeat: no-repeat; background-size: cover; } #step-3 { position: fixed; - background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( '/assets/screenshotPage2.png'); + background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( '/assets/screenshotPage2a.png'); background-repeat: no-repeat; background-size: cover; } #step-4 { position: fixed; - background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( '/assets/screenshotPage3.png'); + background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( '/assets/screenshotPage3a.png'); background-repeat: no-repeat; background-size: cover; } @@ -42,14 +42,14 @@ body { #step-6 { position: fixed; - background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( '/assets/screenshotPage4.png'); + background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( '/assets/screenshotPage4a.png'); background-repeat: no-repeat; background-size: cover; } #step-7 { position: fixed; - background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( '/assets/screenshotPage1.png'); + background: linear-gradient(to right, rgba( 0, 0, 0, 255 ) 30%, rgba( 0, 0, 0, 0 )), url( '/assets/screenshotPage1a.png'); background-repeat: no-repeat; background-size: cover; } diff --git a/newVersion/css/style.css b/newVersion/css/style.css index 7be4246..6e2e9f4 100644 --- a/newVersion/css/style.css +++ b/newVersion/css/style.css @@ -62,6 +62,10 @@ body { font-size: 500%; } +.small-huge { + font-size: 400%; +} + .biggest { font-size: 325%; } diff --git a/newVersion/examples/index.html b/newVersion/examples/index.html index 0e98da4..1034bf4 100644 --- a/newVersion/examples/index.html +++ b/newVersion/examples/index.html @@ -16,6 +16,9 @@ + + + Order :: Development - janishutz.com diff --git a/newVersion/index.html b/newVersion/index.html index 2fe0ca7..9f8724f 100644 --- a/newVersion/index.html +++ b/newVersion/index.html @@ -10,11 +10,14 @@ + + + Home :: Development - janishutz.com @@ -61,7 +64,7 @@
-

Beau­ti­ful

+

Con­tempo­rary

Get a website of any style you want

@@ -76,7 +79,7 @@

Static

-

Websites that display your content in a stylish, beautiful manner, like this page

+

Websites that display your content in a stylish, beautiful manner, like this website

@@ -89,7 +92,7 @@
-

In­te­res­ted?

+

In­te­res­ted?

contact me for an offer

diff --git a/newVersion/info/index.html b/newVersion/info/index.html index ceb5b90..a5f458b 100644 --- a/newVersion/info/index.html +++ b/newVersion/info/index.html @@ -16,6 +16,9 @@ + + + Details :: Development - janishutz.com @@ -44,7 +47,7 @@
-

Details

+

De­tails

on how this works

@@ -81,13 +84,14 @@

SEO

You can choose how SEO should be handled: either by an SEO expert or by me

+

SEO or Search Engine Optimisation, is what is required to make your website perform well in search engines like Google.

Pri­cing

-

Prices are calculated on a per-hour basis. You will receive an estimate in costs before I start developing anything - for free.

+

Prices are calculated on a per-hour basis. You will receive an estimate in costs for free before I start developing anything

diff --git a/newVersion/js/langHandler.js b/newVersion/js/langHandler.js new file mode 100644 index 0000000..10893b2 --- /dev/null +++ b/newVersion/js/langHandler.js @@ -0,0 +1,6 @@ +let preferredLang = navigator.languages.includes( 'de', 'de-CH' ) ? 'de' : 'en'; +console.log( preferredLang ); + +function switchLanguage ( lang ) { + window.location.pathname +} \ No newline at end of file diff --git a/newVersion/js/scrolling.js b/newVersion/js/scrolling.js index d80bf9a..40d1518 100644 --- a/newVersion/js/scrolling.js +++ b/newVersion/js/scrolling.js @@ -62,8 +62,8 @@ $( document ).ready( function () { moveTo( parseInt( $( this ).attr( 'id' ).substring( 4 ) ) ); } ); - $( '.scroll-wrapper' ).click( function () { - moveTo( currentlyShowing + 1 ); + $( '.scroll-container' ).click( function () { + moveTo( currentlyShowing + 2 ); } ); function moveTo ( id ) { diff --git a/newVersion/nav.html b/newVersion/nav.html index e38b472..61f58b5 100644 --- a/newVersion/nav.html +++ b/newVersion/nav.html @@ -6,6 +6,7 @@ nav + @@ -28,7 +28,7 @@ - - - - - \ No newline at end of file