-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
233 lines (221 loc) · 9.35 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
<!DOCTYPE html>
<html lan="en">
<head>
<link rel="stylesheet" type="text/css" href="resources/css/style.css">
<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" href="https://use.fontawesome.com/releases/v5.4.2/css/all.css">
<link href="https://fonts.googleapis.com/css?family=Lato|Open+Sans:300, 200, 100" rel="stylesheet">
<title> Omnifood</title>
</head>
<body>
<header>
<nav>
<div class="head">
<ul class="nav">
<li> <a href="#">Home</a></li>
<li> <a href="#">About Us</a></li>
<li> <a href="#">Sign In</a></li>
<li> <a href="#">Sign Up!</a></li>
</ul>
</div>
</nav>
<img class="bg" src="Omnifood Contents/hero.jpg">
<div class="box">
<h1>Goodbye junk Food.<br>Hello super healthy meals.</h1>
<a class="btn btn1" href="#">I'm hungry</a>
<a class="btn btn2" href="#">Show more</a>
</div>
</header>
<section class="section-features">
<div class="row">
<h2> Features</h2>
<p class="info" >Hey, we're Wheels On Fire, a premium luxurious car delivery and maintenance service. We're glad to provide best services to our beloved customers. We're really good at it, we promise!</p>
</div>
<div class="row">
<div class="col span-1-of-4">
<i class="ion-compose icon"></i>
<h3>Authentic flavours</h3>
<p>
We provide pre-bookings for all the range of cars. Customers can even pre-book their cars online through easy process to our firm. </p>
</div>
<div class="col span-2-of-4">
<i class="ion-ios-chatboxes icon"></i>
<h3>Diversity in Dishes</h3>
<p>
We have a trained and skilled team of employee who are available for the queries, complaints and assistance anywhere and anytime. Customers can put their complaints and queries through any means.</p>
</div>
<div class="col span-2-of-4">
<i class="ion-ios-chatboxes icon"></i>
<h3>Free Home Delivery</h3>
<p>
We have a trained and skilled team of employee who are available for the queries, complaints and assistance anywhere and anytime. Customers can put their complaints and queries through any means.</p>
</div>
</div>
</section>
<section class="section-brand">
<div class="brand">
<h2> Dishes at Glance </h2>
<p class="brand-info"> We have a mind blowing collection of speedy and luxurious cars. Our customers can browse and shop by exploring our amazing collection through brands. </p>
</div>
<ul class="logos">
<li>
<figure class="brand-pic">
<img src="Omnifood Contents\1.jpg">
</figure>
</li>
<li>
<figure class="brand-pic">
<img src="Omnifood Contents\2.jpg">
</figure>
</li>
<li>
<figure class="brand-pic">
<img src="Omnifood Contents\3.jpg">
</figure>
</li>
<li>
<figure class="brand-pic">
<img src="Omnifood Contents\4.jpg">
</figure>
</li>
</ul>
<ul class="logos">
<li>
<figure class="brand-pic">
<img src="Omnifood Contents\5.jpg">
</figure>
</li>
<li>
<figure class="brand-pic">
<img src="Omnifood Contents\6.jpg">
</figure>
</li>
<li>
<figure class="brand-pic">
<img src="Omnifood Contents\7.jpg">
</figure>
</li>
<li>
<figure class="brand-pic">
<img src="Omnifood Contents\8.jpg">
</figure>
</li>
</ul>
</section>
<section class="section-cars">
<div class="row3">
<h2>Testimonials</h2>
</div>
<ul class="showcase">
<li>
<figure class="car-pic">
<img src="Omnifood Contents\customer-1.jpg">
</figure>
</li>
<li>
<figure class="car-pic">
<img src="Omnifood Contents\customer-2.jpg">
</figure>
</li>
<li>
<figure class="car-pic">
<img src="Omnifood Contents\customer-3.jpg">
</figure>
</li>
</section>
<section class="section-form">
<div class="row4">
<h2> We're glad to hear from you</h2>
</div>
<div class="row">
<form method="post" action="#" 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="Enter 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="Enter Your Email Address" required>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label for="Got-it">Did You Find What You Want?</label>
</div>
<div class="col span-2-of-3">
<select name="Got-it" id="Got-it">
<option value="Yes" selected>Yes</option>
<option value="No">No</option>
</select>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label>Suggestion?</label>
</div>
<div class="col span-2-of-3">
<input type="checkbox" name="news" 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="Write It Here...."></textarea>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label> </label>
</div>
<div class="col span-2-of-3">
<input type="submit" value="Submit">
</div>
</div>
</form>
</div>
</section>
<section class="section-social">
<div class="row5">
<h2>Connect With Us</h2>
</div>
<div class="social">
<a class="btn3" href="#">
<i class="fab fa-facebook-f"></i>
</a>
<a class="btn3" href="#">
<i class="fab fa-instagram"></i>
</a>
<a class="btn3" href="#">
<i class="fab fa-twitter"></i>
</a>
<a class="btn3" href="#">
<i class="fab fa-google"></i>
</a>
</div>
</section>
<footer>
<div class="row">
<ul class="footer-nav">
<li><a href="#">About Us</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">iOS App</a></li>
<li><a href="#">Android App</a></li>
</ul>
</div>
<div class="row">
<p>Copyright © 2017 by Omnifood. All rights are reserved.</p>
</div>
</footer>
</body>
</html>