-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
180 lines (145 loc) · 10.1 KB
/
Copy pathcontact.html
File metadata and controls
180 lines (145 loc) · 10.1 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
179
180
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Site du restaurant l'Auvergne</title>
<link rel="shortcut icon" type="image/png" href="assets/pictures/favicon.png"/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> </head>
<link rel="stylesheet" href="assets/css/style.css">
<body>
<div class="container container-xs-fluid bg-dark">
<header>
<div class="row" id="bigscreen">
<a href="index.html" class="btn btn-lg border-warning col-12 col-md-2 offset-md-1">Accueil</a>
<a href="menu.html" class="btn btn-lg border-warning col-6 col-md-2">Carte</a>
<a href="photo.html" class="btn btn-lg border-warning col-6 col-md-2">Cadre</a>
<a href="resto.html" class="btn btn-lg border-warning col-6 col-md-2">Concept</a>
<a href="contact.html" class="btn btn-lg border-warning col-6 col-md-2">Contacts</a>
</div>
<nav class="navbar navbar-light light-blue lighten-4 col-12" id="navbar">
<!-- Navbar brand -->
<a class="navbar-brand text-white lead font-weight-bold" href="#">Un petit voyage dans notre site ?</a>
<!-- Collapse button -->
<button class="navbar-toggler toggler-example" type="button" data-toggle="collapse" data-target="#navbarSupportedContent1"
aria-controls="navbarSupportedContent1" aria-expanded="false" aria-label="Toggle navigation"><span class="dark-blue-text"><i
class="fas fa-bars fa-1x"></i></span></button>
<!-- Collapsible content -->
<div class="collapse navbar-collapse" id="navbarSupportedContent1">
<!-- Links -->
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link text-white lead" href="index.html">Accueil </a>
</li>
<li class="nav-item">
<a class="nav-link text-white lead" href="menu.html">Carte</a>
</li>
<li class="nav-item">
<a class="nav-link text-white lead" href="photo.html">Cadre</a>
</li>
<li class="nav-item">
<a class="nav-link text-white lead" href="resto.html">Concept</a>
</li>
<li class="nav-item">
<a class="nav-link text-white lead" href="contact.html">Contacts</a>
</li>
</ul>
</div>
</nav>
</header>
<div class="jumbotron mt-2">
<h1 class="display-4 font-italic font-weight-bold text-white">L'Auvergne...</h1>
<p class="lead font-weight-bold text-sm-right text-white">...Notre concept</p>
</div>
<section class="mb-4">
<h2 class="h1-responsive font-weight-bold text-center my-4 text-white">Nous contacter :</h2>
<p class="text-center w-responsive mx-auto mb-5 text-white">Nous nous engageons à vous répondre dans un délais n'excédant pas les 48h. Pour les réservations, nous vous recontacterons dans les 2h au plus tard.</p>
<div class="row text-white">
<div class="col-md-9 mb-md-0 mb-5">
<form id="contact-form" name="contact-form" action="mail.php" method="POST">
<div class="row">
<div class="col-md-6">
<div class="md-form mb-0">
<input type="text" id="name" name="name" class="form-control">
<label for="name" class="">Votre nom</label>
</div>
</div>
<div class="col-sm-6">
<div class="md-form mb-0">
<input type="text" id="email" name="email" class="form-control">
<label for="email" class="">votre adresse mail</label>
</div>
</div>
</div>
<div class="col-sm-6">
<form class="form-inline">
<label class="my-1 mr-2" for="inlineFormCustomSelectPref">objet de votre message</label>
<select class="custom-select my-1 mr-sm-2" id="inlineFormCustomSelectPref">
<option selected>Objets...</option>
<option value="1">Réservation</option>
<option value="2">Allergies</option>
<option value="3">Régimes et préférences alimentaires</option>
<option value="4">Suggestions et plaintes</option>
</select>
</div>
<div class="row">
<div class="col-md-12">
<div class="md-form">
<textarea type="text" id="message" name="message" rows="2" class="form-control md-textarea"></textarea>
<label for="message">Votre message</label>
</div>
</div>
</div>
</form>
<div class="text-center text-md-left">
<a class="btn btn-primary" onclick="document.getElementById('contact-form').submit();">Send</a>
</div>
<div class="status"></div>
</div>
<div class="col-md-3 text-center">
<ul class="list-unstyled mb-0">
<li><i class="fas fa-map-marker-alt fa-2x"></i>
<p>Av des Pespeliers, 38. 1348 LLN</p>
</li>
<li><i class="fas fa-phone mt-4 fa-2x"></i>
<p>+32 497 456 123</p>
</li>
<li><i class="fas fa-envelope mt-4 fa-2x"></i>
<p>lauvergne@manger.be</p>
</li>
</ul>
</div>
</div>
</section>
<footer class="row mt-5">
<div class="col-sm-4 border border-dark text-center rounded text-dark font-weight-bold">
<div class="row">
<div class="lead col-sm-12 text-white">Adresse :</div>
<div class="lead col-sm-12 text-white">Avenue des Pespeliers, 38</div>
<div class="lead col-sm-12 text-white">1360, Louvain-La-Neuve</div>
</div>
</div>
<div class="col-sm-4 border border-dark text-center rounded text-dark font-weight-bold">
<div class="row">
<div class="lead col-sm-12 text-white">Contactez-nous :</div>
<div class="col-sm-12 text-white">+32 497 456 123</div>
<div class="col-sm-12 text-white">lauvergne@manger.be</div>
</div>
</div>
<div class="col-sm-4 border border-dark text-center rounded text-dark font-weight-bold">
<div class="row">
<div class="lead col-sm-12 text-white">Rejoignez-nous sur:</div>
<div class="col-sm-4 display-4"><a href="https://fr.wikipedia.org/wiki/Auvergne"><i class="fab fa-twitter-square twitter"></i></a></div>
<div class="col-sm-4 display-4"><a href="https://fr.wikipedia.org/wiki/Auvergne"><i class="fab fa-instagram"></i></a></div>
<div class="col-sm-4 display-4"><a href="https://fr.wikipedia.org/wiki/Auvergne"><i class="fab fa-facebook-square"></i></a></div>
</div>
</div>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/ca40c2b93d.js"></script>
</body>
</html>