From bff7fb7c42e7af9be4ea38189e1849bff5efe5ed Mon Sep 17 00:00:00 2001 From: Tommi Date: Sun, 31 Jan 2021 09:44:52 +0100 Subject: [PATCH] quick deploy with major updates --- Gemfile.lock | 6 +- "Icon\r" | 0 _includes/banner.html | 3 - _includes/contribute.html | 10 ++ _includes/draft.html | 4 +- _includes/edit.html | 4 +- _includes/footer.html | 7 +- _includes/head.html | 1 - _includes/l10n.html | 4 +- _includes/nav.html | 18 ++-- _layouts/page.html | 2 +- humans.txt | 15 +++ pages/Contribute.md | 4 +- pages/Development roadmap.md | 19 ++-- pages/FAQ.md | 15 ++- pages/L01-Learn.md | 7 +- pages/Localization.md | 40 ++++---- pages/Notes.md | 189 ----------------------------------- pages/Path.html | 2 +- pages/Quick.md | 26 ++--- pages/Solutions.md | 29 +++++- pages/What.md | 30 ++++++ pages/Why.md | 59 +++++++---- pages/it/About.md | 32 +++--- pages/it/Contribuisci.md | 16 +++ pages/it/Home.html | 10 +- pages/it/Path.html | 67 ------------- pages/it/Percorso.html | 28 ++++++ pages/it/Solutions.md | 75 -------------- pages/it/Soluzioni.md | 85 ++++++++++++++++ pages/it/Veloce.md | 14 +++ pages/it/Why.md | 159 +++++++++++++++++------------ style.scss | 71 ++++++------- 33 files changed, 496 insertions(+), 555 deletions(-) create mode 100644 "Icon\r" delete mode 100644 _includes/banner.html create mode 100644 _includes/contribute.html create mode 100644 humans.txt delete mode 100644 pages/Notes.md create mode 100644 pages/What.md create mode 100644 pages/it/Contribuisci.md delete mode 100644 pages/it/Path.html create mode 100644 pages/it/Percorso.html delete mode 100644 pages/it/Solutions.md create mode 100644 pages/it/Soluzioni.md create mode 100644 pages/it/Veloce.md diff --git a/Gemfile.lock b/Gemfile.lock index be2e8f9..62ea743 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.1.0) + activesupport (6.1.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -11,7 +11,7 @@ GEM public_suffix (>= 2.0.2, < 5.0) coderay (1.1.3) colorator (1.1.0) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.8) em-websocket (0.5.2) eventmachine (>= 0.12.9) http_parser.rb (~> 0.6.0) @@ -88,7 +88,7 @@ GEM liquid (4.0.3) liquid-c (4.0.0) liquid (>= 3.0.0) - listen (3.4.0) + listen (3.4.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) diff --git "a/Icon\r" "b/Icon\r" new file mode 100644 index 0000000..e69de29 diff --git a/_includes/banner.html b/_includes/banner.html deleted file mode 100644 index 3927e8a..0000000 --- a/_includes/banner.html +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/_includes/contribute.html b/_includes/contribute.html new file mode 100644 index 0000000..7f50ec7 --- /dev/null +++ b/_includes/contribute.html @@ -0,0 +1,10 @@ +
+
+ 🤔 + {% if page.lang == 'it' %} + Ciò che è scritto in questa pagina ti lascia perplesso, contrariato, o ti sembra manchi qualcosa? Se la risposta è affermativa, sarebbe favoloso se potessi contribuire per migliorarne i contenuti 📈! + {% else %} + What is written in this page left you puzzled, vexed, or you feel something is missing? If the answer is affirmative, you really should contribute and make it better 📈! + {% endif %} +
+
\ No newline at end of file diff --git a/_includes/draft.html b/_includes/draft.html index caddeb9..9d41df3 100644 --- a/_includes/draft.html +++ b/_includes/draft.html @@ -2,9 +2,9 @@ diff --git a/_includes/edit.html b/_includes/edit.html index 4fd06a1..4531469 100644 --- a/_includes/edit.html +++ b/_includes/edit.html @@ -1,3 +1,3 @@
-

{% if page.lang == 'it' %}suggerisci modifica o correzione{% else %}suggest edit{% endif %}

-
+

{% if page.lang == 'it' %}modifica questa pagina{% else %}edit this page{% endif %}

+ \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index eeee37e..e2078c2 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,10 +1,11 @@