-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.html
198 lines (158 loc) · 4.97 KB
/
project.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
<!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">
<title>La Pizzeria | Best Pizza Resturant | LaPizzeria.com </title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- navigation-bar -->
<div id="navbar">
<div id="logo">
<img src="image/Logo.png" alt="LaPizzeria.com">
</div>
<ul>
<li class="navitem"><a href="project.html">Home</a></li>
<li class="navitem"><a href="menu.html">Menu</a></li>
<li class="navitem"><a href="about_us.html">About Us</a></li>
<li class="navitem"><a href="#">Contact Us</a></li>
</ul>
</div>
<!-- top-section-vid -->
<div id="thumbnail">
<div id="vid">
<video autoplay="1" muted>
<source src="vid/head.mp4" type="video/mp4">
</source>
</video>
</div>
</div>
<!-- welxome message -->
<div id="welcome-container">
<div id="welcome-head">
Welcome To La Pizzeria, We Are So Glad That You Visit Us Today.
</div>
<div id="welcome-content">
Our goal is to offer Best quality pizza at a very reasonable price with awesome feeling that
make your day as a best day. Enjoy a selection of Pizzas, Sandwiches, Burger, Steak, Pastas,
Homemade desserts and daily specials, including almost everything from classic favorites to
modern cuisine. We also offer very unique cold drink/shakes that give a smile to every Human
Being.
</div>
<!-- menu top selling items -->
</div>
</div>
<div id="best-selling-container">
<div class="best-selling item-1">
<img src="image/pizza1.png" alt="">
<p> RedPeppy Paneer Pizza </p>
</div>
<div class="best-selling item-2">
<img src="image/pizza2.png" alt="">
<p> Double Cheese Margherita </p>
</div>
<div class="best-selling item-3">
<img src="image/pasta.png" alt="">
<p> Fried Ramen </p>
</div>
<div class="best-selling item-4">
<img src="image/burger.png" alt="">
<p> Luger Burger </p>
</div>
<div class="best-selling item-5">
<img src="image/bread.png" alt="">
<p> Garlic Bread </p>
</div>
<div class="best-selling item-6">
<img src="image/drink.png" alt="">
<p> BlackCurrent Shake</p>
</div>
<!-- menu-button-link -->
<div class="view-menu">
<a href="menu.html" target="_blank">View Menu</a>
</div>
</div>
<!-- table reserve form bottom -->
<div id="table-reserve-container">
<div class="table-reserve">
<form action="index.php" method="post">
<label id="F" for="Firstname">First Name</label>
<input type="text" name="Firstname" placeholder="Enter Your First Name"><br>
<label for="Lastname">Last Name</label>
<input type="text" name="Lastname" placeholder="Enter Your Last Name"><br>
<label for="city">City</label>
<input type="text" name="city" placeholder="Enter Your City"><br>
<label for="phone_number">Phone no.</label>
<input type="number" name="phone_number" placeholder="Enter Your Phone no."><br>
<label for="email">E-mail Address</label>
<input type="text" name="email" placeholder="Enter Your E-mail Address"><br>
<label for="reservation_time">Reservation Time</label>
<input type="text" name="reservation_time" placeholder="00:00PM"><br>
<label for="reservation_date">Reservation date (Till This Week)*</label>
<input type="text" name="reservation_date" placeholder="dd/mm/yyyy"><br><br>
<button>Confirm</button>
</form>
<h2> Resverve Your Table </h2>
<h1 id="reserve-font">Now</h1>
<p id="reserve-font-small">
̒ We Cant Wait Anymore To Serve You ̕
</p>
<h3>OR</h3>
<div class="delivery">
<p>Order From Our Delivery Partners</p>
<a href="https://www.swiggy.com">
<img src="image/swiggy.png" alt="swiggy">
</a>
<a href="https://www.zomato.com/akola">
<img src="image/zomato.png" alt="zomato">
</a>
<a href="https://www.ubereats.com">
<img src="image/uber.png" alt="ubereats">
</a>
</div>
</div>
</div>
<!-- footer -->
<div class="foot-container">
<footer>
<ul id="foot-content">
<div id="foot-logo">
<img src="image/Logo.png" alt="LaPizzeria.com">
</div>
<li>
All Right Reserved ©
</li>
<li>
<a href="#">
About Us
</a>
</li>
<li>
<a href="#">
Contact Us
</a>
</li>
</ul>
<div id="footer-img-1">
<a href="https://www.facebook.com">
<img src="image/facebook.png" alt="facebook">
</a>
</div>
<div id="footer-img-2">
<a href="https://www.instagram.com">
<img src="image/insta.png" alt="instagram">
</a>
</div>
<div id="footer-img-3">
<a href="https://twitter.com"><img src="image/twitterlogo.png" alt="twitter">
</a>
</div>
</footer>
</div>
</body>
</html>