-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
239 lines (223 loc) · 10 KB
/
index.html
File metadata and controls
239 lines (223 loc) · 10 KB
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
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<!-- <link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="node_modules/bootstrap-social/bootstrap-social.css"> -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap-social.css">
<link rel="stylesheet" href="css/styles.css" />
<head>
<title>Ristorante Con Fusion</title>
</head>
<body>
<nav class="navbar navbar-dark navbar-expand-sm fixed-top">
<div class="container"> <!-- defines the width of the of the content -->
<button class="navbar-toggler" type="button" data-toggle="collaspe" data-target="#navlist">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="#"><img src="img/logo.png" alt="Ristorante con Fusion" width="41" height="30"></a>
<!-- mr auto ie margin right auto ie push to the left as much as possible -->
<div class="collapse navbar-collapse" id="navlist">
<ul class="navbar-nav mr-auto">
<!-- navbar-nav were the list are listed
so so the nav-item allow alignment of li in the horisontal
nav-link not navbar-link -->
<li class="nav-item active"><a class="nav-link" href="#"><span class="fa fa-home fa-lg"></span> Home</a></li>
<li class="nav-item"><a href="aboutus.html" class="nav-link"><i class="fa fa-info fa-lg"></i> About</a></li>
<li class="nav-item"><a href="#" class="nav-link"><i class="fa fa-list fa-lg"></i> Menu</a></li>
<li class="nav-item"><a href="contactus.html" class="nav-link"><i class="fa fa-address-card fa-lg"></i> Contact</a></li>
</ul>
</div>
</div>
</nav>
<header class="jumbotron">
<div class="container">
<div class="row row-header">
<div class="col-12 col-sm-6">
<h1>Ristorante con Fusion</h1>
<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-12 col-sm align-self-center">
<img src="img/logo.png" alt="ristorante con fusion logo" class="img-fluid">
</div>
</div>
</div>
</header>
<div class="container mb-5">
<div class="row row-content align-items-center">
<!-- for xs the whole width, for sm take up four columns
for md and above take up 3 columns -->
<div class="col-sm-12 order-md-last col-md-3">
<h3>Our Lipsmacking Culinary Creations</h3>
</div>
<!-- this line 35 state for the col for extra small
screens and small screens give the remaining columns -->
<div class="col-md">
<div class="media">
<img src="img/uthappizza.png" class="d-flex mr-3 img-thumbnail align-self-center" alt="uthappizza">
<div class="media-body">
<h2 class="mr-0">
Uthappizza
<small><span class="badge badge-danger">Hot</span></small>
<small><span class="badge badge-pill btn-secondary">$19.99</span></small>
</h2>
<p class="d-sm-block d-none">
A unique combination of Indian Uthappam (pancake) and Italian pizza,
topped withCerignola olives, ripe vine cherry tomatoes, Vidalia
onion, Guntur chillies and Buffalo Paneer.
</p>
</div>
</div>
</div>
</div>
<!-- first row is set and the neath are just a copy paste -->
<div class="row row-content align-items-center">
<div class="col-sm-12 col-md-3 mb-5">
<h3>This Month's Promotions</h3>
</div>
<div class="col col-sm">
<div class="media">
<div class="media-body">
<h2 class="mt-0">
Weekend Grand Buffet
<small><small class="badge badge-danger">New</small></small>
</h2>
<p class="d-none d-sm-block">
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>
</div>
<img src="img/buffet.png" alt="grand buffer" class="d-flex mr-0 img-thumbnail align-self-center">
</div>
</div>
</div>
<div class="row row-content align-items-center">
<div class="col-sm-12 order-md-last col-md-3">
<h3>Meet our Culinary Specialists</h3>
</div>
<div class="col-md order-md-first">
<div class="media">
<img src="img/alberto.png" alt="Alberto" class="d-flex mr-3 img-thumbnail align-self-center">
<div class="media-body">
<hgroup class="mt-0">
<h2>Alberto Somayya</h2>
<h4>Executive Chef</h4>
</hgroup>
<p class="d-none d-sm-block">
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>
</div>
</div>
</div>
</div>
<div class="form">
<form action="" method="post">
<div class="input-group card card-body">
<div class="row col-12 input-group-text bg-warning">
<h2 class="text-white">Reserve a Table</h2>
</div>
<div class="row mt-5">
<div class="col-12 col-md-2">
<p>Number of Guests</p>
</div>
<div class="col-11 offset-1 offset-md-0 col-md form-check">
<input type="radio" class="form-check-input" name="guests" id="guests" value="1">
<label for="guests" class="form-check-label mr-5"> 1 </label>
<input type="radio" class="form-check-input" name="guests" id="guests" value="2">
<label for="guests" class="form-check-label mr-5"> 2 </label>
<input type="radio" class="form-check-input" name="guests" id="guests" value="3">
<label for="guests" class="form-check-label mr-5"> 3 </label>
<input type="radio" class="form-check-input" name="guests" id="guests" value="4">
<label for="guests" class="form-check-label mr-5"> 4 </label>
<input type="radio" class="form-check-input" name="guests" id="guests" value="5">
<label for="guests" class="form-check-label mr-5"> 5 </label>
<input type="radio" class="form-check-input" name="guests" id="guests" value="6">
<label for="guests" class="form-check-label"> 6 </label>
</div>
</div>
<div class="row mt-5">
<div class="col-12 col-md-2">
<p>Time and Date</p>
</div>
<div class="col-11 offset-1 offset-md-0 col-md">
<div class="row">
<input type="time" name="time" id="time" class="col-12 col-md-4 form-control mb-3 mr-1" placeholder="Time">
<input type="date" name="date" id="date" class="col-12 col-md-4 form-control mb-3 " placeholder="Date">
</div>
</div>
</div>
<button type="submit" class="row col-2 offset-1 offset-md-2 btn btn-primary">Reserve</button>
</div>
</form>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-4 offset-1 col-sm-2">
<h5>Links</h5>
<ul class="list-unstyled">
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About</a></li>
<li><a href="#">Menu</a></li>
<li><a href="contactus.html">Contact</a></li>
</ul>
</div>
<div class="col-7 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 fa-lg"></i> +852 1234 5678<br />
<i class="fa fa-fax fa-lg"></i> +852 8765 4321<br />
<i class="fa fa-envelope fa-lg"></i> <a href="mailto:confusion@food.net">confusion@food.net</a>
</address>
</div>
<!-- align content within a columns -->
<div class="col-12 col-sm align-self-center">
<div class="text-center">
<a class="btn btn-social-icon btn-google" href="http://google.com/+">
<i class="fa fa-google-plus fa-lg"></i>
</a>
<a class="btn btn-social-icon btn-facebook" href="http://www.facebook.com/profile.php?id=">
<i class="fa fa-facebook fa-lg"></i>
</a>
<a class="btn btn-social-icon btn-linkedin" href="http://www.linkedin.com/in/"><i class="fa fa-linkedin fa-lg"></i></a>
<a class="btn btn-social-icon btn-twitter" href="http://twitter.com/">
<i class="fa fa-twitter fa-lg"></i>
</a>
<a class="btn btn-social-icon btn-youtube" href="http://youtube.com/">
<i class="fa fa-youtube fa-lg"></i>
</a>
<a class="btn btn-social-icon" href="mailto:">
<i class="fa fa-envelope fa-lg"></i>
</a>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-auto">
<p>© Copyright 2018 Ristorante Con Fusion</p>
</div>
</div>
</div>
</footer>
<script src="node_modules/jquery/dist/jquery.slim.min.js"></script>
<script src="node_modules/popper.js/dist/popper.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
</body>
</html>