-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
86 lines (71 loc) · 3.16 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Fleurs des Flots</title>
<link rel="icon" type="image/png" href="res/img/icone.png" />
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/main.css">
<link href="https://fonts.googleapis.com/css?family=Kalam|Open+Sans" rel="stylesheet">
</head>
<body>
<div class="head">
<a href="index.html">
<img src="res/img/logo.png" alt="logo"/>
</a>
</div>
<div id="menu" class="menu">
<div class="fixMenu">
<a id="menu1" class="item" href="index.html" title="Bar à huîtres à Bouin en Vendée : Fleurs des Flots">Accueil</a>
<a id="menu2" class="item" href="404.html" title="Historique Fleurs des Flots">Historique</a>
<a id="menu3" class="item" href="404.html" title="Production d'huîtres en Vendée">Production</a>
<a id="menu4" class="item" href="404.html" title="Bar à huîtres à Bouin en Vendée">Bar à huîtres</a>
<a id="menu6" class="item" href="404.html" title="Partenaires Fleurs des Flots">Partenaires</a>
<a id="menu7" class="item curent" href="" title="Contacter Fleurs des Flots">Contact</a>
</div>
</div>
<div class="contenu">
<div class="contact">
<div class="map">
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=-2.0316660404205327%2C46.996880246672404%2C-2.027159929275513%2C46.99954374149078&layer=mapnik&marker=46.99821201067779%2C-2.0294129848480225" style="border: 1px solid black">
</iframe>
<br/>
<small>
<a href="https://www.openstreetmap.org/?mlat=46.99821&mlon=-2.02941#map=18/46.99821/-2.02941">
View Larger Map
</a>
</small>
</div>
<form class="form" action="index.html" method="post">
*:champs obligatoire
<br>
<br>
<label for="email">E-mail:*</label>
<input type="email" name="email" value="" required="">
<br>
<label for="nom">Nom:*</label>
<input type="text" name="nom" value="" required="">
<br>
<label for="telephone:">Téléphone:</label>
<input type="text" name="telephone" value="">
<br>
<label for="objet">Objet:*</label>
<input type="text" name="objet" value="" required="">
<br>
<label for="message">Message:*</label>
<textarea name="message" rows="8" cols="40"></textarea>
<br>
<button type="button" name="button" class="bouton">Envoyer</button>
</form>
</div>
</div>
</body>
<footer>
<div class="footer">
<a href="404.html" class="item">Copyright</a>
<a href="404.html" class="item">Liens</a>
<a href="404.html" class="item">Mentions légales</a>
<a href="contact.html" class="item curent">Contact</a>
</div>
</footer>
</html>