-
Notifications
You must be signed in to change notification settings - Fork 26
/
index.html
276 lines (259 loc) · 12.5 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Culinary King</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap-theme.min.css" integrity="sha384-6pzBo3FDv/PJ8r2KRkGHifhEocL+1X2rVCTTkUfGk7/0pbek5mMa1upzvWbrUbOZ" crossorigin="anonymous">
</head>
<body>
<!-- ----------------------------------------NAVBAR----------------------------------------------------->
<nav class="nav nav_top">
<div class="logo">
<a href="index.html"><img src="images/logo.png" width="250"></a>
</div>
<div class="nav_side">
<a href="about.html">ABOUT US</a>
<a href="summer.html">SUMMER SALE</a>
<a href="catering.html">CATERING</a>
<a href="contact.html">CONTACT</a>
</div>
</nav>
<!-- ----------------------------------------FIRST CAROUSEL----------------------------------------------------->
<div class="slide">
<div class="slide_container">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
<li data-target="#carousel-example-generic" data-slide-to="3"></li>
<li data-target="#carousel-example-generic" data-slide-to="4"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="item_img">
<img src="images/pic1.jpg" alt="picture">
</div>
</div>
<div class="item">
<div class="item_img">
<img src="images/pic3.jpg" alt="picture">
</div>
</div>
<div class="item">
<div class="item_img">
<img src="images/pic4.jpg" alt="picture">
</div>
</div>
<div class="item">
<div class="item_img">
<img src="images/pic6.jpg" alt="picture">
</div>
</div>
<div class="item">
<div class="item_img">
<img src="images/pic7.jpg" alt="picture">
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="slide_con">
<div class="slide_content">
<h2>FREE SHIPPING over $100*
<br>
<span>Send a Gourment Gift or Treat Yourself</span>
</h2>
<div class="slide_btn">
<a href="#">SHOP NOW</a>
</div>
</div>
</div>
</div>
<!-- --------------------------------------------SIDE----------------------------------------------------------->
<div class="side">
<div class="left">
<img src="images/side.jpg">
</div>
<div class="right">
<h2>TRY SOMETHING NEW!</h2>
<p>
Discover deliciousness, with new culinary finds added every week. Find your new favorites, from small-batch chocolates and traditionally-cured charcuterie, to innovative preserves and the finest cheeses.
</p>
<div class="side_btn">
<a href="#">SHOP NOW</a>
</div>
</div>
</div>
<!-- --------------------------------------------MAIN----------------------------------------------------------->
<div class="main">
<div class="main_content">
<h2>UP TO 30% OFF!
<br>
<span>Over 100 of our Favourite Snacks on Sale</span>
</h2>
</div>
</div>
<div class="product">
<h2>BEST SELLERS</h2>
<div class="product_container">
<div class="item">
<div class="item_img">
<img src="images/char.jpg">
</div>
<div class="item_content">
<h3>THE CHARCUTERIE COLLECTION</h3>
<p>"Cure" their charcuterie obsession</p>
<br><br><br>
<a href="#">CHOOSE OPTIONS</a>
</div>
</div>
<div class="item">
<div class="item_img">
<img src="images/bacon.jpg">
</div>
<div class="item_content">
<h3>SOFT PRETZEL PAIRING CLUB</h3>
<p>The ultimate Philly pretzel experience, delivered monthly</p>
<br><br>
<a href="#">CHOOSE OPTIONS</a>
</div>
</div>
<div class="item">
<div class="item_img">
<img src="images/hot.jpg">
</div>
<div class="item_content">
<h3>HOT SAUCE GIFT BOX</h3>
<p>For the adventurous heat lover, this quintet packs a fiery, flavor-filled punch</p>
<br><br>
<a href="#">CHOOSE OPTIONS</a>
</div>
</div>
<div class="item">
<div class="item_img">
<img src="images/cake.jpg">
</div>
<div class="item_content">
<h3>APPETIZING CAKES</h3>
<p>We deliver delicious cakes of a wide range of flavours which is nothing but the best of the rest desserts</p>
<br><br>
<a href="#">CHOOSE OPTIONS</a>
</div>
</div>
</div>
</div>
<hr>
<!-- --------------------------------------------KEYPOINTS--------------------------------------------------------->
<div class="keypoint">
<h2>CHOOSE FROM</h2><br><br><br>
<div class="key_container">
<div class="key_img">
<img src="images/back22.jpg">
</div>
<div class="key_content">
<li>Cakes</li>
<li>Cured Meats</li>
<li>Cheese</li>
<li>Specialty Foods</li>
<li>Curbside</li>
<li>Fresh and Chevre</li>
</div>
</div>
</div>
<hr>
<!-- --------------------------------------------TEAM--------------------------------------------------------->
<div class="team">
<h2>Our Team</h2>
<div class="team_container">
<div class="team_video">
<video controls>
<source src="images/Restaurant food cinematic video advertisement.mp4" type="video/mp4">
</video>
</div>
<div class="team_content">
<p>We provide extraordinary food experiences, inspired by our legacy. Also, we just really love cheese.</p>
<br><p>We are a pioneering specialty food retailer and importer that began with a modest shop in the now-iconic North Philadelphia Italian Market in 1989; today, we employ more than 350 proud team members and have evolved into a community-driven enterprise with our five retail locations, catering, import and e-commerce divisions.</p>
</div>
</div>
</div>
<!-- --------------------------------------------FEED--------------------------------------------------------->
<div class="feed">
<h2>WRITE A REVIEW</h2>
<div class="feed_form" method="post">
<form name="submit-googlesheet">
<input type="text" name="Name" placeholder="Name"><br>
<input type="email" name="Email" placeholder="Email ID"><br>
<input type="text" name="Number" placeholder="Contact Number"><br>
<textarea rows="5" cols="7" name="Review" placeholder="Write your review"></textarea><br>
<button type="submit">Submit</button>
</form>
</div>
</div>
<!-- --------------------------------------------FOOTER-------------------------------------------------------->
<footer>
<div class="footer_logo">
<a href="index.html"><img src="images/logo.png" width="250"></a>
</div>
<div class="pages">
<h3>Customer Care</h3>
<a href="about.html">About Us</a>|
<a href="summer.html">Summer Sale</a>|
<a href="catering.html">Catering</a>|
<a href="contact.html">Contact</a>
</div>
<div class="doc">
<h3>Documents</h3>
<a href="#">Privacy Policy</a>|
<a href="#">Terms of Use</a>|
<a href="#">Refund Policy</a>
</div>
<div class="social">
<h3>Follow Us</h3>
<a href="https://www.facebook.com/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</div>
<div class="contact">
<h3>Contact Us</h3>
<a href="https://api.WhatsApp.com/send?phone=+910000000000" target="_blank"><i class="fa fa-whatsapp" aria-hidden="true"></i></a>
<a href="tel: +910000000000"><i class="fa fa-phone" aria-hidden="true"></i></a>
<a href="mailto: roshnideyic365@gmail.com"><i class="fa fa-envelope-o" aria-hidden="true"></i></a>
</div>
<hr>
<p>Copyright © 2021 Culinary King. All rights reserved.</p>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ" crossorigin="anonymous"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
<script type="text/javascript">
const scriptURL = 'https://script.google.com/macros/s/AKfycbzmY7HJmUEupsd8UBLj-aTxEsPcKQEWFYaxFA44IcIYrYCjanY1WcTF4zyKYXFQubtbTA/exec'
const form = document.forms['submit-googlesheet']
form.addEventListener('submit', e => {
e.preventDefault()
fetch(scriptURL, { method: 'POST', body: new FormData(form)})
.then(response => alert("Thanks you for your valuable feedback!"))
.catch(error => console.error('Error!', error.message))
})
</script>
</body>
</html>