Add links to translations

This commit is contained in:
nukeop 2021-03-25 10:52:37 +01:00
parent 61830e9eb3
commit 7d019bf33a
5 changed files with 22 additions and 0 deletions

1
_includes/css.html Normal file
View File

@ -0,0 +1 @@
<link rel="stylesheet" href="{{ "/assets/css/custom.css" | relative_url }}">

View File

@ -2,6 +2,16 @@
layout: home
---
{% include css.html %}
<div class="translations">
<p>Translations:</p>
<a class="translation" href='/index_tr.html'>🇹🇷</a>
<a class="translation" href='/index_ro.html'>🇷🇴</a>
<a class="translation" href='/index_es.html'>🇪🇸</a>
<a class="translation" href='/index_pt_br.html'>🇧🇷</a>
</div>
{{ content }}
<p>

7
_sass/custom.scss Normal file
View File

@ -0,0 +1,7 @@
.translations {
text-align: end;
}
.translation {
font-size: 2em;
}

4
assets/css/custom.scss Normal file
View File

@ -0,0 +1,4 @@
---
---
@import "custom";