diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-04-21 20:00:47 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-04-21 20:00:47 +0200 |
commit | 930f9581d809e0feefe7baed10c79735fe89d7fb (patch) | |
tree | e78be6197479e0278954ee1e89d0afd2a50aaa11 /src/Guide/Discussion.pug | |
parent | 2aced0ef7e45a86ed5c677de011a9acbfe7d6109 (diff) | |
download | site-930f9581d809e0feefe7baed10c79735fe89d7fb.tar.gz site-930f9581d809e0feefe7baed10c79735fe89d7fb.zip |
Guide riot
Diffstat (limited to 'src/Guide/Discussion.pug')
-rw-r--r-- | src/Guide/Discussion.pug | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/src/Guide/Discussion.pug b/src/Guide/Discussion.pug new file mode 100644 index 0000000..c9ed7d7 --- /dev/null +++ b/src/Guide/Discussion.pug @@ -0,0 +1,37 @@ +extends ../_layout.pug + +prepend root + - title = "Discussions" + + +block content + .spacing + h2 Accès rapides + + .list + a.service-box.spacing(href='https://riot.deuxfleurs.fr') + div(style='font-size: 80px; height: 120px') 🌐 + h3 Accéder via le navigateur + a.service-box.spacing(href='https://play.google.com/store/apps/details?id=im.vector.app&hl=fr') + div(style='font-size: 80px; height: 120px') 📥 + h3 Application Android + a.service-box.spacing(href='https://apps.apple.com/fr/app/riot-im/id1083446067') + div(style='font-size: 80px; height: 120px') 📥 + h3 Application iOS + br + + h2.spacing Premiers pas sur Android + + .screenlist + img(src="Assets/riot_install4.png", height="400") + img(src="Assets/riot_install5.png", height="400") + img(src="Assets/riot_connect2.png", height="400") + img(src="Assets/riot_connect25.png", height="400") + img(src="Assets/riot_connect3.png", height="400") + img(src="Assets/riot_connect4.png", height="400") + img(src="Assets/riot_connect5.png", height="400") + + style. + .screenlist > img { + padding: 20px; + } |