worked on home

This commit is contained in:
newick 2019-08-12 21:54:57 +02:00
parent 93b9908a40
commit 807b6bc660
1 changed files with 12 additions and 41 deletions

View File

@ -2,55 +2,26 @@
<h1 i18n> <h1 i18n>
Créer un sondage Créer un sondage
</h1> </h1>
<p <p class="description" i18n>
class="description"
i18n
>
Planifiez des rendez-vous avec vos amis ou votre famille ou créez un sondage avec du texte, des images ou des Planifiez des rendez-vous avec vos amis ou votre famille ou créez un sondage avec du texte, des images ou des
liens… un sondage quoi ! liens… un sondage quoi !
</p> </p>
<div class="btn-next"> <a [routerLink]="'/home'" class="next">
<a <span class="text" i18n>
[routerLink]="'/home'" C'est parti !
> </span>
<span </a>
class="text"
i18n
>
C'est parti
</span>
<span class="icon right">
>
</span>
</a>
</div>
</section> </section>
<section class="recuperation"> <section class="recuperation">
<h1 i18n> <h1 i18n>
Où sont mes sondages ? Où sont mes sondages ?
</h1> </h1>
<form <form action="https://framadate.org/find_polls.php" method="post">
action="https://framadate.org/find_polls.php" <label class="description" for="email" i18n>
method="post"
>
<label
class="description"
for="email"
i18n
>
Je cherche les sondages qui correspondent à mon mail : Je cherche les sondages qui correspondent à mon mail :
</label> </label>
<input <input type="email" name="mail" id="email" autofocus="autofocus" />
type="email" <input type="submit" class="btn_border" i18n value="Retrouver mes sondages" />
name="mail"
id="email"
autofocus="autofocus"
/>
<input
type="submit"
class="btn btn-block"
i18n
value="Retrouver mes sondages"
/>
</form> </form>
</section> </section>