-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
543 lines (529 loc) · 20.9 KB
/
index.php
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
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Omnifood is a premium food delivery service with the mission to bring affordable and healthy meals to as many people as possible." />
<link rel="stylesheet" type="text/css" href="vendors/css/normalize.css" />
<link rel="stylesheet" type="text/css" href="vendors/css/grid.css" />
<link rel="stylesheet" type="text/css" href="vendors/css/ionicons.min.css" />
<link rel="stylesheet" type="text/css" href="vendors/css/animate.css" />
<link rel="stylesheet" type="text/css" href="resources/css/style.css" />
<link rel="stylesheet" type="text/css" href="resources/css/queries.css" />
<link href="http://fonts.googleapis.com/css?family=Lato:100,300,400,300italic" rel="stylesheet" type="text/css" />
<script src="https://kit.fontawesome.com/86952377b1.js" crossorigin="anonymous"></script>
<title>Engine Clothing</title>
<link rel="apple-touch-icon" sizes="180x180" href="/resources/favicons/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/resources/favicons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/resources/favicons/favicon-16x16.png" />
<link rel="manifest" href="/resources/favicons/site.webmanifest" />
<link rel="mask-icon" href="/resources/favicons/safari-pinned-tab.svg" color="#5bbad5" />
<link rel="shortcut icon" href="/resources/favicons/favicon.ico" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="msapplication-config" content="/resources/favicons/browserconfig.xml" />
<meta name="theme-color" content="#ffffff" />
</head>
<body>
<header class="header-all">
<nav>
<div class="row">
<img src="resources/img/logo-white.png" alt="Omnifood logo" class="logo" />
<img src="resources/img/logo.png" alt="Omnifood logo" class="logo-black" />
<ul class="main-nav js--main-nav">
<li><a href="#">Home</a></li>
<li><a href="men.php">Men</a></li>
<li><a href="women.php">Women</a></li>
<li><a href="boys.php">Boys</a></li>
<li><a href="girls.php">Girls</a></li>
<li><a style="color: #e67e22; font-weight: 400;" href="#sale">Sale</a></li>
<li><a href="#features">About</a></li>
<li>
<a href="login.php"><img src="resources/img/user1.svg" class="nav-icons" height="30" alt="User profile" />
<img src="resources/img/supervisor_account-black-18dp.svg" class="bnav" height="28" alt="User profile" /></a>
</li>
<li>
<a href="#form"><img src="resources/img/call.svg" class="nav-icons" height="26" alt="Contact us" />
<img src="resources/img/call-black-18dp.svg" class="bnav" height="25" alt="Contact us" /></a>
</li>
<li>
<a href="cart.php"><img src="resources/img/shopping_cart.svg" class="nav-icons" height="26" alt="Cart" />
<img src="resources/img/shopping_cart-black.svg" class="bnav" height="25" alt="Cart">
<span class="badge">0</span>
</img>
</a>
</li>
</ul>
<a class="mobile-nav-icon js--nav-icon"><i class="ion-navicon-round"></i></a>
</div>
</nav>
<div class="hero-text-box">
<h1 class="aa">Engine Clothing</h1>
<a class="btn btn-full js--scroll-to-latest" href="#latest">Get Latest Styles</a>
<a class="btn btn-ghost js--scroll-to-start" href="#sale">Winter Sale</a>
</div>
</header>
<section class="section-features js--section-features" id="features">
<div class="row">
<h2>Browse — Select — Purchase</h2>
<p class="long-copy">
Hello, we’re Engine Clothing, your new fashion brand created for the
spirited youth of Pakistan. We know you always enjoy indulging in the
latest lifestyle trends. No time for <br />
Visiting Stores. So let us
take care of that, we’re really good at it, we promise!
</p>
</div>
<div class="row js--wp-1">
<div class="col span-1-of-4 box">
<i class="ion-ios-infinite-outline icon-big"></i>
<h3>Up to 365 days/year</h3>
<p>
Never worry about the seasonal clothes again, we are able to respond
to key trends and develop them into wearable fashion in the shortest
possible time for a collection that is fun, vibrant, and expressive.
</p>
</div>
<div class="col span-1-of-4 box">
<i class="ion-ios-stopwatch-outline icon-big"></i>
<h3>Delivery in 2 days</h3>
<p>
You've to wait for only two days for your favourite and super
descent variety delivered right to your home. We work with the best
quality stuff in each article to ensure that you're 100% happy.
</p>
</div>
<div class="col span-1-of-4 box">
<i class="ion-ios-star-outline icon-big"></i>
<h3>100% Good Quality</h3>
<p>
Engine Clothing has always been able to provide the best in fashion
through a unique and flexible model that is open to adapting to the
constant changes that occur during a season.
</p>
</div>
<div class="col span-1-of-4 box">
<i class="ion-ios-cart-outline icon-big"></i>
<h3>Order anything</h3>
<p>
You can have whatever you want to wear as Engine Clothing has
managed to successfully set up 120+ stores across 20 cities in
Pakistan, allowing you to build a wardrobe that express you and your
personal style.
</p>
</div>
</div>
</section>
<section class="section-meals js--section-latest" id="latest">
<ul class="meals-showcase clearfix">
<li>
<figure class="meal-photo">
<img src="resources/Images/women/wone.png" alt="Korean bibimbap with egg and vegetables" />
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="resources/Images/men/thirteen.png" alt="Simple italian pizza with cherry tomatoes" />
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="resources/Images/boys/bseven.png" alt="Chicken breast steak with vegetables " />
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="resources/Images/girls/gtwelve.png" alt="Simple italian pizza with cherry tomatoes" />
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="resources/Images/girls/gsix.png" alt="Autumn pumpkin soup" />
</figure>
</li>
</ul>
<ul class="meals-showcase clearfix">
<li>
<figure class="meal-photo">
<img src="resources/Images/boys/bten.png" alt="Paleo beef steak with vegetables" />
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="resources/Images/girls/geight.png" alt="Healthy baguette with egg and vegetables" />
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="resources/Images/men/fourteen.png" alt="Burger with cheddar and bacon" />
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="resources/Images/men/three.png" alt="Granola with cherries and strawberries" />
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="resources/Images/women/weleven.png" alt="Burger with cheddar and bacon" />
</figure>
</li>
</ul>
</section>
<section class="content-section container about-section">
<h2>Shipping and Return</h2>
<img class="about-band-image" src="resources/Images/engine-brand.png" />
<p class="about-para1">
ANYTHING YOU BUY FROM ENGINECLOTHING CAN BE REPLACED OR EXCHANGED WITHIN
10 DAYS SUBJECT TO TERMS AND CONDITIONS, IF:
</p>
<div class="about-li">
<ul>
<li class="about-li-items">
The size or any other detail does not match the given descriptions.
</li>
<li class="about-li-items">The Garment(s) are unused.</li>
<li class="about-li-items">All Labels and Tags are intact.</li>
</ul>
</div>
<p class="about-para2">TERMS AND CONDITIONS:</p>
<div>
<ul>
<li class="about-li-items">Accessories cannot be exchanged.</li>
<li class="about-li-items">
Claims are to be settled within one week time period.
</li>
<li class="about-li-items">
Product will be sent to Head Office for approval and decision.
</li>
<li class="about-li-items">
Any decree regarding complaints given by the Customer Care
Department is final and is not subject to any further modifications.
</li>
<li class="about-li-items">
In all cases, customer will bear the cost of sending item(s) back to
us.
</li>
<li class="about-li-items">
For exchange of a product the Customer will call our Helpline. In
response, the customer will be guided through the process and
further actions.
</li>
<li class="about-li-items">
It is essential that care instructions mentioned on the products and
brochures/flyers are followed exactly. If the product hasn’t been
used according to the given directions then ENGINE is not liable for
the adjustment of that complaint.
</li>
<li class="about-li-items">
No exchange options are available for product(s) sold at discounted
prices, or on sales & promotions.
</li>
<li class="about-li-items">
There is NO “Refund” Policy on purchased items.
</li>
</ul>
</div>
</section>
<section class="section-steps" id="works">
<div class="row">
<h2>How it works — Simple as 1, 2, 3</h2>
</div>
<div class="row">
<div class="col span-1-of-2 steps-box">
<img src="resources/img/app-iPhone.png" alt="Omnifood app on iphone" class="app-screen js--wp-2" />
</div>
<div class="col span-1-of-2 steps-box">
<div class="works-step">
<div>1</div>
<p>
Choose the subscription plan that best fits your needs and sign up
today.
</p>
</div>
<div class="works-step">
<div>2</div>
<p>
Order your favourite articles using our mobile app or website. Or
you can even call us!
</p>
</div>
<div class="works-step">
<div>3</div>
<p>
Have your clothes at you home in less than 3 days. See you the
next time!
</p>
</div>
<a href="#" class="btn-app"><img src="resources/img/download-app.svg" alt="App Store Button" /></a>
<a href="#" class="btn-app"><img src="resources/img/download-app-android.png" alt="Play Store Button" /></a>
</div>
</div>
</section>
<section class="section-cities" id="cities">
<div class="row">
<h2>We're currently in these cities</h2>
<div class="row js--wp-3">
<div class="col span-1-of-4 box">
<img src="resources/img/Islamabad.jpg" alt="Islamabad" />
<h3>Islamabad</h3>
<div class="city-feature">
<i class="ion-ios-person icon-small"></i>
1600+ happy clients
</div>
<div class="city-feature">
<i class="ion-ios-star icon-small"></i>
60+ top Articles
</div>
<div class="city-feature">
<i class="ion-social-twitter icon-small"></i>
<a href="#">@engineClothing_isb</a>
</div>
</div>
<div class="col span-1-of-4 box">
<img src="resources/img/Rawalpindi.jpg" alt="Rawalpindi" />
<h3>Rawalpindi</h3>
<div class="city-feature">
<i class="ion-ios-person icon-small"></i>
3700+ happy clients
</div>
<div class="city-feature">
<i class="ion-ios-star icon-small"></i>
160+ top Articles
</div>
<div class="city-feature">
<i class="ion-social-twitter icon-small"></i>
<a href="#">@engineClothing_rwp</a>
</div>
</div>
<div class="col span-1-of-4 box">
<img src="resources/img/Lahore.jpg" alt="Lahore" />
<h3>Lahore</h3>
<div class="city-feature">
<i class="ion-ios-person icon-small"></i>
2300+ happy clients
</div>
<div class="city-feature">
<i class="ion-ios-star icon-small"></i>
110+ top Articles
</div>
<div class="city-feature">
<i class="ion-social-twitter icon-small"></i>
<a href="#">@engineClothing_lhr</a>
</div>
</div>
<div class="col span-1-of-4 box">
<img src="resources/img/Karachi.jpg" alt="Karachi" />
<h3>Karachi</h3>
<div class="city-feature">
<i class="ion-ios-person icon-small"></i>
1200+ happy clients
</div>
<div class="city-feature">
<i class="ion-ios-star icon-small"></i>
50+ top Articles
</div>
<div class="city-feature">
<i class="ion-social-twitter icon-small"></i>
<a href="#">@engineClothing_khi</a>
</div>
</div>
</div>
</div>
</section>
<section class="section-testimonials">
<div class="row">
<h2>Our customers can't live without us</h2>
</div>
<div class="row">
<div class="col span-1-of-3">
<blockquote>
Inexpensive, unique and upto the latest trends, delivered right to
my home. We do shopping from lots of brands here in islamabad, but
no one comes even close to Engine Clothing. Me and my family are so
in love!
<cite><img src="resources/img/customer-2.jpg" alt="customer's image here" />Joana Silva</cite>
</blockquote>
</div>
<div class="col span-1-of-3">
<blockquote>
Engine Clothing is just awesome! It always stays clean and has new
merchandise to offer to its customers, customer service is very
important to this company and making sure we do our best to please
them!
<cite><img src="resources/img/customer-1.jpg" alt="customer's image here" />Alberto Duncan</cite>
</blockquote>
</div>
<div class="col span-1-of-3">
<blockquote>
Hi Engine Clothing is a retail leading brand in Pakistan.. it's
become in 2003 and now it is the number one brand in apparel and non
apparel products I am loving it
<cite><img src="resources/img/customer-3.jpg" alt="customer's image here" />Milton Chapman</cite>
</blockquote>
</div>
</div>
</section>
<section class="container" id="sale">
<h2>Sale !!!</h2>
<div>
<div class="sale-row">
<span class="sale-item sale-date">JUL 16</span>
<span class="sale-item sale-city">PWD, ISB</span>
<span class="sale-item sale-item-names">FLAT 30% WINTER SALE!</span>
<a href="sale.php"><button class="btn sale-item sale-btn btn-primary" type="button">
VIEW SALE ITEMS
</button>
</a>
</div>
<div class="sale-row">
<span class="sale-item sale-date">JUL 19</span>
<span class="sale-item sale-city">EMPORIUM MALL, LHR</span>
<span class="sale-item sale-item-names">UPTO 70% WINTER CLEARANCE SALE!</span>
<a href="sale.php"><button class="btn sale-item sale-btn btn-primary" type="button">
VIEW SALE ITEMS
</button>
</a>
</div>
<div class="sale-row">
<span class="sale-item sale-date">JUL 22</span>
<span class="sale-item sale-city">MODEL TOWN, BWP</span>
<span class="sale-item sale-item-names">NEW ARRIVALS 20% SALE!</span>
<a href="sale.php"><button class="btn sale-item sale-btn btn-primary" type="button">
VIEW SALE ITEMS
</button>
</a>
</div>
<div class="sale-row">
<span class="sale-item sale-date">JUL 29</span>
<span class="sale-item sale-city">ALEENA MALL, GUJRAT</span>
<span class="sale-item sale-item-names">FLAT 30% OFF ON ALL SUMMER ARTICLES!</span>
<a href="sale.php"><button class="btn sale-item sale-btn btn-primary" type="button">
VIEW SALE ITEMS
</button>
</a>
</div>
<div class="sale-row">
<span class="sale-item sale-date">AUG 2</span>
<span class="sale-item sale-city">GIGA-MALL, ISB</span>
<span class="sale-item sale-item-names">UPTO 50% OFF ON EVERYTHING</span>
<a href="sale.php"><button class="btn sale-item sale-btn btn-primary" type="button">
VIEW SALE ITEMS
</button>
</a>
</div>
<div class="sale-row">
<span class="sale-item sale-date">AUG 7</span>
<span class="sale-item sale-city">CENTAURAS MALL, ISB</span>
<span class="sale-item sale-item-names">SUMMER CLEARANCE SALE!</span>
<a href="sale.php"><button class="btn sale-item sale-btn btn-primary" type="button">
VIEW SALE ITEMS
</button>
</a>
</div>
</div>
</section>
<section class="section-form" id="form">
<div class="row">
<h2>We're happy to hear from you</h2>
</div>
<div class="row">
<form action="form.php" method="POST" class="contact-form">
<div class="row">
<div class="col span-1-of-3">
<label for="name">Name</label>
</div>
<div class="col span-2-of-3">
<input type="text" name="name" id="name" placeholder="Your name" required />
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label for="email">Email</label>
</div>
<div class="col span-2-of-3">
<input type="email" name="email" id="email" placeholder="Your email" required />
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label for="find-us">How did you find us?</label>
</div>
<div class="col span-2-of-3">
<select name="find-us" id="find-us">
<option value="friends" selected>Friends</option>
<option value="search">Search Engine</option>
<option value="ad">Advertisment</option>
<option value="other">Other</option>
</select>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label>Newsletter?</label>
</div>
<div class="col span-2-of-3">
<input type="checkbox" name="newsletter" id="news" checked /> Yes,
please
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label>Drop us a line</label>
</div>
<div class="col span-2-of-3">
<textarea name="message" placeholder="Your message"></textarea>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label> </label>
</div>
<div class="col span-2-of-3">
<input style="font-size: 20px; padding: 10px 30px; font-weight: 300" type="submit" value="Send it!" />
</div>
</div>
</form>
</div>
</section>
<footer>
<div class="row">
<div class="col span-1-of-2">
<ul class="footer-nav">
<li><a href="#">About us</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Press</a></li>
<li><a href="#">iOS App</a></li>
<li><a href="#">Android App</a></li>
</ul>
</div>
<div class="col span-1-of-2">
<ul class="social-links">
<li>
<a href="#"><i class="ion-social-facebook"></i></a>
</li>
<li>
<a href="#"><i class="ion-social-twitter"></i></a>
</li>
<li>
<a href="#"><i class="ion-social-googleplus"></i></a>
</li>
<li>
<a href="#"><i class="ion-social-instagram"></i></a>
</li>
</ul>
</div>
</div>
<div class="row">
<p>
Copyright © 2015 by Engine Clothing. All right reserved.
</p>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/main.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/html5shiv.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/selectivizr.min.js"></script>
<script src="vendors/js/jquery.waypoints.min.js"></script>
<script src="resources/js/scripts.js"></script>
</body>
</html>