Anxhelo Lushka
6 years ago
No known key found for this signature in database
GPG Key ID: 1FDB240321304A01
3 changed files with
7 additions and
2 deletions
-
_includes/de/header.html
-
_includes/header.html
-
_sass/_layout.scss
|
|
@ -1,7 +1,7 @@ |
|
|
|
<div class="site-header"> |
|
|
|
|
|
|
|
<nav class="site-nav"> |
|
|
|
<a class="page-link" href="{{ site.url }}"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="42" height="22" viewBox="0 0 342 180"><g transform="matrix(.046153 0 0 .046153 .002031 171.69134)"><path d="M0-3720h7410V180H0z" fill="#b22234"/><path d="M0-3270h7410m0 600H0m0 600h7410m0 600H0m0 600h7410m0 600H0" stroke="#fff" stroke-width="300"/><path d="M0-3720h2964v2100H0z" fill="#3c3b6e"/><g transform="translate(0 -3720)" fill="#fff"><g id="A"><g id="B"><g id="C"><g id="D"><path d="M247 90l70.534 217.082-184.66-134.164h228.254l-184.66 134.164z" id="E"/><use y="420" xlink:href="#E"/><use y="840" xlink:href="#E"/><use y="1260" xlink:href="#E"/></g><use y="1680" xlink:href="#E"/></g><use y="210" x="247" xlink:href="#D"/></g><use x="494" xlink:href="#B"/></g><use x="988" xlink:href="#A"/><use x="1976" xlink:href="#B"/><use x="2470" xlink:href="#C"/></g></g></svg></a> |
|
|
|
<a class="page-link language" href="{{ site.url }}">en</a> |
|
|
|
<a class="page-link" href="mailto:hello@ura.design"><i class="fas fa-envelope"></i></a> |
|
|
|
</nav> |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
<div class="site-header"> |
|
|
|
|
|
|
|
<nav class="site-nav"> |
|
|
|
<a class="page-link" href="{{ site.url }}/de"><svg xmlns="http://www.w3.org/2000/svg" width="37" height="22" viewBox="0 0 0.185 0.11"><path d="M0 0h.185v.11H0z"/><path d="M0 .037h.185V.11H0z" fill="#d00"/><path d="M0 .073h.185V.11H0z" fill="#ffce00"/><path d="M.002.002h.18v.105h-.18z" fill="none" stroke="#fff" stroke-width=".005"/></svg></a> |
|
|
|
<a class="page-link language" href="{{ site.url }}/de">de</a> |
|
|
|
<a class="page-link" href="mailto:hello@ura.design"><i class="fas fa-envelope"></i></a> |
|
|
|
</nav> |
|
|
|
|
|
|
|
|
|
@ -327,6 +327,11 @@ |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
|
|
|
|
.language { |
|
|
|
text-decoration: none !important; |
|
|
|
font-size: 20px !important; |
|
|
|
} |
|
|
|
|
|
|
|
.bg-mute { |
|
|
|
background-color: #F4F4F4; |
|
|
|
min-height: 500px; |
|
|
|