work on contact form
This commit is contained in:
parent
b5bd64c708
commit
42ed8542b2
6
TODO.md
6
TODO.md
@ -20,3 +20,9 @@
|
||||
- [] page presse/outrages -> pas de lien
|
||||
- [] page presse/fiancee-de-barbe-bleue -> pas de lien
|
||||
- [] page presse/la-lettre -> pas de lien
|
||||
|
||||
|
||||
# Remarques de Kahena et Pierre-Yves
|
||||
|
||||
- [] Ajouter le titre "Actualités" dans le overlay du home
|
||||
- []
|
||||
@ -1,11 +1,8 @@
|
||||
---
|
||||
title: "Contact"
|
||||
draft: false
|
||||
adressePostale: 3 rue Raoul Dufy 75020 Paris
|
||||
adresseSiege: Pors Al Louch 29430 Pounevez-Louchrist
|
||||
email:
|
||||
- cie@letempsquilfaut.fr
|
||||
- pierre-yves.chapalain@wanadoo.fr
|
||||
adresse: 3 rue Raoul Dufy 75020 Paris
|
||||
email: cie@ltqf.fr
|
||||
telephone:
|
||||
- +33 6 63 91 23 46
|
||||
- +33 6 15 08 30 80
|
||||
|
||||
@ -1,46 +1,30 @@
|
||||
{{ define "content" }}
|
||||
|
||||
<section class="section">
|
||||
<section class="hero pt-5 pb-0 is-fullheight">
|
||||
<div class="container">
|
||||
<h1 class="is-size-1 title has-text-weight-bold has-text-centered ">{{ .Title }}</h1>
|
||||
<div class="columns mt-2 is-desktop">
|
||||
<div class="columns mt-2 is-desktop is-flex is-flex-direction-row is-align-items-stretch">
|
||||
<div class="column is-flex is-flex-direction-column has-text-centered">
|
||||
<i class="fa-solid fa-location-dot fa-3x mb-5"></i>
|
||||
<div class="mb-5">
|
||||
<h2 class="title is-3 has-text-white">Adresse Postale:</h2>
|
||||
<p class="subtitle is-5 has-text-white">{{ .Params.adressePostale }}</p>
|
||||
<h2 class="title is-3 has-text-white">Adresse:</h2>
|
||||
<p class="subtitle is-5 has-text-white">{{ .Params.adresse }}</p>
|
||||
</div>
|
||||
<div>
|
||||
<h2 class="title is-3 has-text-white">Siège social:</h2>
|
||||
<p class="subtitle is-5 has-text-white">{{ .Params.adresseSiege }}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column is-flex is-flex-direction-column has-text-centered p-1">
|
||||
<div class="column is-flex is-flex-direction-column has-text-centered">
|
||||
<i class="fa-solid fa-envelope fa-3x mb-5"></i>
|
||||
<h2 class="title is-3 has-text-white">Adresse Email:</h2>
|
||||
<ul>
|
||||
{{ range .Params.email }}
|
||||
<li class="subtitle has-text-white">
|
||||
<a href="mailto:{{ . }}" class="has-text-white">{{ . }}</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
<h2 class="title is-3 has-text-white">Email:</h2>
|
||||
<p class="subtitle has-text-white">
|
||||
<a href="mailto:{{ .Params.email }}" class="has-text-white">{{ .Params.email }}</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="column is-flex is-flex-direction-column has-text-centered ml-3-tablet">
|
||||
<i class="fa-solid fa-phone fa-3x mb-5"></i>
|
||||
<h2 class="title is-3 has-text-white">Téléphone:</h2>
|
||||
<ul>
|
||||
{{ range .Params.telephone }}
|
||||
<li class="subtitle is-5 has-text-white">{{ . }}</li>
|
||||
|
||||
<p class="subtitle is-5 has-text-white mb-0">{{ . }}</p>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="p-5">
|
||||
<form action="https://form.ltqf.fr/send/llBAJp_9Vag=/jVZs3WGqLXdpqF8=/AZVODerOHnNDZ7aBdUE1wJxMcL97KqTF_5XBETk0N6g=" method="POST">
|
||||
<div class="container contactform p-5">
|
||||
<h2 class="mb-3">Formulaire de contact</h2>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user