-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
367 lines (310 loc) · 15.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
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
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title> MTU CHOW </title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top ">
<div class="container d-flex align-items-center justify-content-between">
<a href="index.html" class="logo"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero"> Why Chow? </a></li>
<li class="dropdown"><a class="nav-link scrollto" href="#services"><span> Services </span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="dropdown"><a class="nav-link scrollto" href="#"><span>Deep Drop Down</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 2</a></li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
</ul>
</li>
<li class="dropdown"><a class="nav-link scrollto" href="#menu"><span> Menu </span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="dropdown"><a href="#"><span>Deep Drop Down</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 2</a></li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
</ul>
</li>
<li><a class="nav-link scrollto" href="#services"> About </a></li>
<li><a class=" scrollto" href="#contact"> <i class="bi bi-search"></i> </a></li>
<li><a class=" scrollto" href="#contact"> <i class="bi bi-bell"></i> </a></li>
<li><a class="getstarted scrollto" href="#"> Login </a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 pt-2 pt-lg-0 order-2 order-lg-1 d-flex flex-column justify-content-center">
<img src="assets/img/more.png" id="up" style="position: relative; top: -20px; margin-top: -10px" width="210px" height="100px" class="img-fluid more" alt="">
<h1> Be The Fastest <br> In Delivering <br> Your <span style="color: #D21A32"> Food </span></h1>
<ul style="font-size: 15px">
Welcome to MTU CHOW. Bent on delivering the best food bla bla bla <br>
hehe this is nice uhmm i don't know what you guys want to
</ul>
<div class="mt-3">
<a href="#about" class="btn-get-started scrollto">Get Started</a>
<a href="" class="btn-get-quote"><i style="color: #FDC55E" class="bi bi-play-fill"></i> Watch A Video </a>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img">
<img src="assets/img/woman.png" class="img-fluid" alt="">
<img src="assets/img/hotdog.png" width="430px" class="img-fluids" alt="">
</div>
</div>
</div>
</section><!-- End Hero -->
<!-- ======= Services Section ======= -->
<section id="services" class="services">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2> What We Serve </h2>
<h6 style="font-size: 30px; font-style: bold"> Your Favorite Food <br> Delivery Partner </h6>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box">
<img src="assets/img/man.png">
<h4><a href=""> Easy To Order </a></h4>
<p> Omo this is the easiest place to order food from and whats better? its in your school. </p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box">
<img src="assets/img/okada.png">
<h4><a href=""> Fastest Delivery </a></h4>
<p> We are so fast, we make the flash (barry allen) look like he's at the same speed of that of a turtle </p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<img src="assets/img/mask.png">
<h4><a href=""> Best Quality </a></h4>
<p> MTU Chow offers the best quality experience in food delivery to your place of environment. </p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<main id="main">
<!-- ======= Menu Section ======= -->
<section id="menu" class="about">
<div class="container">
<div class="row content">
<div class="col-lg-6">
<h2 style="color: #D21A32; font-family: 'Inter'; font-size: 18px">
OUR MENU
</h2>
<h3 style="font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 35px;
color: #313131">
Menu That Always <br> Make You Fall In Love
</h3>
<div style="border-style: solid transparent" class="solid">
<ul>
<li><a style="font-size: 20px; color: black" href="index.html"> <img src="assets/img/burger.png" width="70px"> Burger </a></li> <br>
<li><a style="font-size: 20px; color: black" href="index.html"> <img src="assets/img/pizza.png" width="150px"> </a></li> <br>
<li><a style="font-size: 20px; color: black" href="index.html"> <img src="assets/img/cake.png" width="50px"> cake </a></li> <br>
<li><a style="font-size: 20px; color: black" href="index.html"><img src="assets/img/indomie.png" width="50px"> indomie </a></li> <br>
<li><a style="font-size: 20px; color: black" href="index.html"><img src="assets/img/icecream.png" width="50px"> Ice Cream </a></li>
</ul>
</div>
</div>
<div class="col-lg-6 pt-4 pt-lg-0" style="position: relative; top: 120px">
<img src="assets/img/order.png" width="220px" alt="" class="img-fluid">
<img src="assets/img/second_order.png" height="310px" alt="" class="">
</div>
</div>
</div>
</div>
</section> <!-- End Menu Section --> <br><br><br>
<!-- ======= 2nd Menu Section ======= -->
<section id="menu" class="about">
<div class="container">
<div class="row content">
<div class="col-lg-6">
<img src="assets/img/redesign.png" class="img-fluid"></a>
</div>
<div class="col-lg-6 pt-4 pt-lg-0">
<p>
<h2 style="color: #D21A32; font-family: 'Inter'; font-size: 18px">
OUR MENU
</h2>
<h3 style="font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 35px;
color: #313131">
What Our Customer <br> Says About Us
</h3>
</p>
<ul>
<p style="font-size: 15px" class="fst-italic">
MTU CHOW provides cutting edge technology to support and give you the best experience in food delivery as well as food you can order at cheap rates. We are always here when you need us.
</p>
</ul>
<p class="fst-italic" style="@media (max-width: 992px) {
fst-italic{
position: relative;
margin-left: 150px;
}">
<img class="img-fluid" src="assets/img/hairwoman.png">
<div style="position: relative; top: -70px; left: 110px">
<p> Theresa Jordan <br><span style="color: #555555"> Food Enthusiast </span> </span> </p>
</div>
<div style="position: relative; top: -30px">
<i style="color: #FDC55E" class="bi bi-star-fill"></i>
<i style="color: #FDC55E" class="bi bi-star-fill"></i>
<i style="color: #FDC55E" class="bi bi-star-fill"></i>
<i style="color: #FDC55E" class="bi bi-star-fill"></i>
<i style="color: #FDC55E" class="bi bi-star"></i> 4.8
</div>
</p>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="row">
<div class="solid">
<a href=""> <img src="assets/img/entire.png" class="img-fluid"> </a>
<!-- ======= Hero Section =======
<section id="hero" class="d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 pt-2 pt-lg-0 order-2 order-lg-1 d-flex flex-column justify-content-center">
<h2 style="color: #D21A32; font-family: 'Inter'; font-size: 18px">
DOWNLOAD APP
</h2>
<h1 style="font-size: 40px;
color: black;
">
Get Started With <br> Fudo Today
</h1>
<ul style="font-size: 15px">
Welcome to MTU CHOW. Bent on delivering the best food bla bla bla <br>
hehe this is nice uhmm i don't know what you guys want to
</ul>
<div class="mt-3">
<a href="#about" class="btn-get-started scrollto"> Get The App </a>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 hero-img">
<img src="assets/img/woman.png" class="img-fluid" alt="">
<img src="assets/img/hotdog.png" width="430px" class="img-fluids" alt="">
</div>
</div>
</div> -->
</section><!-- End Hero -->
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<a href="index.html" class="logo"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
<p style="color: #555555; font-size: 12px">
MTU CHOW is very awesome. i hope VC approves it and it becomes part of the school xfgdsg
</p> <br>
<a href="#" class="instagram"><i class="bx bxl-instagram" style="color: #D21A32; font-size: 30px"></i></a>
<a href="#" class="facebook"><i class="bx bxl-facebook" style="color: #D21A32; font-size: 30px"></i></a>
<a href="#" class="twitter"><i class="bx bxl-twitter" style="color: #D21A32; font-size: 30px"></i></a>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4> About </h4>
<ul>
<li><a href="#"> About us </a></li>
<li><a href="#"> Features </a></li>
<li><a href="#"> News </a></li>
<li><a href="#"> Menu </a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4> Company </h4>
<ul>
<li><a href="#"> Why Chow? </a></li>
<li><a href="#"> Support Center </a></li>
<li><a href="#"> Feedback </a></li>
<li><a href="#"> Contact Us </a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-links" id="footer-links" style="margin-left: -70px">
<h4> Support </h4>
<ul>
<li><a href="#"> Account </a></li>
<li><a href="#"> Support Center </a></li>
<li><a href="#"> Feedback </a></li>
<li><a href="#"> Contact us </a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-newsletter">
<h4> Get In Touch </h4>
<p style="color: #555555"> Question or Query? <br> We are here! </p>
<a href=""> <img src="assets/img/email.png" width="120px"> </a>
</div>
</div>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>