diff --git a/_data/i18n.js b/_data/i18n.js index 6189f42..9327145 100644 --- a/_data/i18n.js +++ b/_data/i18n.js @@ -78,8 +78,9 @@ module.exports = { lastEditedIn: "last edited in", permissionIssue: "Permission issue", permissionIssueNotificationContent: "Unable to continue playing background music, please enable audio autoplay for this website.", - notificationDefaultHint: "Click to dismiss" - + notificationDefaultHint: "Click to dismiss", + kaoMain: "The Android OS is great danger. You're about to lose sovereignty over your phone because of Google's monopoly.", + kaoLink: "Learn what you can do at Keep Android Open ->" }, pt: { language: "português", @@ -134,6 +135,8 @@ module.exports = { lastEditedIn: "editado por último em", permissionIssue: "Problema de permissão", permissionIssueNotificationContent: "Não foi possivel continuar tocando a música de fundo, por favor habilite reprodução automática de áudio para esse website.", - notificationDefaultHint: "Clique para ignorar" + notificationDefaultHint: "Clique para ignorar", + kaoMain: "O Android está em grande perigo. Você está prestes a perder controle do seu celular em favor do monopólio da Google.", + kaoLink: "Veja o que você pode fazer em Keep Android Open ->" } }; \ No newline at end of file diff --git a/_includes/base.njk b/_includes/base.njk index b25667b..8dda116 100644 --- a/_includes/base.njk +++ b/_includes/base.njk @@ -27,8 +27,6 @@ - - diff --git a/index.njk b/index.njk index 5f8deb7..f8c3608 100644 --- a/index.njk +++ b/index.njk @@ -28,6 +28,10 @@ layout: base.njk
+
+

{{ i18n[langKey].kaoMain | safe }}

+

{{ i18n[langKey].kaoLink | safe }}

+

{{ i18n[langKey].welcome | smartTitle }}

{{ i18n[langKey].homeWelcomeParagraph | safe }}

diff --git a/static/main.css b/static/main.css index faf6687..89e4f42 100644 --- a/static/main.css +++ b/static/main.css @@ -212,6 +212,14 @@ aside.metromenu #content { /* Global classes and IDs */ +.nomargin { + margin: 0; +} + +.end-text { + text-align: end; +} + .notificationBox { transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1); width: fit-content; @@ -248,6 +256,12 @@ li.inlineList { margin-bottom: 0; } +.kaoBox { + border-color: rgba(255, 0, 0, 0.1); + background-color: rgba(255, 0, 0, 0.1); + margin-bottom: 1em; +} + .pageHeaderBox { border-bottom: 0; }