|
|
@ -7,7 +7,7 @@ |
|
|
<header id="header"> |
|
|
<header id="header"> |
|
|
<div class="header-content"> |
|
|
<div class="header-content"> |
|
|
<div id="logo"> |
|
|
<div id="logo"> |
|
|
<%= image_tag "me-white.svg", height: "70" %> |
|
|
|
|
|
|
|
|
<%= image_tag "me-white.png", width: "62", height: "70" %> |
|
|
<a href=""> Georg Hopp aka Steffers </a> |
|
|
<a href=""> Georg Hopp aka Steffers </a> |
|
|
</div> |
|
|
</div> |
|
|
<nav id="nav"> |
|
|
<nav id="nav"> |
|
|
@ -51,10 +51,12 @@ |
|
|
<a href="http://creativecommons.org/licenses/by/4.0/" rel="license"> |
|
|
<a href="http://creativecommons.org/licenses/by/4.0/" rel="license"> |
|
|
<img alt="Creative Commons License" |
|
|
<img alt="Creative Commons License" |
|
|
style="border-width:0" |
|
|
style="border-width:0" |
|
|
|
|
|
width="88" |
|
|
|
|
|
height="31" |
|
|
src="https://i.creativecommons.org/l/by/4.0/88x31.png" /> |
|
|
src="https://i.creativecommons.org/l/by/4.0/88x31.png" /> |
|
|
</a> |
|
|
</a> |
|
|
<a href="http://www.gnu.org/licenses/gpl-3.0.en.html" rel="license"> |
|
|
<a href="http://www.gnu.org/licenses/gpl-3.0.en.html" rel="license"> |
|
|
<%= image_tag("gpl-v3-red.svg", height: "30") %> |
|
|
|
|
|
|
|
|
<%= image_tag("gpl-v3-red.png", height: "31", width: "62") %> |
|
|
</a> |
|
|
</a> |
|
|
</div> |
|
|
</div> |
|
|
</footer> |
|
|
</footer> |
|
|
|