-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontact.html
More file actions
178 lines (136 loc) · 6.6 KB
/
Copy pathcontact.html
File metadata and controls
178 lines (136 loc) · 6.6 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./sass/normalize.css">
<link rel="stylesheet" href="./sass/main.css">
<script src="https://kit.fontawesome.com/1a56f0a0c1.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/htmlincludejs"></script>
<title>Ducsman - Contact</title>
</head>
<body>
<!-- Début Menu -->
<div class="burger open"><i class="fa-sharp fa-solid fa-bars"></i></div>
<header>
<nav class="menunav">
<div>
<a href="index.html">
<p class="nav-name">Ducsman</p>
<p class="nav-quote">Sapés comme jamais</p>
</a>
<div class="cross close hidden"><i class="fa-solid fa-xmark"></i></div>
</div>
<ul>
<li><a href="#">Boutique</a></li>
<li><a href="apropos.html">A Propos</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="#">SAV</a></li>
</ul>
<div class="google-map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d5249.611416033301!2d2.3414638287260106!3d48.861915225405!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e66e18a5f84801%3A0x6eb5daa624bdebd2!2sHalles%20de%20Paris%2C%2075001%20Paris!5e0!3m2!1sfr!2sfr!4v1669813946238!5m2!1sfr!2sfr" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div>
<a href="https://instagram.com"><i class="fa-brands fa-instagram btn-global"></i></a>
<a href="https://facebook.com"><i class="fa-brands fa-facebook-f btn-global btn-margin"></i></a>
<a href="http://twitter.com"><i class="fa-brands fa-twitter btn-global btn-margin"></i></a>
</div>
</nav>
</header>
<!-- Fin Menu -->
<main>
<img src="./imgs/tailleur6.jpg" alt="Femme observant sa création" class="top-img">
<h2 class="titrecgv">Contact</h2>
<div class="div-contact-adresse">
<div class="contact-infos">
<p>Ducsman Tailleur</p>
<a href="https://maps.google.com/maps?ll=48.861908,2.345841&z=15&t=m&hl=fr&gl=FR&mapclient=embed&q=Halles%20de%20Paris%2075001%20Paris">Halles de Paris</a><br><br>
<a href="tel:0304050607">0304050607</a>
<p>Lundi: 9h00 - 17h30</p>
<p>Mardi: 9h00 - 17h30</p>
<p>Mercredi: 9h00 - 11h30</p>
<p>Jeudi: 9h00 - 17h30</p>
<p>Vendredi: 9h00 - 17h30</p>
<p>Samedi: 9h00 - 11h00</p>
<p>Dimanche: Fermé</p>
</div>
<img src="imgs/devanture.jpg" alt="Devanture du magasin">
</div>
<div class="google-map-contact">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d5249.611416033301!2d2.3414638287260106!3d48.861915225405!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e66e18a5f84801%3A0x6eb5daa624bdebd2!2sHalles%20de%20Paris%2C%2075001%20Paris!5e0!3m2!1sfr!2sfr!4v1669813946238!5m2!1sfr!2sfr" class="google-map" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="contact-form-div">
<form method="post" class="contact-form">
<fieldset>
<div>
<label for="reason">La raison pour laquelle vous remplissez ce formulaire</label>
<input type="text" placeholder="Demande de stage" id="reason">
</div>
<div>
<label for="reason">Votre nom et prénom</label>
<input type="text" placeholder="Bernard Lermite">
</div>
<div>
<label for="reason">Votre numéro de Téléphone</label>
<input type="text" placeholder="0612345678">
</div>
<div>
<label for="text">Votre message</label>
<textarea name="text" id="text" cols="30" rows="10"></textarea>
</div>
<div>
<input type="submit" value="Envoyer" class="btn-submit">
</div>
</fieldset>
</form>
</div>
</main>
<!-- Début Footer -->
<footer>
<section class="contact-footer">
<ul>
<li><a href="#"><h2>Besoin d'aide</h2></a></li>
<li><a href="#">Nous contacter</a></li>
<li><a href="#">Paiement Sécurisé</a></li>
<li><a href="#">Livraison</a></li>
<li><a href="#">Retours</a></li>
</ul>
<ul>
<li><a href="#"><h2>Conseils Produits</h2></a></li>
<!-- The Modal -->
<li id="myImg">Guide des tailles</li>
</ul>
<div id="myModal" class="modal">
<span class="close" id="close-taille">×</span>
<img class="modal-content" id="img01" src="#" alt="guide des tailles">
</div>
<ul>
<li><a href="#"><h2>Mentions Légales</h2></a></li>
<li><a href="cgv.html">Conditions Générales de Vente</a></li>
<li><a href="rgpd.html">Règlement Général sur la Protection des Données</a></li>
<li><a href="mentions.html">Mentions Légales</a></li>
</ul>
</section>
<section class="footer-newsletter">
<div>
<a href="index.html">
<h2 class="nav-name">Ducsman</h2>
<p class="nav-quote">Sapés comme jamais</p>
</a>
</div>
<div class="newsletter">
<label for="email">Newsletter</label>
<p>Soyez les premiers à recevoir des informations sur l'actualité et les nouveautés produits de la maison. Recevez en avant première les invitations à nos évènements privés.</p>
<input type="email" id="email" placeholder="contact@ducsman.fr" class="contact-mail" required>
<input type="submit" value="Valider" class="contact-submit">
</div>
</section>
</footer>
<!-- Fin Footer -->
<!-- A METTRE OBLIGATOIREMENT A LA FIN ! -->
<script src="//code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="/js/app.js"></script>
<!-- A METTRE OBLIGATOIREMENT A LA FIN ! -->
</body>
</html>