forked from Chaospott/site
logo shrinked
This commit is contained in:
parent
f241e1a585
commit
26753126b1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
.idea/*
|
||||
_site/
|
||||
.sass-cache/
|
||||
|
@ -7,7 +7,7 @@
|
||||
</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>
|
||||
<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>
|
||||
|
@ -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 {
|
||||
|
BIN
images/logo.png
BIN
images/logo.png
Binary file not shown.
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 40 KiB |
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user