Mise en français de la page d'accueil
This commit is contained in:
parent
8bd7e620d4
commit
37f12475b4
@ -1,9 +1,9 @@
|
|||||||
.row
|
.row
|
||||||
#logo
|
#logo
|
||||||
.col-sm-12.col-md-6
|
.col-sm-12.col-md-6
|
||||||
h2 = t "welcome_to_amber"
|
h2 Bienvenue sur Carnet de jeu
|
||||||
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.
|
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
|
.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://carnetdejeu.fr" 'Découvrir le projet
|
||||||
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://forge.o9.re/carnetdejeu/carnetdejeu" Code source
|
||||||
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://oc.todon.fr/@carnetdejeu" Nous suivre sur Mastodon
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
- active = context.request.path == "/" ? "active" : ""
|
- active = context.request.path == "/" ? "active" : ""
|
||||||
a class="nav-item #{active}" href="/" Home
|
a class="nav-item #{active}" href="/" Accueil
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
doctype html
|
doctype html
|
||||||
html
|
html
|
||||||
head
|
head
|
||||||
title Cdj Carnetdejeu using Amber
|
title Carnet de jeu
|
||||||
meta charset="utf-8"
|
meta charset="utf-8"
|
||||||
meta http-equiv="X-UA-Compatible" content="IE=edge"
|
meta http-equiv="X-UA-Compatible" content="IE=edge"
|
||||||
meta name="viewport" content="width=device-width, initial-scale=1"
|
meta name="viewport" content="width=device-width, initial-scale=1"
|
||||||
|
Loading…
Reference in New Issue
Block a user