-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRaccon-commande.html
239 lines (180 loc) · 9.02 KB
/
Raccon-commande.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
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="assets/style/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.1/css/all.css"
integrity="sha384-xxzQGERXS00kBmZW/6qxqJPyxW3UR0BPsL4c8ILaIWXva5kFi7TxkIIaMiKtqV1Q" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Comfortaa&display=swap" rel="stylesheet">
</head>
<body>
<!--HEADER-->
<!--HEADER-->
<div class="row header">
<div class="col-4">
<img src="assets/images/Logo.png" alt="Logo" class="logo" height="100" width="auto">
</div>
<div class="col-4">
</div>
<div class="col-2">
<nav class="navbar navbar-expand-xs navbar-light mt-4">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">My Account</a>
</li>
<li class="nav-item">
<a class="nav-link" href="resto.html">Categories</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="col-2">
<a href="checkout.html"><img src="assets/images/checkout.png" alt="Checkout" class="checkout" height="30" width="auto"></a>
</div>
</div>
<!--END HEADER-->
<div class="container border">
<div class="row">
<div class="col-md-12 col-lg-6 my-auto">
<h1 class="text-center"><a class="text-dark" a
href="https://pierremaximilien.github.io/restaurant-css-framework/gallerie.html">Raccon</a></h1>
</div>
<div class="col-md-12 col-lg-6 pt-3">
<img src="assets/images/photo-Raccon.jpg" class="rounded float-center float-lg-right img-fluid "
alt="image planche">
</div>
</div>
<div class="row mt-5">
<div class="col-6">
<p class="font-weight-bold">Menu A</p>
</div>
<div class="col-6">
<a href="checkout.html"><button type="button" class="btn btn-outline-dark">Order</button></a>
</div>
</div>
<div class="row">
<div class="col-12 descri">
<p>La burrata, Planche de charcuterie, Tarte tatin et glace vanille.</p>
</div>
</div>
<div class="row pt-2">
<div class="col-6 border-top pt-2">
<p class="font-weight-bold">Menu B</p>
</div>
<div class="col-2 border-top pt-2">
<a href="checkout.html"><button type="button" class="btn btn-outline-dark">Order</button></a>
</div>
</div>
<div class="row">
<div class="col-8 border-bottom">
<p>Caviar d'aubergines, Planche de fromage, Vedette IPA.</p>
</div>
</div>
<div class="row">
<div class="col-6 pt-2">
<p class="font-weight-bold">Menu C</p>
</div>
<div class="col-6 pt-2">
<a href="checkout.html"><button type="button" class="btn btn-outline-dark">Order</button></a>
</div>
</div>
<div class="row">
<div class="col-12">
<p>Planche mixte, Tiramisu, Brusseleir.</p>
</div>
</div>
</div>
<!--FOOTER-->
<!--FOOTER - Max-->
<footer class="page-footer">
<div class="container-fluid blue-color">
<div class="row py-4">
<div class="col-3 offset-2">
<!--visible tous le temps-->
<ul class="list-unstyled list-inline">
<li class="list-inline-item">
<a href="https://www.facebook.com/" class="fa fa-facebook text-light"></a>
</li>
<li class="list-inline-item">
<a href="https://twitter.com/explore" class="fa fa-twitter text-light"></a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com" class="fa fa-linkedin text-light"></a>
</li>
<li class="list-inline-item">
<a href="https://www.instagram.com/" class="fa fa-instagram text-light"></a>
</li>
</ul>
</div>
<div class="col-2">
<div class="footer-copyright text-light py-2">
© 2020 Copyright:
</div>
</div>
<!--bouton clicable-->
<div class="col-3 offset-2">
<button class="btn btn-light" type="button" data-toggle="collapse" data-target="#collapseExample"
aria-expanded="false" aria-controls="collapseExample">
Learn more!
</button>
</div>
<!--Non visible-->
<div class="collapse" id="collapseExample">
<div class="card card-body">
<div class="container-fluid card-body">
<div class="row">
<div class="col-4">
<h1 class="display-5">Découvrir Eat-Hub</h1>
<p><a href="#" class="footer-link text-light">À propos</a></p>
<p><a href="#" class="footer-link text-light">Blog Foodscene</a></p>
<p><a href="#" class="footer-link text-light">Blog Tech</a></p>
<p><a href="#" class="footer-link text-light">Blog Design</a></p>
<p><a href="#" class="footer-link text-light">Nous rejoindre</a></p>
<p><a href="#" class="footer-link text-light">Inscription restaurant</a></p>
<p><a href="#" class="footer-link text-light">Devenez livreur</a></p>
</div>
<div class="col-4">
<h1 class="display-5">Mentions légales</h1>
<p><a href="#" class="footer-link text-light">Mentions légales</a></p>
<p><a href="#" class="footer-link text-light">Confidentialité</a></p>
<p><a href="#" class="footer-link text-light">Cookies</a></p>
</div>
<div class="col-4">
<h1 class="display-5">Aider</h1>
<p><a href="#" class="footer-link text-light">Nous contacter</a></p>
<p><a href="#" class="footer-link text-light">FAQ</a></p>
<p><a href="#" class="footer-link text-light">Types de cuisine</a></p>
<p><a href="#" class="footer-link text-light">Plan du site</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!--Footer end-->
<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>
</body>
</html>