From 37f12475b4fc73b4e08b8c93cb959b47ab7332b0 Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Wed, 12 Sep 2018 23:09:45 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20en=20fran=C3=A7ais=20de=20la=20page=20d'?= =?UTF-8?q?accueil?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/index.slang | 10 +++++----- src/views/layouts/_nav.slang | 2 +- src/views/layouts/application.slang | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/home/index.slang b/src/views/home/index.slang index 1dbac34..980dc80 100644 --- a/src/views/home/index.slang +++ b/src/views/home/index.slang @@ -1,9 +1,9 @@ .row #logo .col-sm-12.col-md-6 - h2 = t "welcome_to_amber" - p Thank you for trying out the Amber Framework. We are working hard to provide a super fast and reliable framework that provides all the productivity tools you are used to without sacrificing the speed. + h2 Bienvenue sur Carnet de jeu + p CDJ vous permettra de stocker votre liste de jeux vidéos et suivre votre avancement dans ces derniers ; mais pas seulement. En effet il vous sera également possible d'ajouter vos consoles et vos figurines de jeux. .list-group - a.list-group-item.list-group-item-action target="_blank" href="https://docs.amberframework.org" Getting Started with Amber Framework - a.list-group-item.list-group-item-action target="_blank" href="https://github.com/veelenga/awesome-crystal" List of Awesome Crystal projects and shards - a.list-group-item.list-group-item-action target="_blank" href="https://crystalshards.xyz" What's hot in Crystal right now + a.list-group-item.list-group-item-action target="_blank" href="https://carnetdejeu.fr" 'Découvrir le projet + a.list-group-item.list-group-item-action target="_blank" href="https://forge.o9.re/carnetdejeu/carnetdejeu" Code source + a.list-group-item.list-group-item-action target="_blank" href="https://oc.todon.fr/@carnetdejeu" Nous suivre sur Mastodon diff --git a/src/views/layouts/_nav.slang b/src/views/layouts/_nav.slang index 0888270..a51b56c 100644 --- a/src/views/layouts/_nav.slang +++ b/src/views/layouts/_nav.slang @@ -1,2 +1,2 @@ - active = context.request.path == "/" ? "active" : "" -a class="nav-item #{active}" href="/" Home +a class="nav-item #{active}" href="/" Accueil diff --git a/src/views/layouts/application.slang b/src/views/layouts/application.slang index aa83d80..5e41d64 100644 --- a/src/views/layouts/application.slang +++ b/src/views/layouts/application.slang @@ -1,7 +1,7 @@ doctype html html head - title Cdj Carnetdejeu using Amber + title Carnet de jeu meta charset="utf-8" meta http-equiv="X-UA-Compatible" content="IE=edge" meta name="viewport" content="width=device-width, initial-scale=1"