-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
272 lines (251 loc) · 15 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
<!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.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<!-- <link rel="stylesheet" href="css/bootstrap.min.css"> -->
<link rel="stylesheet" href="css/styles.css">
<title>Mismora Pizza Inn</title>
</head>
<body >
<main>
<header>
<video class="video-fluid card-img-top z-depth-1" autoplay loop controls muted>
<source src="video/pizza-video.mp4" type="video/mp4" />
</video>
<div id="overlay" class="h-100 d-flex flex-column justify-content-center align-items-center">
<h1 class="display-1 fw-bold text-center text-white title ">Mismora Pizza Inn</h1>
<button href="#home" class="btn btn-outline-warning display-4 fs-24 fw-bold"> <a href="#home">DIVE IN</a></button>
</div>
</header>
<div id="home">
<img src="img/greens.png" class="img-fluid" id="greens" alt="veges image">
<img src="img/hut_india-flower-background-vegetarian-cuisine.png" class="img-fluid" id="greens1" alt="veges image">
<img src="img/tomatoes.png" class="img-fluid" id="tomatoes" alt="tomatoes image">
<img src="img/green-beans.png" class="img-fluid" id="greens-bean" alt="veges image">
<nav class="navbar navbar-expand-lg navbar-dark w-75 bg-dark justify-content-center sticky-top">
<div class="container-fluid">
<a class="navbar-brand" >Mismora PI</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse justify-content-center navbar-collapse" id="navbarNav">
<ul class="nav">
<li class="nav-item">
<a class="nav-link text-white display-6" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-white display-6" href="#about">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link text-white display-6" href="#contact">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<div id="menu">
<div class="circle">
<!-- <p>Bacon</p> -->
<img src="img/toppings/bacon .png" alt="">
<img src="img/toppings/beef.png" alt="">
<!-- <p>Bacon</p> -->
<img src="img/toppings/cheesetoppings.png" alt="">
<!-- <p>Bacon</p> -->
<img src="img/toppings/chicken.png" alt="">
<!-- <p>Bacon</p> -->
<img src="img/toppings/olives.png" alt="">
<!-- <p>Bacon</p> -->
<img src="img/toppings/pepperoni.png" alt="">
<!-- <p>Bacon</p> -->
<img src="img/toppings/sausage.png" alt="">
<!-- <p>Bacon</p> -->
<article>
<img src="img/pizzaa.png" class="img-fluid" id="pizza" alt="veges image">
<!-- Button trigger modal -->
<button type="button" class="btn btn-warning btn-lg display-4" id="Order-btn" data-bs-toggle="modal" data-bs-target="#checkOut">
Make Order
</button>
</article> -->
</div>
</div>
<!-- Modal form -->
<div class="modal fade" id="checkOut" data-bs-backdrop="static" tabindex="-1" aria-labelledby="pizzaUserCheckout" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header bg-dark text-center text-warning">
<h5 class="modal-title" id="pizzaUserCheckout"><h1>Ordering</h1></h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<form id="order_info">
<h3>Select Size</h3>
<div class="form-check">
<input class="form-check-input" type="radio" name="PizzaSize" id="Large" value="12">
<label class="form-check-label" for="Large">
Large @ $12
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="PizzaSize" id="Medium" value="9">
<label class="form-check-label" for="Medium">
Medium @ $9
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="PizzaSize" id="Small" value="7" >
<label class="form-check-label" for="Small">
Small @ $7
</label>
</div>
<div class="input-group mb-3">
<span class="input-group-text" >Number</span>
<input type="number" class="form-control" id="noOfPiza" min="1" placeholder="0" aria-label="Number" aria-describedby="noOfPizza">
</div>
<h3>Choose your Crust</h3>
<select id="Crust" class="form-select" aria-label=" select">
<option >---Select Crust---</option>
<option value="2">Stuffed Crust @ $2</option>
<option value="3">Gluten-free Crust @ $3</option>
<option value="1.6">Flat Bread Crust @ $1.6</option>
<option value="1.8">Crispy Crust @ $1.8</option>
<option value="2.9">Cheese Crust @ $2.9</option>
<option value="4.1">Neapolitan Crust @ $4.1</option>
</select>
<h3>Choose Your toppings</h3>
<div class="topping row d-flex flex-wrap ">
<div class="form-check">
<label class="form-check-label" for="Bacon">
<input class="form-check-input toppings" type="checkbox" value="2.8" id="Bacon">
Bacon @ $ 2.8
</label>
</div>
<div class="form-check">
<input class="form-check-input toppings" type="checkbox" value="2.7" id="Beef" >
<label class="form-check-label" for="Beef">
Beef @ $ 2.7
</label>
</div>
<div class="form-check">
<input class="form-check-input toppings" type="checkbox" value="3.2" id="Chicken">
<label class="form-check-label" for="Chicken">
Chicken @ $ 3.2
</label>
</div>
<div class="form-check">
<input class="form-check-input toppings" type="checkbox" value="2" id="Cheese" >
<label class="form-check-label" for="Cheese">
Cheese @ $ 2
</label>
</div>
<div class="form-check">
<input class="form-check-input toppings" type="checkbox" value="2.5" id="Olives" >
<label class="form-check-label" for="Olives">
Olives @ $ 2.5
</label>
</div>
<div class="form-check">
<input class="form-check-input toppings" type="checkbox" value="1.4" id="Pepperoni" >
<label class="form-check-label" for="Pepperoni">
Pepperoni @ $ 1.4
</label>
</div>
<div class="form-check">
<input class="form-check-input toppings" type="checkbox" value="1.8" id="Sausage" >
<label class="form-check-label" for="Sausage">
Sausage @ $ 1.8
</label>
</div>
<div class="form-check">
<input class="form-check-input toppings" type="checkbox" value="0.8" id="Peppers" >
<label class="form-check-label" for="Peppers">
Peppers @ $ 0.8
</label>
</div>
</div>
<h3>Want delivery?</h3>
<div class="form-check">
<input class="form-check-input" type="radio" name="Delivery" id="No" >
<label class="form-check-label" for="No">
No
</label>
</div>
<div class="form-check" id="last">
<input class="form-check-input" type="radio" name="Delivery" value="3.5" id="Yes" >
<label class="form-check-label" for="Yes">
Yes
</label>
</div>
<div class="subtotals">
<p>Your subtotals are $ <span id="subtotals"></span></p>
</div>
<!-- Order details goes here -->
</form>
</div>
<div class="modal-footer bg-dark">
<button type="button" class="btn btn-danger" data-bs-dismiss="modal">Close</button>
<button type="submit" form="order_info" class="btn btn-success" data-bs-toggle="modal">Checkout</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="about">
<div class="d-flex ">
<section class="w-50">
<img src="img/pizza-about.png" class="img-fluid" alt="pizza image">
</section>
<article class="w-50">
<h1>About US</h1>
<p>A Pizza Inn pizza box might be one of the most recognizable icons of Africa. Whichever
way you slice it, Pizza Inn is an industry leader in the quick service pizza game. The
first Pizza Inn outlet opened its doors in 1994 in Harare, Zimbabwe, and rose quickly in
popularity. Serving hot oven-fresh pizza with its signature all-natural tomato sauce and
using only the freshest ingredients, Pizza Inn has established itself at the top of the
industry and is easily one of the first choices in quick service pizza in Africa.
</p>
<p>The homemade pizza dough is produced in-house
daily and is another reason why the pizza at Pizza Inn always tastes better. The Twisty Bread, the
signature Wingz and the delicious Double Meal are additional value-for-money options that keep our
satisfied customers coming back time after time. These are the meals that have made our Terri?c Tuesday
everyone’s favourite day of the week. When entertaining, a Hawaiian, a Regina, or a Peri Peri Chicken pizza
from Pizza Inn is the obvious and perfect option to please crowds of all ages.
</p>
</article>
</div>
</div>
<div id="contact">
<footer class=" d-flex justify-content-between ">
<div class="col">
<form>
<div class="mb-3">
<label for="Email" class="form-label">Email address</label>
<input type="email" class="form-control" id="Email" aria-describedby="emailHelp">
<div id="emailHelp" class="form-text">We'll never share your email with anyone else.</div>
</div>
<div class="mb-3">
<textarea name="" class=" form-control" id="message" cols="30" rows="5"></textarea>
</div>
<div class="mb-3 form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<label class="form-check-label" for="exampleCheck1">send me notifications</label>
</div>
<button type="submit" class="btn btn-outline-warning">Submit</button>
</form>
</div>
<div class="col">
3
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Facilis accusantium quisquam sit cupiditate! Vero et iusto fugiat harum odit. Corrupti obcaecati voluptates, eveniet illo molestiae quasi necessitatibus laudantium vitae iusto.
</div>
</footer>
</div>
</main>
<script src="js/jQuery v3.6.o.js"></script>
<!-- <script src="/js/bootstrap.min.js"></script> -->
<script src="js/app.js"></script>
</body>
</html>