ajouter l'option infos pour les conducteurs
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 18s
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 18s
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
<div>
|
||||
{{$img := resources.Get "images/logo-mms43-white.svg"}}
|
||||
<img class="h-32 w-auto m-auto" src="{{$img.RelPermalink}}" />
|
||||
<ul class="text-center text-xs">
|
||||
<li>
|
||||
<a href="mailto:contact@mms43.org">contact@mms43.org</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="py-6 text-center">
|
||||
<ul>
|
||||
@@ -14,6 +19,9 @@
|
||||
<li>
|
||||
<strong><a href="{{.Site.Params.parcoursmob}}">Espace partenaires</a></strong>
|
||||
</li>
|
||||
<li>
|
||||
<strong>Nous contacter : <a href="mailto:contact@mms43.org">contact@mms43.org</a></strong>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="py-6 text-center">
|
||||
|
||||
@@ -33,7 +33,8 @@
|
||||
<div class="text-sm mx-4">
|
||||
<input type="radio" name="driver_type" id="solidarity_transport" value="solidarity_transport"> <label for="solidarity_transport">Transport solidaire</label><br />
|
||||
<input type="radio" name="driver_type" id="organized_carpool" value="organized_carpool"> <label for="organized_carpool">Covoiturage solidaire</label><br />
|
||||
<input type="radio" name="driver_type" id="driver_any" value="any"> <label for="driver_any">Je ne sais pas / Les 2</label>
|
||||
<input type="radio" name="driver_type" id="driver_any" value="any"> <label for="driver_any">Je ne sais pas / Les 2</label><br />
|
||||
<input type="radio" name="driver_type" id="driver_none" value="none"> <label for="driver_none">Je veux simplement des informations</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-8 text-center">
|
||||
|
||||
Reference in New Issue
Block a user