-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2_Final.html
326 lines (278 loc) · 14.6 KB
/
index2_Final.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head
content must come *after* these tags -->
<title>Ristorante Con Fusion</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-theme.min.css" rel="stylesheet">
<link href="css/mystyles.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/bootstrap-social.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <!--NAVBAR STARTS HERE-->
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="img/logo.png" alt = "home" height=30 width=41></a>
</div>
<div id = "navbar" class = "navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="#"><span class="glyphicon glyphicon-home"
aria-hidden="true"></span> Home</a></li>
<li><a href="AboutUs.html"><span class = "glyphicon glyphicon-info-sign" aria-hidden = "true"></span>About</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-haspopup="true" aria-expanded="false"><span class = "glyphicon glyphicon-list-alt" aria-hidden = "true"></span>
Menu <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Appetizers</a></li>
<li><a href="#">Main Courses</a></li>
<li><a href="#">Desserts</a></li>
<li><a href="#">Drinks</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Specials</li>
<li><a href="#">Lunch Buffet</a></li>
<li><a href="#">Weekend Brunch</a></li>
</ul>
</li>
<li><a href="Contact.html"><i class = "fa fa-envelope-o"></i>Contact</a></li>
</ul>
<form class = "navbar-form navbar-right" role = "form">
<div class = "form-group">
<label class = "sr-only" for = "email">Email</label>
<input type = "email" class = "form-control" id = "email" placeholder = "Email">
</div>
<div class = "form-group">
<label class = "sr-only" for = "password">Password</label>
<input type = "password" class = "form-control" id = "password" placeholder = "Password">
</div>
<div class = "checkbox" style = "color:#fff;">
<label><input type = "checkbox">Remember me</label>
</div>
<button type = "button" class = "btn btn-info">Sign In</button>
</div>
</form>
</nav> <!--NAVBAR ENDS HERE-->
<header class = "jumbotron">
<!-- Main component for a primary marketing message or call to action -->
<div class = "container"><!--HEADER CONTAINER STARTS HERE-->
<div class = "row row-header">
<div class ="col-xs-12 col-sm-8">
<h1>Ristorante con Fusion</h1>
<p style="padding:40px;"></p>
<p>We take inspiration from the World's best cuisines, and create a unique fusion experience. Our lipsmacking creations will tickle your culinary senses!</p>
</div>
<div class = "col-xs-12 col-sm-2">
<p style="padding:20px;"></p>
<img src="img/logo.png" class="img-responsive">
</div>
<div class = "col-xs-12 col-sm-2">
<p style = "padding: 30px;"></p>
<a href = "#form" class = "btn btn-warning btn-lg btn-block" role= "button">Reserve a Table</a>
</div>
</div>
</div><!--HEADER CONTAINER ENDS HERE-->
</header>
<!--MAIN CONTAINER STARTS HERE-->
<div class = "container">
<div class = "row row-content"> <!--ROW 1-->
<div class = "col-xs-12 col-sm-3 col-sm-push-9">
<p style="padding:20px;"></p>
<h3 align=center>Our Lipsmacking Culinary Creations</h3>
</div>
<div class = "col-xs-12 col-sm-9 col-sm-pull-3">
<div class="media">
<div class="media-left media-middle">
<a href="#">
<img class="media-object img-thumbnail"
src="img/uthappizza.png" alt="Uthappizza">
</a>
</div>
<div class="media-body">
<h2 class="media-heading">Uthappizza <span class = "label label-danger label-xs">Hot</span> <span class = "badge">$4.99</span></h2>
<p>A unique combination of Indian Uthappam (pancake) and
Italian pizza, topped with Cerignola olives, ripe vine
cherry tomatoes, Vidalia onion, Guntur chillies and
Buffalo Paneer.</p>
<p><a class="btn btn-primary btn-xs" href="#">More »</a></p>
</div>
</div>
</div>
</div> <!--END ROW 1 -->
<div class= "row row-content"> <!--ROW 2-->
<div class = "col-xs-12 col-sm-3">
<p style="padding:20px;"></p>
<h3 align=center>This Month's Promotions</h3>
</div>
<div class = "col-xs-12 col-sm-9">
<div class = "media">
<div class = "media-body">
<h2 class = "media-heading">Weekend Grand Buffet <span class = "label label-danger label-xs">New</span></h2>
<p>Featuring mouthwatering combinations with a choice of five different salads, six enticing appetizers, six main entrees and five choicest desserts. Free flowing bubbly and soft drinks. All for just $19.99 per person </p>
<p><a class="btn btn-primary btn-xs" href="#">More »</a></p>
</div>
<div class = "media-right media-middle">
<a href = "#">
<img class = "media-object img-thumbnail" src = "img/buffet.png" alt = "Buffet">
</a>
</div>
</div>
</div>
</div> <!--END ROW 2-->
<div class = "row row-content"> <!--ROW 3-->
<div class = "col-xs-12 col-sm-3 col-sm-push-9">
<p style="padding:20px;"></p>
<h3 align=center>Meet our Culinary Specialists</h3>
</div>
<div class = "col-xs-12 col-sm-9 col-sm-pull-3">
<div class="media">
<div class="media-left media-middle">
<a href="#">
<img class="media-object img-thumbnail"
src="img/alberto.png" alt="Alberto Somayya">
</a>
</div>
<div class="media-body">
<h2 class="media-heading">Alberto Somayya</h2>
<h4>Executive Chef</h4>
<p>Award winning three-star Michelin chef with wide
International experience having worked closely with
whos-who in the culinary world, he specializes in
creating mouthwatering Indo-Italian fusion experiences.
</p>
<p><a class="btn btn-primary btn-xs" href="#">More »</a></p>
</div>
</div>
</div>
</div> <!--END ROW 3-->
<!--ROW 4 STARTS HERE-->
<div class = "row row-content" id = "form">
<div class = "col-xs-12 col-sm-3">
<p style = "padding:20px;"></p>
<h3 align= center>Reserve a Table</h3>
</div>
<div class = "col-xs-12 col-sm-9">
<div class = "row"> <!--NESTED ROW-->
<form role = "form">
<div class = "row" style= "padding:10px;">
<div class = "form-group">
<label for ="guests" class = "col-sm-2 control-label">
Number of Guests</label>
<div class = "col-xs-12 col-sm-8">
<label class = "radio-inline">
<input type = "radio" name = "guests"> 1 </label>
<label class = "radio-inline">
<input type = "radio" name = "guests" id = "guest2" value = "guest2"> 2 </label>
<label class = "radio-inline">
<input type = "radio" name = "guests" id = "guest3" value = "guest3"> 3 </label>
<label class = "radio-inline">
<input type = "radio" name = "guests" id = "guest4" value = "guest4"> 4 </label>
<label class = "radio-inline">
<input type = "radio" name = "guests" id = "guest5" value = "guest5"> 5 </label>
<label class = "radio-inline">
<input type = "radio" name = "guests" id = "guest6" value = "guest6"> 6 </label>
</div>
</div>
</div>
</form>
<div class = "row" style= "padding:10px;">
<div class = "form-group">
<label for = "datetime" class = "col-sm-2 control-label">
Date and Time</label>
</div>
<div class = "col-xs-12 col-sm-4">
<div class = "input-group">
<input type = "text" class = "form-control" id = "date" name = "date" placeholder = "Date">
<div class= "input-group-addon">
<span class = "glyphicon glyphicon-calendar" aria-hidden="true"></span>
</div>
</div>
</div>
<div class = "col-xs-12 col-sm-4 col-sm-offset-1">
<div class = "input-group">
<input type = "text" class = "form-control" id = "time" name = "time" placeholder = "Time">
<div class = "input-group-addon">
<span class = "fa fa-clock-o" aria-hidden = "true"></span>
</div>
</div>
</div>
</div>
<div class = "button col-sm-offset-2" style = "padding:10px;">
<button type = "button" class = "btn btn-primary">Reserve</button>
</div>
<div class = "alert alert-warning alert-dismissible" role = "alert">
<button type = "button" class = "close" data-dismiss = "alert" aria-label = "close">
<span aria-hidden = "true">×</span>
</button>
<strong>Warning:</strong> Please <a href = "tel:+85212345678" class = "alert-link">call</a> to reserve for more than six guests.
</div>
</div> <!--END NESTED ROW-->
</div>
</div> <!--END ROW 4 -->
</div> <!--MAIN CONTAINER ENDS HERE-->
<footer class = "row-footer">
<div class = "container"><!--FOOTER CONTAINER STARTS HERE-->
<div class = "row">
<div class = "col-xs-5 col-xs-offset-1 col-sm-2 col-sm-offset-1">
<h5>Links</h5>
<ul class = "list-unstyled">
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Menu</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class = "col-xs-6 col-sm-5">
<h5>Our Address</h5>
<address>
121, Clear Water Bay Road<br>
Clear Water Bay, Kowloon<br>
HONG KONG<br>
<i class = "fa fa-phone"></i>: +852 1234 5678<br>
<i class = "fa fa-fax"></i>: +852 8765 4321<br>
<i class = "fa fa-envelope">:</i>
<a href="mailto:[email protected]">[email protected]</a>
</address>
</div>
<div class = "col-xs-12 col-sm-4">
<div style = "padding: 40px 10px;">
<div class="nav navbar-nav">
<a class="btn btn-social-icon btn-google-plus" href="http://google.com/+"><i class="fa fa-google-plus"></i></a>
<a class="btn btn-social-icon btn-facebook" href="http://www.facebook.com/profile.php?id="><i class="fa fa-facebook"></i></a>
<a class="btn btn-social-icon btn-linkedin" href="http://www.linkedin.com/in/"><i class="fa fa-linkedin"></i></a>
<a class="btn btn-social-icon btn-twitter" href="http://twitter.com/"><i class="fa fa-twitter"></i></a>
<a class="btn btn-social-icon btn-youtube" href="http://youtube.com/"><i class="fa fa-youtube"></i></a>
<a class="btn btn-social-icon" href="mailto:"><i class="fa fa-envelope-o"></i></a>
</div>
</div>
</div>
<div class = "col-xs-12">
<p style="padding:10px;"></p>
<p align=center>© Copyright 2015 Ristorante Con Fusion</p>
</div>
</div>
</div><!--FOOTER CONTAINER ENDS HERE-->
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>