diff --git a/.gitignore b/.gitignore index 855e25e..42d3c50 100755 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea/* _site/ +.sass-cache/ diff --git a/_includes/footer.html b/_includes/footer.html index 5a4e92e..b42a0bb 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -7,7 +7,7 @@

- +49 (0) 1234 / 567 89 0 + +49 (0) 221 59619 1042

[javascript protected email address] diff --git a/css/style.css b/css/style.css index a69dba4..c751ff2 100644 --- a/css/style.css +++ b/css/style.css @@ -3,11 +3,6 @@ font-family: 'Share Tech', sans-serif; } -#large-header { - padding:0; - margin:0; -} - body, .jumbotron { background-color:#d2d4bc; } @@ -63,13 +58,15 @@ a:visited { #large-header { background-color:#222; - height:500px; - margin-bottom:160px; + height:300px; + /* margin-bottom:160px; */ + margin:0; + padding:0; } #large-header img { position:relative; - top:75px; + top:30px; } .row-centered { diff --git a/images/logo.png b/images/logo.png index 74fc412..71d875a 100644 Binary files a/images/logo.png and b/images/logo.png differ diff --git a/js/eyecandy.js b/js/eyecandy.js index 9f634da..80a553d 100644 --- a/js/eyecandy.js +++ b/js/eyecandy.js @@ -9,7 +9,7 @@ function initHeader() { width = window.innerWidth; - height = 500; + height = 300; target = {x: width/2, y: height/2}; largeHeader = document.getElementById('large-header'); @@ -98,7 +98,7 @@ function resize() { width = window.innerWidth; - height = 500; + height = 300; largeHeader.style.height = height+'px'; canvas.width = width; canvas.height = height;