-
Notifications
You must be signed in to change notification settings - Fork 2
/
PIZZA WEBSITE.html
157 lines (151 loc) · 5.29 KB
/
PIZZA WEBSITE.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pizza Point</title>
<link rel="stylesheet" href="pizza web.css">
</head>
<body>
<header>
<nav class="n">
<div class="logo"><span>Pizza</span>Point</div>
<div class="menu">
<a href="PIZZA WEBSITE by 02, 04, 25.html">Home</a>
<a href="food.html">Foods</a>
<a href="offer's.html">Offer's</a>
<a href="delivery.html">Delivery</a>
<a href="about.html">About Us</a>
<div class="search">
<input
type="text"
name="search"
id="search"
placeholder="Type here to search..."
/>
</div>
</div>
<label>
<div class="login">
<a href="login.html">Login</a>
<a href="ragister.html">Register</a>
</div>
</label>
</nav>
<div class="h-text">
<p>Free Home Delivery</p>
<h1>Quality f<span>oo</span>ds</h1>
<h2>Pizza of the Week</h2>
<a href="delivery.html" id="order"> Order now!!</a>
<a href="offer's.html" id="dis">25% Off Hurry!!</a>
</header>
<div><hr color="red" width="100%" size="8px"</div>
<section class="section">
<div class="h">
<h1>OUR SPECIAL<span> PIZZA</span></h1>
</div>
<div class="ac-center box">
<div class="ac">
<div class="img-cover">
<img src="Peppy_Paneer.JPG" alt="" />
</div>
<p>PEPPY PANEER</p>
<div class="price">₹ 359</div>
<div><a class="addcart" href="delivery.html">Buy Now</a></div>
</div>
<div class="ac">
<div class="img-cover">
<img src="Chiken golden.jpg" alt="" />
</div>
<p>CHICKEN GOLDEN</p>
<div class="price">₹ 999</div>
<div><a class="addcart" href="delivery.html">Buy Now</a></div>
</div>
<div class="ac">
<div class="img-cover">
<img src="Chiken pepperoni.jpg" alt="" />
</div>
<p>CHICKEN PEPPERONI </p>
<div class="price">₹ 459</div>
<div><a class="addcart" href="delivery.html">Buy Now</a></div>
</div>
<div class="ac">
<div class="img-cover">
<img src="NON VEG SUPREME.JPG" alt="" />
</div>
<p>NON VEG SUPREME</p>
<div class="price">₹ 859</div>
<div><a class="addcart" href="delivery.html">Buy Now</a></div>
</div>
<div class="ac">
<div class="img-cover">
<img src="CHICKEN DOMINATOR.JPG" alt="" />
</div>
<p>CHICKEN DOMINATOR</p>
<div class="price">₹ 599</div>
<div><a class="addcart" href="delivery.html">Buy Now</a></div>
</div>
<div class="ac">
<div class="img-cover">
<img src="veg loaded.jpg" alt="" />
</div>
<p>VEG LOADED</p>
<div class="price">₹ 399</div>
<div><a class="addcart" href="delivery.html">Buy Now</a></div>
</div>
</div>
</section>
<div><hr color="red" width="100%" size="8px"</div>
<footer>
<div class="content">
<div class="left box">
<div class="upper">
<div class="topic">About us</div>
<p>At Pizza Point, we don’t just make pizza.
We make people happy. Pizza point
was built on the belief that pizza night should be special
, and we carry that belief into everything we do. With more than
55 years of experience under our belts, we understand how to best
serve our customers through tried and true.There’s nothing cookie-cutter about Pizza Point. Not our pizzas. Not our people.
And definitely not the way we live life. Around here, we don’t settle for anything
less than food we’re proud to serve. And we don’t just clock in. Not when we can also
become our best, make friends, and have fun while we’re at it.
</p>
</div>
<div class="lower">
<div class="topic">Contact us</div>
<div class="phone">
<div>
<p>
Shop No.- A814, Block- 48, BH- 2, Lovely Professional University, Jalanadhar, Punjab,14441
</p>
</div>
<a href="#"><i class="fas fa-phone-volume"></i>Phone:- +91-8252620527</a>
</div>
<div class="email">
<a href="#"><i class="fas fa-envelope"></i>Email id:- aliasad07518@gmail.com</a>
</div>
</div>
</div>
<div class="middle box">
<div class="topic">Our Services</div>
<div><a href="delivery.html">Home Delivery</a></div>
<div><a href="#">Dinning Delivery</a></div>
<div>
</p>
<div class="topic">Open and Close Timming!</div>
<div>
<p>Mon & Tue:- Close</p>
<p>Wednesday:- 10.00 - 24.00</p>
<p>Thursday:- 10:00 - 24:00</p>
<p>Friday:- 10:00 - 12:00</p>
<p>Saturday:- 10:00 - 23:00</p>
<p>Sunday:- 10:00 - 20:00</p>
</div>
</div>
</div>
</form>
</div>
</div>
</footer>
</body>
</html>