-
Notifications
You must be signed in to change notification settings - Fork 296
/
project1.html
285 lines (267 loc) · 12.8 KB
/
project1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Best Online Food Delivery </title>
<!-- 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">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@500&family=Roboto&display=swap"
rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style1.css">
</head>
<body>
<nav class="nav nav_top">
<div class="logo">
<a href="#"><img src="logo.png" width="50px"></a>
</div>
<div class="nav_side">
<!-- <a href="home.html">Home</a> -->
<a href="about us.html">About Us</a>
<a href="service.html">Services</a>
<a href="blog.html">Blog</a>
<a href="contact.html">Contact</a>
<a href="login.html">Login/Register</a>
</div>
</nav>
<div class="main">
<div class="main_content">
<h1>Welcome To Foodie</h1>
<h2>Order Tasty & Fresh food <span>Anytime!</span></h2>
<p>Just confirm your order and enjoy delicious fastest delivery</p>
<div class="btn">
<a href="service.html">Order Now</a>
</div>
</div>
</div>
<div class="service">
<h2>Our Services</h2>
<div class="service_container">
<div class="item">
<div class="item_img">
<img src="8.jpg">
</div>
<div class="item_content">
<h3>Order Food Online</h3>
<a href="login.html">Order Now</a>
</div>
</div>
<div class="item">
<div class="item_img">
<img src="d.jpg">
</div>
<div class="item_content">
<h3>Go Out for a meal</h3>
<a href="login.html">Order Now</a>
</div>
</div>
<div class="item">
<div class="item_img">
<img src="14.jpg">
</div>
<div class="item_content">
<h3>Foodie Pro</h3>
<a href="login.html">Order Now</a>
</div>
</div>
<div class="item">
<div class="item_img">
<img src="16.jpg">
</div>
<div class="item_content">
<h3>Nightlife & Club</h3>
<a href="login.html">Order Now</a>
</div>
</div>
</div>
<div class="service_btn">
<a href="service.html">Explore More</a>
</div>
</div>
<div class="keypoint">
<h2>Our Key Highlights</h2>
<div class="key_container">
<div class="key_content">
<li>Inventory supply tracking</li>
<li>Ingredient-level management</li>
<li>Customer profiling</li>
<li>Sales analytics</li>
<li>Digital invoicing via SMS</li>
<li>MIS reports generation</li>
<li>Menu price update</li>
<li>Menu items alteration</li>
</div>
<div class="key_img">
<img src="family.jpg">
</div>
</div>
</div>
<div class="testi">
<h2>Collections</h2>
<div class="testi_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>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="item_img">
<img src="10.jpg" alt=" ">
</div>
<div class="item_content">
<h3>Trending This Week</h3>
</div>
</div>
<div class="item">
<div class="item_img">
<img src="tr.jpg" alt=" ">
</div>
<div class="item_content">
<h3>For Family</h3>
</div>
</div>
<div class="item">
<div class="item_img">
<img src="tren.jpg" alt=" ">
</div>
<div class="item_content">
<h3>Legendary Outlets</h3>
</div>
</div>
<div class="item">
<div class="item_img">
<img src="15.jpg" alt=" ">
</div>
<div class="item_content">
<h3>Romantic Restraunts</h3>
</div>
</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>
<hr>
<div class="team">
<h2>Who We Are?</h2>
<div class="team_container">
<div class="team_video">
<iframe
src="https://www.youtube.com/embed/kRCH8kD1GD0?end=25&autoplay=1&mute=1&loop=1&modestbranding=1&showinfo=0&rel=0&cc_load_policy=1&iv_load_policy=3&theme=light&color=white&autohide=0&controls=0&disablekb=1"
width="560" height="315" frameborder="0"></iframe>
</div>
<!-- <iframe
src="https://www.youtube.com/embed/QQgXTLutn7s?end=25&autoplay=1&loop=1&modestbranding=1&showinfo=0&rel=0&cc_load_policy=1&iv_load_policy=3&theme=light&fs=0&color=white&autohide=0&controls=0&disablekb=1"
width="560" height="315" frameborder="0"></iframe> -->
<div class="team_content">
<p>Launched in 2010, Our technology platform connects customers, restaurant partners and delivery
partners, serving their multiple needs. Customers use our platform to search and discover
restaurants, read and write customer generated reviews and view and upload photos, order food
delivery, book a table and make payments while dining-out at restaurants. On the other hand, we
provide restaurant partners with industry-specific marketing tools which enable them to engage and
acquire customers to grow their business while also providing a reliable and efficient last mile
delivery service. We also operate a one-stop procurement solution, Hyperpure, which supplies high
quality ingredients and kitchen products to restaurant partners. We also provide our delivery
partners with transparent and flexible earning opportunities.</p>
</div>
</div>
</div>
<div class="glimpse">
<h2>Glimpse Of Life At Foodie</h2>
<div class="glimpse_container">
<div class="glimpse_video">
<iframe
src="https://www.youtube.com/embed/QQgXTLutn7s?end=25&autoplay=1&mute=1&loop=1&modestbranding=1&showinfo=0&rel=0&cc_load_policy=1&iv_load_policy=3&theme=light&fs=0&color=white&autohide=0&controls=0&disablekb=1"
width="560" height="315" frameborder="0"></iframe>
</div>
</div>
</div>
<div class="feed">
<h2>Write a review</h2>
<div class="feed_form">
<form name="submit-googlesheet" method="post">
<input type="text" name="Name" placeholder="Name"><br>
<input type="email" name="Email" placeholder="Email id"><br>
<input type="number" name="Number" placeholder="Contact Number"><br>
<textarea name="Review" id="" cols="7" rows="5" placeholder="Write your review"></textarea><br>
<button type="submit">Submit</button>
</form>
</div>
</div>
<footer>
<div class="logo">
<a href="#"><img src="logo.png" width="40px"></a>
</div>
<br>
<div class="pages">
<h3>Pages</h3>
<a href="about us.html">About Us</a>|
<a href="Service.html">Services</a>|
<a href="blog.html">blog</a>|
<a href="login.html">Login</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/zomato/" target="_blank"><i class="fa fa-facebook-square"
aria-hidden="true"></i></a>
<a href="https://www.instagram.com/zomato/?hl=en" target="_blank"><i class="fa fa-instagram"
aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/company/zomato/?originalSubdomain=in" target="_blank"><i
class="fa fa-linkedin-square" aria-hidden="true"></i></a>
<a href="https://twitter.com/zomato?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor"
target="_blank"><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=+919648935712" target="_blank"><i class="fa fa-whatsapp"
aria-hidden="true"></i></a>
<a href="tel: +919734672130" target="_blank"><i class="fa fa-phone" aria-hidden="true"></i></a>
<a href="mailto: [email protected]" target="_blank"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</div>
<hr>
<p>Copright © 2022 Foodie.com. 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/AKfycbz0tC2u08jhc6meiORx8cfMaBLNRlKKB2Me4E750T_mOjPzse3qQMqayFbdzTyH2b0JIw/exec'
const form = document.forms['submit-googlesheet']
form.addEventListener('submit', e => {
e.preventDefault()
fetch(scriptURL, { method: 'POST', body: new FormData(form) })
.then(response => alert("Thank you for your review, Hope you had great experience with us.."))
.catch(error => console.error('Error!', error.message))
})
</script>
</body>
</html>