|
|
@ -17,11 +17,25 @@ |
|
|
|
|
|
|
|
<header class="header"> |
|
|
|
<div class="bar"> |
|
|
|
<div class="bar__main"> |
|
|
|
<div class="bar__start"> |
|
|
|
<h1 class="m-top-4 m-bottom-4 h4"> |
|
|
|
Plain UI 0.3 |
|
|
|
</h1> |
|
|
|
</div> |
|
|
|
<div class="bar__main justify-end"> |
|
|
|
<a class="button button--small m-bottom-0" href="#"> |
|
|
|
Github |
|
|
|
<svg class="m-left-3 icon fill-text" aria-hidden="true"> |
|
|
|
<use xlink:href="symbol-defs.svg#icon-github"></use> |
|
|
|
</svg> |
|
|
|
</a> |
|
|
|
<a class="button button--small m-left-sm-3 m-bottom-0" href="https://gitea.tentakelfabrik.de/" rel="noopener" target="_blank"> |
|
|
|
Gitea |
|
|
|
<svg class="m-left-3 icon fill-text" aria-hidden="true"> |
|
|
|
<use xlink:href="symbol-defs.svg#icon-gitea"></use> |
|
|
|
</svg> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</header> |
|
|
|
|
|
|
|