-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
252 lines (241 loc) · 13.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Inria+Serif&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Girassol&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Fruktur&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link href="css/izmir.css" rel="stylesheet" type="text/css">
<link href="css/styles.css" rel="stylesheet" type="text/css">
<title>PIZZERIUM</title>
</head>
<body>
<div class="container-fluid">
<div class="parallax">
<img src="images/pizza_logo.jpg" class="img img-fluid">
</div>
<div class="card text-center crd mx-auto">
<div class="card-body">
<h1 class="card-body1 overflow-hidden">MATAMOROS' PIZZA RESTAURANT</h1>
<p>...is a contemporary restaurant situated on the
busy Thika Superhighway<br>in Kenya's buzzing capital.
Our guests enjoy a variety of delicious Italian pizzas
<br>from the<em>Napoletana</em> to <em>Italian</em> pizzas.
We offer a cozy and perfect environment<br> for lazy lunches
or for larger events like coorporate meetings or even<br>
live bands sometimes. Come and enjoy our live music band
over bites of pizzas.
</p>
</div>
</div>
</div>
<div class="container-fluid mb-3">
<h1 class="pizza-types mb-4 overflow-hidden">OUR PIZZAS</h1>
<div id="head" class="py-4">
<div class="row">
<div class="col-12 col-sm-12 col-md-4 col-lg-4">
<div class="card img-fluid mx-auto mb-3" style="width:250px" id="italian">
<figure class="c4-izmir c4-border-centre" style="width:250px">
<img class="card-img-top img-fluid" src="images/Types_of_pizzas/italian.jpg" alt="Card image"
style="width:100%">
<figcaption class="c4-reveal-left c4-delay-200">
<h3 class="overflow-hidden">
Italian
</h3>
</figcaption>
</figure>
</div>
</div>
<div class="col-12 col-sm-12 col-md-4 col-lg-4">
<div class="card img-fluid mx-auto mb-3" style="width:250px" id="italian">
<figure class="c4-izmir c4-border-centre" style="width:250px">
<img class="card-img-top img-fluid" src="images/Types_of_pizzas/tuscan.jpg" alt="Card image"
style="width:100%">
<figcaption class="c4-reveal-left c4-delay-200">
<h3 class="overflow-hidden">
Tuscan
</h3>
</figcaption>
</figure>
</div>
</div>
<div class="col-12 col-sm-12 col-md-4 col-lg-4">
<div class="card img-fluid mx-auto mb-3" style="width:250px" id="italian">
<figure class="c4-izmir c4-border-centre" style="width:250px">
<img class="card-img-top img-fluid" src="images/Types_of_pizzas/portabella.jpg" alt="Card image"
style="width:100%">
<figcaption class="c4-reveal-left c4-delay-200">
<h3 class="overflow-hidden">
Portabella
</h3>
</figcaption>
</figure>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-sm-12 col-md-4 col-lg-4">
<div class="card img-fluid mx-auto mb-3" style="width:250px" id="italian">
<figure class="c4-izmir c4-border-centre" style="width:250px">
<img class="card-img-top img-fluid" src="images/Types_of_pizzas/prima.jpg" alt="Card image"
style="width:100%">
<figcaption class="c4-reveal-left c4-delay-200">
<h3 class="overflow-hidden">
Prima
</h3>
</figcaption>
</figure>
</div>
</div>
<div class="col-12 col-sm-12 col-md-4 col-lg-4">
<div class="card img-fluid mx-auto mb-3" style="width:250px" id="italian">
<figure class="c4-izmir c4-border-centre" style="width:250px">
<img class="card-img-top img-fluid" src="images/Types_of_pizzas/paradiso.jpg" alt="Card image"
style="width:100%">
<figcaption class="c4-reveal-left c4-delay-200">
<h3 class="overflow-hidden">
Paradiso
</h3>
</figcaption>
</figure>
</div>
</div>
<div class="col-12 col-sm-12 col-md-4 col-lg-4">
<div class="card img-fluid mx-auto mb-3" style="width:250px" id="italian">
<figure class="c4-izmir c4-border-centre" style="width:250px">
<img class="card-img-top img-fluid" src="images/Types_of_pizzas/napoletana.jpg" alt="Card image"
style="width:100%">
<figcaption class="c4-reveal-left c4-delay-200">
<h3 class="overflow-hidden">
Napoletana
</h3>
</figcaption>
</figure>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="card">
<h1 class="pizza-types overflow-hidden mt-5">MENU</h1>
<div class="card-body crd mx-auto">
<div class="row">
<div class="col-12 col-sm-12 col-md-6">
<h1 class="menu overflow-hidden" id="matam">MATAMOROS PIZZA</h1>
<h1 class="menu overflow-hidden" id="matam">RESTAURANT</h1>
<p class="menu" id="authen">For your authentic Italian pizza</p>
</div>
<div class="col-12 col-sm-12 col-md-6">
<img src="images/menu_1.jpg" class="img-fluid" width="250px">
</div>
</div>
<div class="row1">
<h3 class="title overflow-hidden"><strong>Italian</strong></h3>
<p>Pepperoni, Italian sauage, proscuitto,
pancetta, red onions <br>and mozzarella
cheese with tomato sauce.</p>
<h3 class="title overflow-hidden"><strong>Tuscan</strong></h3>
<p>Pancetta, sun-dried tomatoes, goat cheese
and mozzarella cheese with garlic sauce.</p>
<h3 class="title overflow-hidden"><strong>Portabella</strong></h3>
<p>Portabella mushrooms, caramelized onions, roasted
garlic, mozarella cheese with sun-dried tomato pesto sauce.</p>
<h3 class="title overflow-hidden"><strong>Prima</strong></h3>
<p>Spinach, fresh tomatoes, caramelized onions,
artichoke hearts, goat cheese, mozzarella cheese
with garlic sauce.</p>
<h3 class="title overflow-hidden"><strong>Paradiso</strong></h3>
<p>Grilled chicken, kalamata olives, mozzarella cheese
with basil pesto sauce.</p>
<h3 class="title overflow-hidden"><strong>Napoletana</strong></h3>
<p>Anchovies, black olives, mozarella cheese with
tomato sauce.</p>
</div>
<div class="row1">
<h2 class="title text-center"><strong>PRICES</strong></h2>
<div class="row">
<div class="col-12 col-sm-12 col-md-12">
<ul>
<li>Small @ Ksh. 600</li>
<li>Medium @ Ksh. 800</li>
<li>Large @ Ksh. 1000</li>
<li>Jumbo @ Ksh. 1200</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid align-items-center text-center" id="order">
<h1 class="pizza_order overflow-hidden">Let's order you a pizza!</h1>
<div class="card mycard mx-auto">
<div class="card-body formCard border-0">
<form class="mx-auto">
<div class="form-group text-center myform">
<label for="PizzaType">PizzaType</label>
<select class="form-control text-center" id="pizzaflavour">
<option>Choose Pizza Type</option>
<option value="0">Italian Pizza</option>
<option value="0">Tuscan Pizza</option>
<option value="0">Portabella Pizza</option>
<option value="0">Prima Pizza</option>
<option value="0">Paradiso Pizza</option>
<option value="0">Napoletana Pizza</option>
</select>
</div>
<div class="form-group text-center myform">
<label for="size">Size</label>
<select class="form-control text-center" id="pizzasize">
<option>Choose Pizza Size</option>
<option value="600">small@Ksh. 600</option>
<option value="8000">Medium @Ksh. 800</option>
<option value="1000">Large@Ksh. 1000</option>
<option value="1200">Jumbo@Ksh. 1200</option>
</select>
</div>
<div class="form-group text-center myform">
<label for="Crust">Choose Type of Crust</label>
<select class="form-control text-center" id="pizzacrust" name="pizza">
<option>Select Pizza Crust</option>
<option value="200">Thin Crust@ Ksh. 200</option>
<option value="400">Thick/Double Crust@ Ksh. 400</option>
<option value="600">Crispy Crust@ Ksh. 600</option>
<option value="800">Gluten-free Crust@Ksh. 800</option>
</select>
</div>
<div class="form-group text-center myform">
<label for="Toppings">Choose Topping</label>
<select class="form-control text-center" id="pizzatopping">
<option>Select Pizza Toppings</option>
<option value="100">Jalapeno Toppings @Ksh.100 </option>
<option value="100">Bacon Toppings@ Ksh 100</option>
<option value="100">Cheese Toppings@ Ksh 100</option>
<option value="100">Mushroom Toppings@Ksh 100</option>
</select>
</div>
<div class="form-group myform">
<label for="number">Number of Pizza's</label>
<input type="number" class="form-control text-center" id="number" placeholder="Number of pizzas"
min="1" required>
</div>
</form>
<div class="text-center p-5 form-bottom mx-auto">
<button id="pick-up" type="button" class="btn btn-success mybtn">PICK UP</button>
</div>
<div class="text-center form-bottom mx-auto">
<button id="make-delivery" type="button" class="btn btn-info mybtn">MAKE DELIVERY</button>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script src="js/scripts.js"></script>
</body>
</html>