diff options
author | Adrien Luxey <adrien.luxey@irisa.fr> | 2020-05-16 13:50:02 +0200 |
---|---|---|
committer | Adrien Luxey <adrien.luxey@irisa.fr> | 2020-05-16 13:50:02 +0200 |
commit | 29d85d64785687f8ab0b893539dfda3976f39706 (patch) | |
tree | 7ec60a6a13a58731a35f415206050784472ff2f5 /src/index.pug | |
parent | 3cae57582ededd332707abe0667787e930cd16af (diff) | |
download | site-29d85d64785687f8ab0b893539dfda3976f39706.tar.gz site-29d85d64785687f8ab0b893539dfda3976f39706.zip |
page 'sites web' et des espaces au lieu des _
Diffstat (limited to 'src/index.pug')
-rw-r--r-- | src/index.pug | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/index.pug b/src/index.pug index 2a7fd04..b2704ae 100644 --- a/src/index.pug +++ b/src/index.pug @@ -12,10 +12,13 @@ block content section a.service-box.left(href='/Guide/Discussion.html') div(style='font-size: 80px; height: 120px') 💬 - h5 discussions + h5 discussion a.service-box.left(href='/Guide/Visioconférence.html') div(style='font-size: 80px; height: 120px') 📞 h5 visioconférence + a.service-box.left(href='/Guide/Sites web.html') + div(style='font-size: 80px; height: 120px') 🌐 + h5 sites web a.service-box.left(href='https://cloud.deuxfleurs.fr') div(style='font-size: 80px; height: 120px') 🔒 h5 sauvegarde de documents @@ -25,9 +28,6 @@ block content a.service-box.left(href='https://p.adnab.me') div(style='font-size: 80px; height: 120px') 📄 h5 collaboration - a.service-box.left(href='/Technique') - div(style='font-size: 80px; height: 120px') 🌐 - h5 sites webs a.service-box.left(href='https://git.deuxfleurs.fr') div(style='font-size: 80px; height: 120px') 💻 h5 code |