-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathnews.html
341 lines (245 loc) · 15 KB
/
news.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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Crispy Kitchen - News Section</title>
<!-- CSS FILES -->
<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=Montserrat:wght@300;400;600;700&display=swap" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-icons.css" rel="stylesheet">
<link href="css/tooplate-crispy-kitchen.css" rel="stylesheet">
<!--
Tooplate 2129 Crispy Kitchen
https://www.tooplate.com/view/2129-crispy-kitchen
-->
</head>
<body>
<nav class="navbar navbar-expand-lg bg-white shadow-lg">
<div class="container">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="index.html">
Crispy Kitchen
</a>
<div class="d-lg-none">
<button type="button" class="custom-btn btn btn-danger" data-bs-toggle="modal" data-bs-target="#BookingModal">Reservation</button>
</div>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">Story</a>
</li>
<li class="nav-item">
<a class="nav-link" href="menu.html">Menu</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="news.html">Our Updates</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
<div class="d-none d-lg-block">
<button type="button" class="custom-btn btn btn-danger" data-bs-toggle="modal" data-bs-target="#BookingModal">Reservation</button>
</div>
</div>
</nav>
<main>
<header class="site-header site-news-header">
<div class="container">
<div class="row">
<div class="col-lg-10 col-12 mx-auto">
<h1 class="text-white">News & Events</h1>
<strong class="text-white">our latest updates, news, events and special promotions</strong>
</div>
</div>
</div>
<div class="overlay"></div>
</header>
<section class="news section-padding bg-white">
<div class="container">
<div class="row">
<h2 class="mb-lg-5 mb-4">Latest Updates</h2>
<div class="col-lg-6 col-md-6 col-12">
<div class="news-thumb mb-4">
<a href="news-detail.html">
<img src="images/news/pablo-merchan-montes-Orz90t6o0e4-unsplash.jpg" class="img-fluid news-image" alt="">
</a>
<div class="news-text-info news-text-info-large">
<span class="category-tag bg-danger">Featured</span>
<h5 class="news-title mt-2">
<a href="news-detail.html" class="news-title-link">How to make a healthy diet?</a>
</h5>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-12">
<div class="news-thumb mb-4">
<a href="news-detail.html">
<img src="images/news/stefan-johnson-xIFbDeGcy44-unsplash.jpg" class="img-fluid news-image" alt="">
</a>
<div class="news-text-info news-text-info-large">
<span class="category-tag bg-danger">Featured</span>
<h5 class="news-title mt-2">
<a href="news-detail.html" class="news-title-link">Happy Living and happy eating tips</a>
</h5>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="news section-padding">
<div class="container">
<div class="row">
<div class="col-12">
<h2 class="mb-lg-5 mb-4">News & Events</h2>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="news-thumb mb-4">
<a href="news-detail.html">
<img src="images/news/gilles-lambert-S_LhjpfIdm4-unsplash.jpg" class="img-fluid news-image" alt="">
</a>
<div class="news-text-info">
<span class="category-tag me-3 bg-info">Promotions</span>
<strong>12 April 2022</strong>
<h5 class="news-title mt-2">
<a href="news-detail.html" class="news-title-link">Is Coconut good for your health?</a>
</h5>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="news-thumb mb-4">
<a href="news-detail.html">
<img src="images/news/ella-olsson-mmnKI8kMxpc-unsplash.jpg" class="img-fluid news-image" alt="">
</a>
<div class="news-text-info">
<span class="category-tag me-3 bg-info">Career</span>
<strong>18 April 2022</strong>
<h5 class="news-title mt-2">
<a href="news-detail.html" class="news-title-link">How to run a sushi business?</a>
</h5>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-12">
<div class="news-thumb mb-4">
<a href="news-detail.html">
<img src="images/news/louis-hansel-GiIiRV0FjwU-unsplash.jpg" class="img-fluid news-image" alt="">
</a>
<div class="news-text-info">
<span class="category-tag me-3 bg-info">Meeting</span>
<strong>30 April 2022</strong>
<h5 class="news-title mt-2">
<a href="news-detail.html" class="news-title-link">Learning a fine dining experience</a>
</h5>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer section-padding">
<div class="container">
<div class="row">
<div class="col-12">
<h4 class="text-white mb-4 me-5">Crispy Kitchen</h4>
</div>
<div class="col-lg-4 col-md-7 col-xs-12 tooplate-mt30">
<h6 class="text-white mb-lg-4 mb-3">Location</h6>
<p>121 Einstein Loop N, Bronx, NY 10475, United States</p>
<a href="https://goo.gl/maps/wZVGLA7q64uC1s886" class="custom-btn btn btn-dark mt-2">Directions</a>
</div>
<div class="col-lg-4 col-md-5 col-xs-12 tooplate-mt30">
<h6 class="text-white mb-lg-4 mb-3">Opening Hours</h6>
<p class="mb-2">Monday - Friday</p>
<p>10:00 AM - 08:00 PM</p>
<p>Tel: <a href="tel: 010-02-0340" class="tel-link">010-02-0340</a></p>
</div>
<div class="col-lg-4 col-md-6 col-xs-12 tooplate-mt30">
<h6 class="text-white mb-lg-4 mb-3">Social</h6>
<ul class="social-icon">
<li><a href="#" class="social-icon-link bi-facebook"></a></li>
<li><a href="#" class="social-icon-link bi-instagram"></a></li>
<li><a href="#" class="social-icon-link bi-twitter"></a></li>
<li><a href="#" class="social-icon-link bi-youtube"></a></li>
</ul>
<p class="copyright-text tooplate-mt60">Copyright © 2022 Crispy Kitchen Co., Ltd.
<br>Design: <a rel="nofollow" href="https://www.tooplate.com/" target="_blank">Tooplate</a></p>
</div>
</div><!-- row ending -->
</div><!-- container ending -->
</footer>
<!-- Modal -->
<div class="modal fade" id="BookingModal" tabindex="-1" aria-labelledby="BookingModal" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-xl">
<div class="modal-content">
<div class="modal-header">
<h3 class="mb-0">Reserve a table</h3>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body d-flex flex-column justify-content-center">
<div class="booking">
<form class="booking-form row" role="form" action="#" method="post">
<div class="col-lg-6 col-12">
<label for="name" class="form-label">Full Name</label>
<input type="text" name="name" id="name" class="form-control" placeholder="Your Name" required>
</div>
<div class="col-lg-6 col-12">
<label for="email" class="form-label">Email Address</label>
<input type="email" name="email" id="email" pattern="[^ @]*@[^ @]*" class="form-control" placeholder="[email protected]" required>
</div>
<div class="col-lg-6 col-12">
<label for="phone" class="form-label">Phone Number</label>
<input type="telephone" name="phone" id="phone" pattern="[0-9]{3}-[0-9]{3}-[0-9]{4}" class="form-control" placeholder="123-456-7890">
</div>
<div class="col-lg-6 col-12">
<label for="people" class="form-label">Number of persons</label>
<input type="text" name="people" id="people" class="form-control" placeholder="12 persons">
</div>
<div class="col-lg-6 col-12">
<label for="date" class="form-label">Date</label>
<input type="date" name="date" id="date" value="" class="form-control">
</div>
<div class="col-lg-6 col-12">
<label for="time" class="form-label">Time</label>
<select class="form-select form-control" name="time" id="time">
<option value="5" selected>5:00 PM</option>
<option value="6">6:00 PM</option>
<option value="7">7:00 PM</option>
<option value="8">8:00 PM</option>
<option value="9">9:00 PM</option>
</select>
</div>
<div class="col-12">
<label for="message" class="form-label">Special Request</label>
<textarea class="form-control" rows="4" id="message" name="message" placeholder=""></textarea>
</div>
<div class="col-lg-4 col-12 ms-auto">
<button type="submit" class="form-control">Submit Request</button>
</div>
</form>
</div>
</div>
<div class="modal-footer"></div>
</div>
</div>
</div>
<!-- JAVASCRIPT FILES -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>