mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
worked on home
This commit is contained in:
parent
93b9908a40
commit
807b6bc660
@ -2,55 +2,26 @@
|
||||
<h1 i18n>
|
||||
Créer un sondage
|
||||
</h1>
|
||||
<p
|
||||
class="description"
|
||||
i18n
|
||||
>
|
||||
<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>
|
||||
<div class="btn-next">
|
||||
<a
|
||||
[routerLink]="'/home'"
|
||||
>
|
||||
<span
|
||||
class="text"
|
||||
i18n
|
||||
>
|
||||
C'est parti
|
||||
</span>
|
||||
<span class="icon right">
|
||||
>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<a [routerLink]="'/home'" class="next">
|
||||
<span class="text" i18n>
|
||||
C'est parti !
|
||||
</span>
|
||||
</a>
|
||||
</section>
|
||||
|
||||
<section class="recuperation">
|
||||
<h1 i18n>
|
||||
Où sont mes sondages ?
|
||||
</h1>
|
||||
<form
|
||||
action="https://framadate.org/find_polls.php"
|
||||
method="post"
|
||||
>
|
||||
<label
|
||||
class="description"
|
||||
for="email"
|
||||
i18n
|
||||
>
|
||||
<form action="https://framadate.org/find_polls.php" method="post">
|
||||
<label class="description" for="email" i18n>
|
||||
Je cherche les sondages qui correspondent à mon mail :
|
||||
</label>
|
||||
<input
|
||||
type="email"
|
||||
name="mail"
|
||||
id="email"
|
||||
autofocus="autofocus"
|
||||
/>
|
||||
<input
|
||||
type="submit"
|
||||
class="btn btn-block"
|
||||
i18n
|
||||
value="Retrouver mes sondages"
|
||||
/>
|
||||
<input type="email" name="mail" id="email" autofocus="autofocus" />
|
||||
<input type="submit" class="btn_border" i18n value="Retrouver mes sondages" />
|
||||
</form>
|
||||
</section>
|
||||
</section>
|
Loading…
Reference in New Issue
Block a user