-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
409 lines (358 loc) · 18.9 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
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
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>burger html5 landing page</title>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Stylesheets -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" />
<link rel="stylesheet" href="css/flaticon.css" />
<!-- Animate -->
<link rel="stylesheet" href="css/animate.css">
<!-- Bootsnav -->
<link rel="stylesheet" href="css/bootsnav.css">
<!-- Color style -->
<link rel="stylesheet" href="css/color.css">
<!-- Custom stylesheet -->
<link rel="stylesheet" href="css/custom.css" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target="#navbar-menu" data-offset="100">
<!-- Preloader -->
<div id="loading">
<div id="loading-center">
<div id="loading-center-absolute">
<div class="object" id="object_one"></div>
<div class="object" id="object_two"></div>
<div class="object" id="object_three"></div>
<div class="object" id="object_four"></div>
<div class="object" id="object_five"></div>
<div class="object" id="object_six"></div>
<div class="object" id="object_seven"></div>
<div class="object" id="object_eight"></div>
<div class="object" id="object_big"></div>
</div>
</div>
</div>
<!--End Preloader -->
<!-- Navbar -->
<nav class="navbar navbar-default bootsnav no-background navbar-fixed black">
<div class="container">
<!-- Start Atribute Navigation -->
<div class="attr-nav">
<ul>
<li class="side-menu"><a href="#"><i class="fa fa-bars"></i></a></li>
</ul>
</div>
<!-- End Atribute Navigation -->
<!-- Start Header Navigation -->
<div class="navbar-header">
<a class="navbar-brand" href="#"><img src="images/logo.png" class="logo" alt=""></a>
</div>
<!-- End Header Navigation -->
</div>
<!-- Start Side Menu -->
<div class="side">
<a href="#" class="close-side"><i class="fa fa-times"></i></a>
<div class="widget">
<h6 class="title">Menu</h6>
<ul class="link">
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
<!-- End Side Menu -->
</nav>
<!-- Header -->
<header id="hello">
<!-- Container -->
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="banner">
<h3>-introducing-</h3>
<h1>FATTY BURGER</h1>
<div class="inner_banner">
<div class="banner_content">
<p>A double layer of sear-sizzled 100% pure beef mingled with special sauce on a sesame seed bun and topped with melty American cheese, crisp lettuce, minced onions and tangy pickles.</p>
<p>*Based on pre-cooked patty weight.</p>
</div>
<div class="stamp">
<img src="images/stamp.png" alt="" />
</div>
</div>
</div>
</div>
</div>
</div><!-- Container end -->
<p class="caption">*Limited Time Only</p>
</header><!-- Header end -->
<!-- Block Content -->
<section id="block">
<div class="container">
<!-- First section -->
<div class="row">
<div class="col-sm-8">
<div class="feature">
<div class="shack_burger">
<div class="chicken">
<img src="images/chicken.png" alt="Chicken" />
</div>
<h2>Shack Burger </h2>
<p>Black Angus beef patty topped with American cheese, tomato, lettuce, and “Shack Sauce,” served in a grilled potato bun</p>
</div>
<p class="caption">*Limited Time Only</p>
</div>
</div>
<div class="col-sm-4">
<div class="signature">
<div class="shape">
<span class="flaticon flaticon-burger"></span>
<p>signature</p>
</div>
<div class="signature_content">
<p>It used to be a Secret but not any more! Our tribute to the King is a Cheddar Beef Patty,</p>
</div>
</div>
</div>
</div><!-- first section end -->
<!-- Second section -->
<div class="row">
<div class="col-md-6">
<div class="classic">
<a href="" class="classic_btn">classic</a>
<div class="overlay">
<h3>House-ground hamburger</h3>
<p>(served in a grilled rosemary focaccia).</p>
<p class="overlay_content">Instead of traditional cucumber pickles, legendary chef-owner Judy Rodgers accents her burgers with thin-cut zucchini strips pickled in apple cider vinegar, mustard seeds and turmeric.</p>
</div>
</div>
</div>
<div class="col-md-6">
<!-- Carousel -->
<div id="small_carousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#small_carousel" data-slide-to="0" class="active"></li>
<li data-target="#small_carousel" data-slide-to="1"></li>
<li data-target="#small_carousel" data-slide-to="2"></li>
</ol>
<div class="carousel-caption">
<h3>The Original Burger</h3>
<hr />
<ul class="list-unstyled nutrition">
<li><a href=""><span class="flaticon flaticon-protein"></span><p>Protein - 33g</p></a></li>
<li><a href=""><span class="flaticon flaticon-carbohydrate"></span><p>Carbohydrates - 46gm</p></a></li>
<li><a href=""><span class="flaticon flaticon-calories"></span><p>Calories - 750 kcal</p></a></li>
</ul>
<div class="info_btn_shadow">
<a href="" class="info_btn">info & nutrition</a>
</div>
</div>
<!-- carousel inner -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="images/small_slider_bg.jpg" alt="" />
</div>
<div class="item">
<img src="images/small_slider_bg.jpg" alt="" />
</div>
<div class="item">
<img src="images/small_slider_bg.jpg" alt="" />
</div>
</div><!-- carousel inner end -->
</div><!-- Carousel end-->
</div>
</div><!-- second section end -->
<!-- Third section -->
<!-- Carousel -->
<div id="carousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel" data-slide-to="0" class="active"></li>
<li data-target="#carousel" data-slide-to="1"></li>
<li data-target="#carousel" data-slide-to="2"></li>
</ol>
<!-- carousel inner -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="images/large_slider_img.jpg" alt="Burger">
<div class="carousel-caption">
<h2>Cheddar JUnky</h2>
<h3>Stuffed Burgers</h3>
<p>Chef Wesley Genovart makes this over-the-top, Shake Shack–inspired burger with two thin stacked patties, thick-cut bacon, kimchi and a spicy homemade sauce.</p>
<div class="info_btn_shadow">
<a href="" class="info_btn">info & nutrition</a>
</div>
</div>
</div>
<div class="item">
<img src="images/large_slider_img.jpg" alt="Burger">
<div class="carousel-caption">
<h2>Cheddar JUnky</h2>
<h3>Stuffed Burgers</h3>
<p>Chef Wesley Genovart makes this over-the-top, Shake Shack–inspired burger with two thin stacked patties, thick-cut bacon, kimchi and a spicy homemade sauce.</p>
<div class="info_btn_shadow">
<a href="" class="info_btn">info & nutrition</a>
</div>
</div>
</div>
<div class="item">
<img src="images/large_slider_img.jpg" alt="Burger">
<div class="carousel-caption">
<h2>Cheddar JUnky</h2>
<h3>Stuffed Burgers</h3>
<p>Chef Wesley Genovart makes this over-the-top, Shake Shack–inspired burger with two thin stacked patties, thick-cut bacon, kimchi and a spicy homemade sauce.</p>
<div class="info_btn_shadow">
<a href="" class="info_btn">info & nutrition</a>
</div>
</div>
</div>
</div><!-- carousel inner end -->
</div><!-- Carousel end-->
<!-- Forth section -->
<div class="row forth_sec">
<div class="col-sm-4">
<div class="menu">
<div class="inner_content">
<span class="flaticon flaticon-burger"></span>
<h2>menu</h2>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="drinks">
<div class="inner_content">
<span class="flaticon flaticon-drink"></span>
<h2>drinks</h2>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="sides">
<div class="inner_content">
<span class="flaticon flaticon-food"></span>
<h2>sides</h2>
</div>
</div>
</div>
</div><!-- forth section end -->
</div>
</section><!-- Block Content end-->
<!-- Lock -->
<section id="lock">
<h2>SERVING MORE THAN JUST BURGERS SINCE 1998</h2>
<p>Check out our opening hours and location address below.</p>
</section>
<!-- Map -->
<div id="ourmaps"></div>
<!-- Footer -->
<footer>
<!-- Container -->
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-4 col-xs-12 col-lg-offset-1 pull-right">
<div class="subscribe">
<h4>Subscribe now</h4>
<p>Subscribe to the newsletter and
get some crispy stuff every week.</p>
<form role="form">
<div class="form-group">
<div class="input-group">
<input type="email" class="form-control" id="em" placeholder="Enter your e-mail here">
<span class="input-group-btn">
<button type="submit" class="btn send_btn">
<i class="glyphicon glyphicon-send"></i>
</button>
</span>
</div>
</div>
</form>
</div>
</div>
<div class="col-lg-3 col-sm-4 col-xs-12 col-lg-offset-1 pull-right">
<div class="contact_us">
<h4>Contact Us</h4>
<a href="">[email protected]</a>
<address>
Jalan Awan Hijau, Taman OUG<br />
58200 Kuala Lumpur <br />
Malaysia <br />
</address>
</div>
</div>
<div class="col-lg-4 col-sm-4 col-xs-12 pull-right">
<div class="basic_info">
<a href=""><img class="footer_logo" src="images/footer_logo.png" alt="Burger" /></a>
<ul class="list-inline social">
<li><a href="" class="fa fa-facebook"></a></li>
<li><a href="" class="fa fa-twitter"></a></li>
<li><a href="" class="fa fa-instagram"></a></li>
</ul>
<div class="footer-copyright">
<p class="wow fadeInRight" data-wow-duration="1s">
Made with
<i class="fa fa-heart"></i>
by
<a target="_blank" href="http://bootstrapthemes.co">Bootstrap Themes</a> <br />
2016. All Rights Reserved
</p>
</div>
</div>
</div>
</div>
</div><!-- Container end -->
</footer><!-- Footer end -->
<!-- scroll up-->
<div class="scrollup">
<a href="#"><i class="fa fa-chevron-up"></i></a>
</div><!-- End off scroll up->
<!-- JavaScript -->
<script src="http://code.jquery.com/jquery-1.12.1.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<!-- Bootsnav js -->
<script src="js/bootsnav.js"></script>
<!-- JS Implementing Plugins -->
<script src="http://maps.google.com/maps/api/js?sensor=true"></script>
<script src="js/gmaps.min.js"></script>
<script type="text/javascript">
var map;
$(document).ready(function () {
map = new GMaps({
el: '#ourmaps',
lat: 3.139003,
lng: 101.686855,
scrollwheel: false
});
//locations request
map.getElevations({
locations: [[3.139003, 101.686855]],
callback: function (result, status) {
if (status == google.maps.ElevationStatus.OK) {
for (var i in result) {
map.addMarker({
lat: result[i].location.lat(),
lng: result[i].location.lng(),
infoWindow: {
content: '<address class="tooltip_address"><b>Junky Burger</b><br />Jalan Awan Hijau, Taman OUG<br />58200 Kuala Lumpur <br />Malaysia <br /></address>'
}
});
}
}
}
});
});
</script>
<!--main js-->
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>