-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
161 lines (127 loc) · 5.18 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
<!DOCTYPE HTML>
<html>
<head>
<title>Micks Karma bar</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Archivo+Narrow:700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/main.css"/>
<script src="jquery-1.12.4.min.js"></script>
<script src="bootstrap/js/bootstrap.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAcH_uQ1uGPwEE6dmkr8LwoEATHIP0V5iE&callback=initMap"></script>
<script src="jquery.sticky.js"></script>
<script src="javascript.js"></script>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" id="sticker">
<div class="container" ><!--Container of navbar-->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navItem">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="pull-left" i</a>
<a class="navbar-brand" >Micks Karma Bar</a>
</div>
<!--Items on the right side-->
<div class="collapse navbar-collapse" id="navItem">
<ul class="nav navbar-nav navbar-right">
<li class="nav-item"> <a class="nav-link" href="#">About</a></li>
<li class="nav-item"> <a class="nav-link" href="#">Menu</a></li>
<li class="nav-item"> <a class="nav-link" href="#">Contact Us</a></li>
<li class="nav-item"> <a class="nav-link" href="http://www.oftendining.com/restaurant_info/order.php?store_id=2151&oid=1">Order Online</a></li>
</ul>
</div><!-- end of Container of Navbar-->
<div id="navItem" data-spy="affix">
<ul class="nav navbar-nav navbar-right collapse navbar-collapse ">
</ul>
</div>
</div>
</nav><!--Navbar end-->
<div class="jumbotron">
<div class="container text-center">
<h1>MICK'S KARMA BAR</h1>
<h3 class="pull-left">4/5 STARS on Yelp</h3>
<h3 class="pull-right">Over 1,500 Reviews!</h3>
</div>
</div>
<div id="aboutContainer">
<div class="container contentContainer"><!--about Container start -->
<div class="text-center">
<h3>About Section</h3>
<div class="row">
<div class="col-sm-6 col-md-4">
<div id="aboutPicture">Insert about Picture</div>
</div>
<div class="col-sm-6 col-md-4">
<h4>Micks is located in Downtown Irvine, located close to John Wayne Airport, please use the same parking as El Torito Grill and McCormick and Schmicks.</h4>
</div>
<div class="col-sm-6 col-md-4">
<h4>Hours</h4>
<p> Mon: 11:00AM - 10:00PM </p>
<p> Tues: 11:00AM - 10:00PM </p>
<p> Wed: 11:00AM - 10:00PM </p>
<p> Thur: 11:00AM - 10:00PM </p>
<p> Fri: 11:00AM - 10:00PM </p>
<p> Sat: 11:00AM - 10:00PM </p>
<p> Sun: Closed </p>
</div>
</div>
<div class="row">
<div id="googleMap"></div>
</div>
</div>
</div>
</div><!-- about container end-->
<div id="menuContainer">
<div class="container contentContainer">
<div class="row text-center">
<div class="col-sm-8 col-md-6 col-md-offset-3 col-sm-offset-2">
<h3>Featured Menu</h3>
<p>Featuring OC's Freshest Burger, a Steak Haché, French for: Ground Steak, pronounced: ha-shay, It owes everything to the quality and freshness of the meat. All our beef burgers are made from the finest 100% premium Angus Sirloin, ground in store more than just daily, all natural without hormones or antibiotics.</p>
<p> For a full menu Click <a href="http://www.oftendining.com/restaurant_info/order.php?store_id=2151&=oid=1"> here </a></p>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<div class="menuThumb"></div>
<div class="caption">
<h3>Karma burger</h3>
<p>Our version of the American Cheeseburger 100% Sirloin Steak Haché minced instore, handmade patty to order, American cheese, leaf lettuce, roma tomato, thin sliced red onions, Karma Sauce on our tasty bun No 19.</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<div class="menuThumb"></div>
<div class="caption">
<h3>Habanero Burger</h3>
<p>Spicy! 4 chile escalivada, garlic mayo, lettuce and tomato topped with queso fresco on bun No 19</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<div class="menuThumb"></div>
<div class="caption">
<h3>Baja Burger</h3>
<p>Guacamole and sour cream, pepperjack cheese, topped with pico de gallo and lettuce, bun No 19</p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<div class="menuThumb"></div>
<div class="caption">
<h3>Strawberry Basil Lemonade</h3>
<p>Whole Strawberries crushed with fresh basil topped with our homemade lemonade</p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>