diff --git a/src/css/layout/_main.scss b/src/css/layout/_main.scss index 9a24064..d9071c1 100644 --- a/src/css/layout/_main.scss +++ b/src/css/layout/_main.scss @@ -101,13 +101,10 @@ @include breakpoint('<=xsmall') { > section { - margin: 4em auto; - width: 100%; + margin: 2em auto; > a > div.siteTitle > h2 { - font-size: 25pt; - width: 100%; - line-height: 61.805vw; + font-size: 15pt; } } } @@ -115,7 +112,7 @@ @include breakpoint('<=xxsmall') { > section { > a > div.siteTitle > h2 { - font-size: 15pt; + font-size: 10pt; } } } diff --git a/src/img/site/solaflex/tan@0.10x.png b/src/img/site/solaflex/tan@0.10x.png index cb79792..bc7bbef 100644 Binary files a/src/img/site/solaflex/tan@0.10x.png and b/src/img/site/solaflex/tan@0.10x.png differ diff --git a/src/img/site/solaflex/tan@0.25x.png b/src/img/site/solaflex/tan@0.25x.png index c706890..e07ec54 100644 Binary files a/src/img/site/solaflex/tan@0.25x.png and b/src/img/site/solaflex/tan@0.25x.png differ diff --git a/src/img/site/solaflex/tan@0.30x.png b/src/img/site/solaflex/tan@0.30x.png index d8ebf59..cfe365f 100644 Binary files a/src/img/site/solaflex/tan@0.30x.png and b/src/img/site/solaflex/tan@0.30x.png differ diff --git a/src/img/site/solaflex/tan@0.50x.png b/src/img/site/solaflex/tan@0.50x.png index 8abde7e..9c792d8 100644 Binary files a/src/img/site/solaflex/tan@0.50x.png and b/src/img/site/solaflex/tan@0.50x.png differ diff --git a/src/img/site/solaflex/tan@0.75x.png b/src/img/site/solaflex/tan@0.75x.png index 30ec386..e2ff573 100644 Binary files a/src/img/site/solaflex/tan@0.75x.png and b/src/img/site/solaflex/tan@0.75x.png differ diff --git a/src/img/site/solaflex/tan@1.00x.png b/src/img/site/solaflex/tan@1.00x.png index c045630..3946213 100644 Binary files a/src/img/site/solaflex/tan@1.00x.png and b/src/img/site/solaflex/tan@1.00x.png differ diff --git a/src/js/main.js b/src/js/main.js index 7f649ff..d02296a 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -13,6 +13,7 @@ function menuToggle() { $("#menu").css('display','none'); //disables menu },400); } + var bars = $('.bar'); for (var i = 0; i < bars.length; i++) { bars[i].classList.toggle('active'); @@ -27,28 +28,3 @@ window.addEventListener('scroll', function() { document.getElementById("nav").classList.add('scrolled'); } }); - -//parallax text description -/* -var rellax = new Rellax('.rellax', { - center: false -}); -var rellax = new Rellax('.rellax1', { - center: false -}); -var rellax = new Rellax('.rellax2', { - center: false -}); -var rellax = new Rellax('.rellax3', { - center: false -}); -var rellax = new Rellax('.rellax4', { - center: false -}); -var rellax = new Rellax('.rellax5', { - center: false -}); -var rellax = new Rellax('.rellax6', { - center: false -}); -*/ diff --git a/src/robots.txt b/src/robots.txt new file mode 100644 index 0000000..4f574cb --- /dev/null +++ b/src/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Disallow: /include/ +Disallow: /404.html +Disallow: /50x.html