logo shrinked

This commit is contained in:
Timm Szigat 2014-10-27 19:27:54 +01:00
parent f241e1a585
commit f2fec9f9b4
5 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.idea/* .idea/*
_site/ _site/
.sass-cache/

View File

@ -7,7 +7,7 @@
</p> </p>
<p> <p>
<span class="fa fa-phone"></span> <a href="tel:+4912351235544">+49 (0) 1234 / 567 89 0</a> <span class="fa fa-phone"></span> <a href="tel:+49221596191042">+49 (0) 221 59619 1042</a>
</p> </p>
<p> <p>
<span class="fa fa-envelope-o"></span> <span id="e701819447">[javascript protected email address]</span><script type="text/javascript">/*<![CDATA[*/eval("var a=\".Pc3y1Lh6oqgCSMluXaN-F0mWOK_ewAvVBdZstj2rpTf85+@iRznY4xI7QJUGkHD9Eb\";var b=a.split(\"\").sort().join(\"\");var c=\"fJE7GI7pJGESfffP5UU5xc85\";var d=\"\";for(var e=0;e<c.length;e++)d+=b.charAt(a.indexOf(c.charAt(e)));document.getElementById(\"e701819447\").innerHTML=\"<a href=\\\"mailto:\"+d+\"\\\">\"+d+\"</a>\"")/*]]>*/</script> <span class="fa fa-envelope-o"></span> <span id="e701819447">[javascript protected email address]</span><script type="text/javascript">/*<![CDATA[*/eval("var a=\".Pc3y1Lh6oqgCSMluXaN-F0mWOK_ewAvVBdZstj2rpTf85+@iRznY4xI7QJUGkHD9Eb\";var b=a.split(\"\").sort().join(\"\");var c=\"fJE7GI7pJGESfffP5UU5xc85\";var d=\"\";for(var e=0;e<c.length;e++)d+=b.charAt(a.indexOf(c.charAt(e)));document.getElementById(\"e701819447\").innerHTML=\"<a href=\\\"mailto:\"+d+\"\\\">\"+d+\"</a>\"")/*]]>*/</script>

View File

@ -69,7 +69,7 @@ a:visited {
#large-header img { #large-header img {
position:relative; position:relative;
top:75px; top:30px;
} }
.row-centered { .row-centered {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

@ -9,7 +9,7 @@
function initHeader() { function initHeader() {
width = window.innerWidth; width = window.innerWidth;
height = 500; height = 300;
target = {x: width/2, y: height/2}; target = {x: width/2, y: height/2};
largeHeader = document.getElementById('large-header'); largeHeader = document.getElementById('large-header');
@ -98,7 +98,7 @@
function resize() { function resize() {
width = window.innerWidth; width = window.innerWidth;
height = 500; height = 300;
largeHeader.style.height = height+'px'; largeHeader.style.height = height+'px';
canvas.width = width; canvas.width = width;
canvas.height = height; canvas.height = height;