Skip to content

Commit

Permalink
Add links to translations
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Mar 25, 2021
1 parent 61830e9 commit 7d019bf
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions _includes/css.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<link rel="stylesheet" href="{{ "/assets/css/custom.css" | relative_url }}">
10 changes: 10 additions & 0 deletions _layouts/signed.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
7 changes: 7 additions & 0 deletions _sass/custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.translations {
text-align: end;
}

.translation {
font-size: 2em;
}
4 changes: 4 additions & 0 deletions assets/css/custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

@import "custom";
File renamed without changes.

0 comments on commit 7d019bf

Please sign in to comment.