-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
285 lines (248 loc) · 11.7 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
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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Movin-Meals</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.png" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
</head>
<body>
<header id="header">
<a href="#" class="logo"><img src="food (1).svg" alt=""> Movin Meals</a>
<div class="navbar">
<a href="#menu">Menu</a>
<a href="#review">Review</a>
<a href="#delivery">Delivery</a>
<a href="#team">Team</a>
<a href="#contact">Contact</a>
</div>
</header>
<div class="home" id="home">
<div class="content">
<h3>Meals On Wheels</h3>
<p> Everyone has a favorite restaurant that he or she loves to eat at. The best restaurant to go to in Altoona is Movin meals. This peaceful place has the most delicious food for all the Italian food lovers out there.
</p>
</div>
<div class="image">
<img src="/images/Take Away-amico.png" alt="">
</div>
</div>
<!-- menu -->
<section class="product" id="menu">
<h2 class="product-category">Menu</h2>
<button class="pre-btn"><img src="/images/left.png" alt=""></button>
<button class="nxt-btn"><img src="/images/right.png" alt=""></button>
<div class="product-container">
<div class="product-card">
<div class="product-image">
<span class="discount-tag">20% Off</span>
<img src="/images/burger.jpg" alt="" class="product-thumb">
<button class="card-btn">Order Now</button>
</div>
<div class="product-info">
<h2 class="product-name">Indie Buger</h2>
<p class="product-desc">
The delicious burger that perfectly fits your lifestyle
</p>
<span class="price">110 ₹</span>
</div>
</div>
<div class="product-card">
<div class="product-image">
<span class="discount-tag">10% Off</span>
<img src="/images/pizza.png" alt="" class="product-thumb">
<button class="card-btn">Order Now</button>
</div>
<div class="product-info">
<h2 class="product-name">Italian Pizza</h2>
<p class="product-desc">
Perfect slice, Perfect price.
</p>
<span class="price">230 ₹</span>
</div>
</div>
<div class="product-card">
<div class="product-image">
<span class="discount-tag">8% Off</span>
<img src="/images/ramen.jpg" alt="" class="product-thumb">
<button class="card-btn">Order Now</button>
</div>
<div class="product-info">
<h2 class="product-name">Ichiraku Ramen</h2>
<p class="product-desc">
for all the naruto fans , we got it for you.
</p>
<span class="price">320 ₹</span>
</div>
</div>
<div class="product-card">
<div class="product-image">
<span class="discount-tag">30% Off</span>
<img src="/images/salad.jpg" alt="" class="product-thumb">
<button class="card-btn">Order Now</button>
</div>
<div class="product-info">
<h2 class="product-name">Fresh Salad</h2>
<p class="product-desc">
health conscious , don't worry we got you.
</p>
<span class="price">90 ₹</span>
</div>
</div>
<div class="product-card">
<div class="product-image">
<span class="discount-tag">13% Off</span>
<img src="/images/Shawarma-amico (1).png" alt="" class="product-thumb">
<button class="card-btn">Order Now</button>
</div>
<div class="product-info">
<h2 class="product-name">Shawarma</h2>
<p class="product-desc">
The aroma of rich Shawarma.
</p>
<span class="price">130 ₹</span>
</div>
</div>
<div class="product-card">
<div class="product-image">
<span class="discount-tag">40% Off</span>
<img src="/images/shakes.jpg" alt="" class="product-thumb">
<button class="card-btn">Order Now</button>
</div>
<div class="product-info">
<h2 class="product-name">Smoothies</h2>
<p class="product-desc">
Thicc Smoothies :)
</p>
<span class="price">110 ₹</span>
</div>
</div>
</div>
</section>
<!-- reviews -->
<section class="review" id="review">
<h1 class="heading">Customer Review's</h1>
<div class="box-container">
<div class="box">
<div class="info">
<img src="/images/men.png" alt="">
<div class="user">
<h3>Joshua San</h3>
<span>Regular Customer</span>
</div>
</div>
<p>Great food and nice ambience with good service.</p>
</div>
<div class="box">
<div class="info">
<img src="/images/female.png" alt="">
<div class="user">
<h3>Ayushi Singh</h3>
<span>Regular Customer</span>
</div>
</div>
<p>They provide us quick service along with great taste and affordable price.</p>
</div>
<div class="box">
<div class="info">
<img src="/images/men2.png" alt="">
<div class="user">
<h3>Aman Singh</h3>
<span>Regular Customer</span>
</div>
</div>
<p> If you wanna eat something yummy food then visit this place .</p>
</div>
</div>
</section>
<h1 class="heading-del">Delivery Steps</h1>
<section class="delivery" id="delivery">
<div class="box">
<img src="/images/fast-food.png" alt="">
<h3>Choose your order</h3>
</div>
<div class="box">
<img src="/images/deli.png" alt="">
<h3>Lightning Fast Delivery</h3>
</div>
<div class="box">
<img src="/images/cash-payment.png" alt="">
<h3>Easy Payment Method</h3>
</div>
<div class="box">
<img src="/images/food-blogger.png" alt="">
<h3>Enjoy your food</h3>
</div>
</section>
<!-- team -->
<h1 class="teams-del">Our Team</h1>
<section class="team" id="team">
<div class="container">
<div class="card" data-tilt>
<img src="/images/men.png" alt="profile image">
<h2>Aniket Verma - Manager</h2>
<p>Manager since 2021, Specializes in Chaos control.</p>
<div class="links">
<a href="https://www.instagram.com/__i__v.e.r.m.a.j.i__/?igshid=YmMyMTA2M2Y="><img src="images/instagram.png" alt=""></a>
<a href="https://github.com/Aniket-x-code"><img src="images/github.png" alt=""></a>
<a href="https://www.linkedin.com/in/aniket-verma-b305211b9/"><img src="images/linkedin.png" alt=""></a>
</div>
</div>
<div class="card" data-tilt>
<img src="/images/female.png" alt="profile image">
<h2>Lisa Joseph - Waitress</h2>
<p>Working with us since 2020, She is one of people favorite's.</p>
<div class="links">
<a href="https://www.instagram.com/__i__v.e.r.m.a.j.i__/?igshid=YmMyMTA2M2Y="><img src="images/instagram.png" alt=""></a>
<a href="https://github.com/Aniket-x-code"><img src="images/github.png" alt=""></a>
<a href="https://www.linkedin.com/in/aniket-verma-b305211b9/"><img src="images/linkedin.png" alt=""></a>
</div>
</div>
<div class="card" data-tilt>
<img src="/images/men2.png" alt="profile image">
<h2>Shiv Singh - Delivery Agent</h2>
<p>Working with us since 2019, has a rating if 4.7 ☆</p>
<div class="links">
<a href="https://www.instagram.com/__i__v.e.r.m.a.j.i__/?igshid=YmMyMTA2M2Y="><img src="images/instagram.png" alt=""></a>
<a href="https://github.com/Aniket-x-code"><img src="images/github.png" alt=""></a>
<a href="https://www.linkedin.com/in/aniket-verma-b305211b9/"><img src="images/linkedin.png" alt=""></a>
</div>
</div>
</div>
</section>
<!-- contact -->
<h1 class="contact-del">Contact Us</h1>
<section class="contact-us" id="contact">
<!-- -->
<a href="order.html" class="btn">Click me to order</a>
</div>
<div class="con-image">
<img src="/images/Contact us-amico (2).png" alt="">
</div>
</section>
<section class="footer">
<div class="footer-basic">
<footer>
<div class="social"><a href="https://www.instagram.com/accounts/login/?next=/__i__v.e.r.m.a.j.i__/"><i class="icon ion-social-instagram"></i></a>
<a href="https://github.com/Aniket-x-code"><i class="icon ion-social-github"></i></a>
<a href="https://pin.it/4jJL7TG"><i class="icon ion-social-pinterest"></i></a>
<a href="https://www.linkedin.com/in/aniket-verma-b305211b9/"><i class="icon ion-social-linkedin"></i></a>
</div>
<ul class="list-inline">
<li class="list-inline-item"><a href="#">Home</a></li>
<li class="list-inline-item"><a href="#delivery">Services</a></li>
<li class="list-inline-item"><a href="#home">About</a></li>
</ul>
<p class="author">Made by <span>Aniket Verma</span></p>
</footer>
</div>
</section>
<script src="vanilla-tilt.js"></script>
<script src="scriptt.js"></script>
<script src="scriptt.js"></script>
</body>
</html>