diff options
author | Alex Auvolat <alex@adnab.me> | 2020-03-02 21:10:36 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-03-02 21:10:36 +0100 |
commit | f5547bf84bbd7e22b1ed9180f42b7e5095f4bdba (patch) | |
tree | ef1a29ea4ffc5f3fe733a3ae984a7f851e6ad749 /src/index.pug | |
parent | 74c6a06b4b664328e7a2d7e2de4474df28202429 (diff) | |
download | site-f5547bf84bbd7e22b1ed9180f42b7e5095f4bdba.tar.gz site-f5547bf84bbd7e22b1ed9180f42b7e5095f4bdba.zip |
Add association page and documents from 2020-01-13
Diffstat (limited to 'src/index.pug')
-rw-r--r-- | src/index.pug | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/index.pug b/src/index.pug index 96bce68..852a893 100644 --- a/src/index.pug +++ b/src/index.pug @@ -14,22 +14,22 @@ block content h2 nos services permettent de .list a.service-box.spacing(href='https://riot.deuxfleurs.fr') - div(style='font-size: 80px') 💬 + div(style='font-size: 80px; height: 120px') 💬 h3 discuter a.service-box.spacing(href='https://cloud.deuxfleurs.fr') - div(style='font-size: 80px') 🔒 + div(style='font-size: 80px; height: 120px') 🔒 h3 sauvegarder vos documents a.service-box.spacing(href='https://sogo.deuxfleurs.fr') - div(style='font-size: 80px') 📨 + div(style='font-size: 80px; height: 120px') 📨 h3 envoyer des emails a.service-box.spacing(href='https://p.adnab.me') - div(style='font-size: 80px') 📄 + div(style='font-size: 80px; height: 120px') 📄 h3 collaborer a.service-box.spacing(href='documentation.html#site') - div(style='font-size: 80px') 🌐 + div(style='font-size: 80px; height: 120px') 🌐 h3 créer votre site a.service-box.spacing(href='https://git.deuxfleurs.fr') - div(style='font-size: 80px') 💻 + div(style='font-size: 80px; height: 120px') 💻 h3 coder br |