mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
45 lines
783 B
HTML
45 lines
783 B
HTML
|
<section class="creation">
|
||
|
<h1 i18n>
|
||
|
Créer un sondage
|
||
|
</h1>
|
||
|
<p
|
||
|
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
|
||
|
liens… un sondage quoi !
|
||
|
</p>
|
||
|
<a
|
||
|
[routerLink]="'home'"
|
||
|
class="btn striked"
|
||
|
>
|
||
|
C'est parti
|
||
|
</a>
|
||
|
</section>
|
||
|
<section class="recuperation">
|
||
|
<h1 i18n>
|
||
|
Où sont mes sondages ?
|
||
|
</h1>
|
||
|
<form action="/retrieve">
|
||
|
<label
|
||
|
class="description"
|
||
|
for="email"
|
||
|
i18n
|
||
|
>
|
||
|
Je cherche les sondages qui correspondent à mon mail :
|
||
|
</label>
|
||
|
<input
|
||
|
type="email"
|
||
|
name="email"
|
||
|
id="email"
|
||
|
placeholder="mon e-mail"
|
||
|
/>
|
||
|
<button
|
||
|
class="btn btn-block"
|
||
|
i18n
|
||
|
>
|
||
|
Retrouver mes sondages
|
||
|
</button>
|
||
|
</form>
|
||
|
</section>
|