From 7d019bf33ac260d9399695d6c0733a325ff1fafa Mon Sep 17 00:00:00 2001 From: nukeop Date: Thu, 25 Mar 2021 10:52:37 +0100 Subject: [PATCH] Add links to translations --- _includes/css.html | 1 + _layouts/signed.html | 10 ++++++++++ _sass/custom.scss | 7 +++++++ assets/css/custom.scss | 4 ++++ index-pt-br.md => index_pt_br.md | 0 5 files changed, 22 insertions(+) create mode 100644 _includes/css.html create mode 100644 _sass/custom.scss create mode 100644 assets/css/custom.scss rename index-pt-br.md => index_pt_br.md (100%) diff --git a/_includes/css.html b/_includes/css.html new file mode 100644 index 00000000..fa8a6b8b --- /dev/null +++ b/_includes/css.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_layouts/signed.html b/_layouts/signed.html index 05739d51..34981381 100644 --- a/_layouts/signed.html +++ b/_layouts/signed.html @@ -2,6 +2,16 @@ layout: home --- +{% include css.html %} + +
+

Translations:

+ 🇹🇷 + 🇷🇴 + 🇪🇸 + 🇧🇷 +
+ {{ content }}

diff --git a/_sass/custom.scss b/_sass/custom.scss new file mode 100644 index 00000000..f73e2ff4 --- /dev/null +++ b/_sass/custom.scss @@ -0,0 +1,7 @@ +.translations { + text-align: end; +} + +.translation { + font-size: 2em; +} \ No newline at end of file diff --git a/assets/css/custom.scss b/assets/css/custom.scss new file mode 100644 index 00000000..88dd1300 --- /dev/null +++ b/assets/css/custom.scss @@ -0,0 +1,4 @@ +--- +--- + +@import "custom"; \ No newline at end of file diff --git a/index-pt-br.md b/index_pt_br.md similarity index 100% rename from index-pt-br.md rename to index_pt_br.md