-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinal.php
337 lines (276 loc) · 12.6 KB
/
final.php
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
327
328
329
330
331
332
333
334
335
336
337
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./img/pizzas/favicon.png" type="image/x-icon">
<link rel="shortcut icon"
href="../Build-and-Deploy-a-Pizza-Website-Using-only-HTML-CSS-and-JavaScript-2023-Dark-and-Light//final//img/favicon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./Style/final.css">
<title>PizzaBan || Sibonga</title>
</head>
<body>
<header class="header" id="header">
<nav class="nav container">
<a href="#header" class="nav__logo">
<img src="./img/pizzas/favicon.png" alt="logo image">
PizzaBan
</a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item"><a href="#" class="nav__link active-link">Home</a></li>
<li class="nav__item"><a href="#menu" class="nav__link">Menu</a></li>
<li class="nav__item"><a href="#recently" class="nav__link">Recently</a></li>
<li class="nav__item"><a href="#about" class="nav__link">About us</a></li>
<li class="nav__item"><a href="#contactUs" class="nav__link">Contact us</a></li>
</ul>
<div class="nav__close" id="nav-close">
<i class="fa-solid fa-xmark"></i>
</div>
<img src="./img/pizza-slice.png" alt="nav image" class="nav__img-1">
</div>
<div class="nav__buttons">
<i class="fa-regular fa-moon change-theme" id="theme-button"></i>
<div class="nav__toggle" id="nav-toggle">
<i class="fa-solid fa-bars"></i>
</div>
</div>
</nav>
</header>
<main class="main">
<section class="home section" id="home">
<div class="home__container container grid">
<img src="./img/pizzas/home-pizza.png" alt="home image" class="home__img">
<div class="home__data">
<h1 class="home__title">
The <br>
Pizza <br>
Ban
</h1>
<p class="home__description">
Welcome to PizzaBan, your ultimate destination for a slice of pure delight! 🍕
At PizzaBan, we redefine the pizza experience with a perfect blend of tradition and innovation. Our
passion
for crafting mouthwatering pizzas goes beyond just toppings – it's an art form. From classic favorites to
bold, creative combinations, each bite is a journey into a world of flavors.
</p>
<a href="./menu.php" class="button">
Order Now <i class="fa-solid fa-arrow-right"></i>
</a>
</div>
</div>
</section>
<section class="about section" id="about">
<div class="about__container container grid">
<div class="about__data">
<span><a href="./about.php" class="section__subtitle"> About Us</a></span>
<h2 class="section__title">
We Offer <br>
Healthy Food
</h2>
<p class="about__description">
At PizzaBan, we're not just about delicious pizzas – we're on a mission to redefine your perception of
healthy indulgence. 🌿
<br>
<br>
✨ Healthful Ingredients: Our commitment to your well-being starts with thoughtfully selected, high-quality
ingredients. From nutrient-rich whole-grain crusts to fresh, locally sourced vegetables, every bite
reflects
our dedication to wholesome goodness.
</p>
</div>
<img src="./img/pizzas/pizza.png" alt="about image" class="about__img">
</div>
</section>
<span id="menu"></span>
<section class="popular section" id="popular">
<span class="section__subtitle">The Best Food</span>
<h2 class="section__title">Popular Pizza</h2>
<div class="popular__container container grid">
<div class="popular__card">
<img src="./img/pizzas/pizza.png" alt="popular image" class="popular__img">
<div class="popular__content">
<a href="./menu.php" class="popular__button">
Order
<svg width="28" height="20" fill="none" stroke="currentColor" stroke-linecap="round"
stroke-linejoin="round" stroke-width="1.5" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<path fill="currentColor" stroke="none" d="M10.25 22.5a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z">
</path>
<path fill="currentColor" stroke="none" d="M18.75 22.5a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z">
</path>
<path d="m7 6 2.5 11h10L22 8.5"></path>
<path d="M12.5 13h8"></path>
<path d="M2.5 3 7 6"></path>
<path d="M22 8.5h-9.5"></path>
</svg>
</a>
<h3 class="popular__name">Mozzarella</h3>
<p class="popular__description">
A classic pizza with tomato sauce,
fresh mozzarella, and basil.
</p>
<p class="popular__price">₱149.45</p>
</div>
</div>
<div class="popular__card">
<img src="./img/pizzas/pizza2.png" alt="popular image" class="popular__img">
<div class="popular__content">
<a href="./menu.php" class="popular__button">
Order
<svg width="28" height="20" fill="none" stroke="currentColor" stroke-linecap="round"
stroke-linejoin="round" stroke-width="1.5" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<path fill="currentColor" stroke="none" d="M10.25 22.5a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z">
</path>
<path fill="currentColor" stroke="none" d="M18.75 22.5a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z">
</path>
<path d="m7 6 2.5 11h10L22 8.5"></path>
<path d="M12.5 13h8"></path>
<path d="M2.5 3 7 6"></path>
<path d="M22 8.5h-9.5"></path>
</svg>
</a>
<h3 class="popular__name">Pepperoni</h3>
<p class="popular__description">
A traditional pizza topped with tomato sauce, mozzarella cheese.
</p>
<p class="popular__price">₱149.45</p>
</div>
</div>
<div class="popular__card">
<img src="./img/pizzas/pizza4.png" alt="popular image" class="popular__img">
<div class="popular__content">
<a href="./menu.php" class="popular__button">
Order
<svg width="28" height="20" fill="none" stroke="currentColor" stroke-linecap="round"
stroke-linejoin="round" stroke-width="1.5" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<path fill="currentColor" stroke="none" d="M10.25 22.5a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z">
</path>
<path fill="currentColor" stroke="none" d="M18.75 22.5a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z">
</path>
<path d="m7 6 2.5 11h10L22 8.5"></path>
<path d="M12.5 13h8"></path>
<path d="M2.5 3 7 6"></path>
<path d="M22 8.5h-9.5"></path>
</svg>
</a>
<h3 class="popular__name">Meat Lovers</h3>
<p class="popular__description">
A hearty pizza topped with tomato sauce, mozzarella cheese, pepperoni.
</p>
<p class="popular__price">₱149.45</p>
</div>
</div>
</div>
</section>
<section class="recently section" id="recently">
<div class="recently__container container grid">
<div class="recently__data">
<span class="section__subtitle">Recently Added</span>
<h2 class="section__title">
Sibonga <br>
Pizza
</h2>
<p class="recently__description">
Check out what's new and don't miss out
on the opportunity to treat yourself
to a delicious meal. Indulge in the
experience and savor every bite.
</p>
<a href="./menu.php" class="button">
Order
Now <i class="fa-solid fa-arrow-right"></i>
</a>
</div>
<img src="./img/Pizza-Image/TheOriginalBBQChickenPizza_1200x630.0.jpg" alt="recently image"
class="recently__img">
</div>
</section>
<section class="newsletter section">
<div class="newsletter__container container grid">
<img src="./img/pizza-slice.png" alt="newsletter image" class="newsletter__img">
<div class="newsletter__data">
<span class="section__subtitle">Newsletter</span>
<h2 class="section__title">
Subscribe for <br>
exclusive offers
</h2>
<form action="" class="newsletter__form">
<input type="email" placeholder="Enter email" class="newsletter__input">
<a href="./about.php" class="button newsletter__button">
Subscribe <i class="fa-regular fa-paper-plane"></i>
</a>
</form>
</div>
</div>
</section>
</main>
<!--~~~~~~~~~~~~~~~ FOOTER ~~~~~~~~~~~~~~~-->
<footer class="footer" id="contactUs">
<div class="footer__container container grid">
<div>
<a href="./menu.php" class="footer__logo">
<img src="./img/pizzas/logo.png" alt="logo image">
PizzaBan
</a>
<p class="footer__description">
Food for the body is not <br>
enough. There must be food <br>
for the soul.
</p>
</div>
<div class="footer__content">
<div>
<h3 class="footer__title">Main Menu</h3>
<ul class="footer__links">
<li><a href="./about.php" class="footer__link">About</a></li>
<li><a href="./menu.php" class="footer__link">Menu</a></li>
<li><a href="./menu.php" class="footer__link">Offer</a></li>
<li><a href="./contact.php" class="footer__link">Events</a></li>
</ul>
</div>
<div>
<h3 class="footer__title">Information</h3>
<ul class="footer__links">
<li><a href="./contact.php" class="footer__link">Contact: 09551929404</a></li>
<li><a href="./contact.php" class="footer__link">Order & Returns : 09460945946</a></li>
<li><a href="./final.php" class="footer__link">Home</a></li>
<li><a href="./contact.php" class="footer__link">Reservation</a></li>
</ul>
</div>
<div>
<h3 class="footer__title">Address</h3>
<ul class="footer__links">
<li class="footer__information">
Sibonga <br>
Plaza</li>
<li class="footer__information">09:00AM - 11:00PM</li>
</ul>
</div>
<div>
<h3 class="footer__title">Social Media</h3>
<ul class="footer__links footer__social">
<a href="https://web.facebook.com/him.blacklion567" class="footer__social-link" target="_blank">
<i class="fa-brands fa-facebook"></i>
</a>
<a href="https://www.instagram.com/nocodearea/ "
class="footer__social-link" target="_blank">
<i class="fa-brands fa-square-instagram"></i>
</a>
<a href="https://twitter.com/JBringcola" class="footer__social-link" target="_blank">
<i class="fa-brands fa-twitter"></i>
</a>
</ul>
</div>
</div>
</div>
</footer>
<!-- SCROLL UP -->
<a href="#" class="scrollup" id="scroll-up">
<i class="fa-solid fa-arrow-up"></i>
</a>
<script src="./js/final.js"></script>
</body>
</html>