-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
286 lines (255 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">
<title>Anita's Kitchen</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="assets/css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="assets/css/style.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<script src="assets/js/jquery.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="assets/js/script.js"></script>
</head>
<body>
<div class="container-fluid">
<!-- landing starts here -->
<div class="row text-center">
<div class="landing">
<section>
<img class="logo" src="assets/img/logoBig.png">
</section>
<section>
<h3>We Provide The Best Food</h3>
<h3>At The <strong>Right Price.</strong></h3>
</section>
</div>
</div>
<!-- landing ends here -->
<div class="row">
<div class="col-md-3 special">
<div class="row happy-hour">
<h1>Happy Hour</h1>
</div>
<div class="row party-time">
<h1>Party Time</h1>
</div>
</div>
<div class="col-md-3 ser-grid">
<div class="breakfast">
<h3>Breakfast</h3>
</div>
</div>
<div class="col-md-3 ser-grid">
<div class="lunch">
<h3>Lunch</h3>
</div>
</div>
<div class="col-md-3 ser-grid">
<div class="dinner">
<h3>Dinner</h3>
</div>
</div>
</div>
<!-- landing ends here -->
<!-- fast food starts here -->
<div class="row menu">
<div class="col-md-8 col-md-offset-2">
<div class="row">
<div class="col-md-6">
<div class="thumbnail">
<img class="fullspanimage fullspanimage" src="assets/img/fastFood1.jpg" align="fastFood1">
<img class="fullspanimage fullspanimage" src="assets/img/fastFood2.jpg" align="fastFood2">
</div>
</div>
<div class="col-md-6">
<section>
<div class="fastFood">
<h2>Fast Food</h2><br>
<h4>You will love our delicious fast foods.</h4><br>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in
reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.</p>
<br>
<br>
<br>
<button type="submit" name="submit" class="btn btn-primary btn-lg text-uppercase">View Gallery</button>
</div>
</section>
</div>
</div>
<!---fast food ends here-->
<!---drinks ends here-->
<div class="col-md-6">
<section>
<div class="fastFood">
<h2>Drinks</h2><br>
<h4>You will love our delicious drinks.</h4><br>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in
reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.</p>
<br>
<br>
<br>
<button type="submit" name="submit" class="btn btn-primary btn-lg text-uppercase">View Gallery</button>
</div>
</section>
</div>
<div class="col-md-6">
<div class="noisy">
<img class="hilton" src="assets/img/drink1.jpg" alt="drink1">
</div>
<div class="noisy">
<img class="" src="assets/img/drink2.jpg" alt="drink2">
</div>
</div>
</div>
</div>
</div>
<!---drinks ends here-->
<!-- menu-tabs starts here -->
<div class="row menu-tab">
<div class="col-md-8 col-md-offset-2 text-center">
<div class="row">
<button class="tablink" onclick="openPage('Fastfood', this, '#F15A29')">FastFood</button>
<button class="tablink" onclick="openPage('Drinks', this, 'green')" id="defaultOpen">Drinks</button>
<button class="tablink" onclick="openPage('Chicken', this, 'blue')"> Chicken</button>
<button class="tablink" onclick="openPage('Rice', this, 'orange')">Rice</button>
<div id="Fastfood" class="tabcontent">
<ul class="thumbnail">
<li>
<img src="assets/img/fastfood/beefBurger.jpg">
</li>
<li>
<img src="assets/img/fastfood/chickenBurger.jpg">
</li>
<li>
<img src="assets/img/fastfood/chickenPizza.jpg">
</li>
</ul>
</div>
<div id="Drinks" class="tabcontent">
<ul class="thumbnail">
<li>
<img src="assets/img/drink1.jpg">
</li>
<li>
<img src="assets/img/drink2.jpg">
</li>
</ul>
</div>
<div id="Chicken" class="tabcontent">
<h3>Chicken</h3>
</div>
<div id="Rice" class="tabcontent">
<h3>Rice</h3>
</div>
</div>
</div>
</div>
<!-- menu-tabs ends here -->
<!-- customers starts here -->
<div class="container">
<div class="new-container">
<div class="row customers">
<div class="col-md-7">
<h3>Our Happy Customers</h3>
<h4>
<strong>George Richard</strong>
</h4>
<p>Great food! Menu is awesome. The foods are not only great but also in the right price. I'll highly
recommend them:)
</p>
<a href="#">
<i class="fa fa-chevron-left fa-1x"></i>
</a>
<img src="assets/img/customers/p1.png" alt="customer1">
<img src="assets/img/customers/p2.png" alt="customer2">
<img src="assets/img/customers/p3.png" alt="customer3">
<a href="#">
<i class="fa fa-chevron-right fa-1x"></i>
</a>
</div>
<div class="col-md-5">
<h3>About Menu</h3>
<p>We are menu a little team of 7 members.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed
do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
</p>
</div>
</div>
</div>
</div>
<!--customers end here-->
<!-- subscribe ends here -->
<div class="row">
<div class="col-md-12 subscribe">
<h2>Get our daily food items delivered to your email.</h2>
<div id="mc_embed_signup">
<form action="https://facebook.us16.list-manage.com/subscribe/post?u=ab29872ef438e21522d0ff477&id=0ea254995e" method="post"
id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address
<span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="required form-control mr-sm-6" id="mce-EMAIL">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_e5cf3ce526862bb773f2190c0_aeeb7594a2" tabindex="-1" value="">
</div>
<div class="clear">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-default btn-lg">
</div>
</div>
</form>
</div>
</div>
</div>
<!-- subscribe ends here -->
<!-- footer starts here -->
<footer class="ending">
<div class="end-text">
<h2 class="text-uppercase">
<img src="assets/img/footerlogos/logo_white.png" alt="whitelogo"> Menu</h2>
<h4>Thats what we are</h4>
<ul class="list-inline">
<li class="list-inline-item">
<a href="#">
<img src="assets/img/footerlogos/facebook.png">
</a>
</li>
<li class="list-inline-item">
<a href="#">
<img src="assets/img/footerlogos/twitter.png">
</a>
</li>
<li class="list-inline-item">
<a href="#">
<img src="assets/img/footerlogos/pinterest.png">
</a>
</li>
</ul>
<h5>2018 Menu Restaurant</h5>
</div>
</footer>
<!-- footer ends here -->
</body>
</html>