-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
226 lines (214 loc) · 10.6 KB
/
about.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
/>
<link rel="stylesheet" href="/css/style.css" />
<link
href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css"
rel="stylesheet"
/>
<title>Restaurant|On parle de nous</title>
</head>
<body class="font-poppins">
<!-- Navbar -->
<nav class="bg-neutral-100 text-gray-800 p-6">
<div class="container mx-auto flex justify-between items-center">
<a href="index.html">
<img src="img\restaurantLogoNoBg.png" alt="Restaurant Logo" style="height: 8em; width: auto;">
</a> <!-- Desktop Menu -->
<div class="hidden md:flex space-x-4">
<a href="index.html" class="hover:text-blue-700 mr-2 nav_links"><i class="fa-solid fa-house mr-2"></i>Restaurant</a>
<a href="carte.html" class="hover:text-blue-700 mr-2 nav_links"><i class="fa-solid fa-utensils mr-2"></i>Carte</a>
<a href="about.html" class="hover:text-blue-700 mr-2 nav_links"><i class="fa-solid fa-address-card mr-2"></i>On parle de nous</a>
<a href="contact.html" class="hover:text-blue-700 nav_links"><i class="fa-solid fa-address-book mr-2"></i>Contact</a>
</div>
<!-- Mobile Menu Button -->
<button id="mobile-menu-button" class="md:hidden focus:outline-none">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16m-7 6h7"></path>
</svg>
</button>
</div>
<!-- Mobile Menu -->
<div class="hidden mobile-menu">
<a href="index.html" class="block px-4 py-2 text-sm hover:bg-gray-200">Restaurant</a>
<a href="carte.html" class="block px-4 py-2 text-sm hover:bg-gray-200">Carte</a>
<a href="about.html" class="block px-4 py-2 text-sm hover:bg-gray-200">On parle de nous</a>
<a href="contact.html" class="block px-4 py-2 text-sm hover:bg-gray-200">Contact</a>
</div>
</nav>
<!-- Banner -->
<div
class="bg-center bg-cover h-96"
style="background-image: url('img/banner_big.jpg')"
></div>
<!--VIDEO-->
<div class="video-responsive">
<iframe src="img/Restaurant Influences Bayonne.mp4" title="YouTube video player" class="rounded-2" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<!--PHOTOS-->
<div class="flex flex-wrap mx-2 mt-28">
<div class="w-full md:w-1/3 px-2 mb-4">
<div class="bg-white rounded-lg overflow-hidden shadow-md">
<img src="img/food_4.jpg" alt="photo_food" class="w-full h-auto">
<div class="p-4">
</div>
</div>
</div>
<div class="w-full md:w-1/3 px-2 mb-4">
<div class="bg-white rounded-lg overflow-hidden shadow-md">
<img src="img/food_5.jpg" alt="photo_food" class="w-full h-auto">
<div class="p-4">
</div>
</div>
</div>
<div class="w-full md:w-1/3 px-2 mb-4">
<div class="bg-white rounded-lg overflow-hidden shadow-md">
<img src="img/food_6.jpg" alt="photo_food" class="w-full h-auto">
<div class="p-4">
</div>
</div>
</div>
</div>
<!--- ARTICLES-->
<div class="bg-white py-24 sm:py-32">
<div class="mx-auto max-w-7xl px-6 lg:px-8">
<div class="mx-auto max-w-2xl lg:mx-0">
<h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl">Articles</h2>
<p class="mt-2 text-lg leading-8 text-gray-600">Articles qui parle de nous.</p>
</div>
<div class="mx-auto mt-10 grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 border-t border-gray-200 pt-10 sm:mt-16 sm:pt-16 lg:mx-0 lg:max-w-none lg:grid-cols-3">
<article class="flex max-w-xl flex-col items-start justify-between">
<div class="flex items-center gap-x-4 text-xs">
<time datetime="2020-03-16" class="text-gray-500">16 Mars 2020</time>
<a href="#" class="relative z-10 rounded-full bg-gray-50 px-3 py-1.5 font-medium text-gray-600 hover:bg-gray-100">Journal</a>
</div>
<div class="group relative">
<h3 class="mt-3 text-lg font-semibold leading-6 text-gray-900 group-hover:text-gray-600">
<a href="#">
<span class="absolute inset-0"></span>
Article de presse
</a>
</h3>
<p class="mt-5 line-clamp-3 text-sm leading-6 text-gray-600">Illo sint voluptas. Error voluptates culpa eligendi. Hic vel totam vitae illo. Non aliquid explicabo necessitatibus unde. Sed exercitationem placeat consectetur nulla deserunt vel. Iusto corrupti dicta.</p>
</div>
<div class="relative mt-8 flex items-center gap-x-4">
<img src="img/profil_1.jpg" alt="" class="h-10 w-10 rounded-full bg-gray-50">
<div class="text-sm leading-6">
<p class="font-semibold text-gray-900">
<a href="#">
<span class="absolute inset-0"></span>
Michel Foster
</a>
</p>
<p class="text-gray-600">Journaliste</p>
<br>
<a href="#" class="mt-16" >Lire l'article</a>
</div>
</div>
</article>
<article class="flex max-w-xl flex-col items-start justify-between">
<div class="flex items-center gap-x-4 text-xs">
<time datetime="2020-03-16" class="text-gray-500">Janvier 2024</time>
<a href="#" class="relative z-10 rounded-full bg-gray-50 px-3 py-1.5 font-medium text-gray-600 hover:bg-gray-100">Le petit futé</a>
</div>
<div class="group relative">
<h3 class="mt-3 text-lg font-semibold leading-6 text-gray-900 group-hover:text-gray-600">
<a href="#">
<span class="absolute inset-0"></span>
Le Petit Futé
</a>
</h3>
<p class="mt-5 line-clamp-3 text-sm leading-6 text-gray-600">Illo sint voluptas. Error voluptates culpa eligendi. Hic vel totam vitae illo. Non aliquid explicabo necessitatibus unde. Sed exercitationem placeat consectetur nulla deserunt vel. Iusto corrupti dicta.</p>
</div>
<div class="relative mt-8 flex items-center gap-x-4">
<img src="img/profil_2.jpg" alt="" class="h-10 w-10 rounded-full bg-gray-50">
<div class="text-sm leading-6">
<p class="font-semibold text-gray-900">
<a href="#">
<span class="absolute inset-0"></span>
Bryan O'connor
</a>
</p>
<p class="text-gray-600">Critique gastronomique</p>
<br>
<a href="#" class="mt-16" >Lire l'article</a>
</div>
</div>
</article>
<article class="flex max-w-xl flex-col items-start justify-between">
<div class="flex items-center gap-x-4 text-xs">
<time datetime="2020-03-16" class="text-gray-500">24 Septembre 2022</time>
<a href="#" class="relative z-10 rounded-full bg-gray-50 px-3 py-1.5 font-medium text-gray-600 hover:bg-gray-100">Journal</a>
</div>
<div class="group relative">
<h3 class="mt-3 text-lg font-semibold leading-6 text-gray-900 group-hover:text-gray-600">
<a href="#">
<span class="absolute inset-0"></span>
Article de presse
</a>
</h3>
<p class="mt-5 line-clamp-3 text-sm leading-6 text-gray-600">Illo sint voluptas. Error voluptates culpa eligendi. Hic vel totam vitae illo. Non aliquid explicabo necessitatibus unde. Sed exercitationem placeat consectetur nulla deserunt vel. Iusto corrupti dicta.</p>
</div>
<div class="relative mt-8 flex items-center gap-x-4">
<img src="img/profil_3.jpg" alt="" class="h-10 w-10 rounded-full bg-gray-50">
<div class="text-sm leading-6">
<p class="font-semibold text-gray-900">
<a href="#">
<span class="absolute inset-0"></span>
Barbara Streissend
</a>
</p>
<p class="text-gray-600">Journaliste</p>
<br>
<a href="#" class="mt-16" >Lire l'article</a>
</div>
</div>
</article>
<!-- More posts... -->
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-800 w-full text-white">
<div class="container mx-auto px-4 py-6">
<div class="flex flex-wrap justify-between items-center">
<div class="mb-4 md:mb-0">
<a href="index.html">
<img src="img\restaurantLogoNoBg.png" alt="Restaurant Logo" style="height: 8em; width: auto;">
</a> </div>
<div class="mb-4 md:mb-0">
<p>Horaires</p>
<p>Du Mardi au Samedi Soir</p>
<p>Vendredi et Samedi Midi.</p>
</div>
<div class="mb-4 md:mb-0">
<p>Nous contacter</p>
<p>19 Rue Vieille Boucherie, 64100 Bayonne</p>
<p>05 59 01 75 04</p>
</div>
<div class="text-sm">
<a href="#mentions-legales" class="hover:underline">Mentions légales</a> |
<a href="#politique-de-confidentialite" class="hover:underline">Politique de confidentialité</a>
</div>
</div>
</div>
</footer>
<script
src="https://kit.fontawesome.com/ab416324b3.js"
crossorigin="anonymous"
></script>
<script src="script.js"></script>
</body>
</html>