mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
fix(#15): amélioration du design de la page validation
This commit is contained in:
parent
b2c79980c3
commit
08b4e8bed0
@ -140,4 +140,19 @@ i {
|
||||
|
||||
section + nav {
|
||||
margin-top: 100px;
|
||||
}
|
||||
|
||||
.w100 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
article + article {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #4a4a4a;
|
||||
}
|
||||
a:hover {
|
||||
color: #4a90e2;
|
||||
}
|
@ -20,18 +20,23 @@
|
||||
<section>
|
||||
<h1>C'est tout bon !</h1>
|
||||
|
||||
<p>votre sondate /titre du sondage/ a bien été créé ! Voici les liens pour y acceder (qui vous ont aussi été envoyé par email) / <strong>Comme vous n'avez pas renseigné d'email, n'oubliez pas de les conserver soigneusement !</strong></p>
|
||||
<p>votre sondate /titre du sondage/ a bien été créé ! Voici les liens pour y acceder (qui vous ont aussi été envoyé
|
||||
par email) / <strong>Comme vous n'avez pas renseigné d'email, n'oubliez pas de les conserver soigneusement !</strong></p>
|
||||
|
||||
<h2>Coté administrateur</h2>
|
||||
<p>Pour accéder au sondage et à tous ses paramètres : <a href="">https://framadate.org/urladmindusondage</a></p>
|
||||
<a href="">Voir le sondage administrateur</a>
|
||||
<article>
|
||||
<h2>Coté administrateur</h2>
|
||||
<p>Pour accéder au sondage et à tous ses paramètres : <a href="">https://framadate.org/urladmindusondage</a></p>
|
||||
<a href="" class="btn w100">Voir le sondage administrateur</a>
|
||||
</article>
|
||||
|
||||
<h2>Coté public</h2>
|
||||
<p>Pour accéder au sondage tel qu'il sera pour les personnes sondées : <a href="">https://framadate.org/urldusondage</a></p>
|
||||
<a href="">Voir le sondage public</a>
|
||||
<article>
|
||||
<h2>Coté public</h2>
|
||||
<p>Pour accéder au sondage tel qu'il sera pour les personnes sondées : <a href="">https://framadate.org/urldusondage</a></p>
|
||||
<a href="" class="btn w100">Voir le sondage public</a>
|
||||
</article>
|
||||
</section>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user