-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
297 lines (271 loc) · 15.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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="icon" href="favicon.ico" type="image/gif" sizes="32x32">
<title>Sample website</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand heading" href=""><img src="images.png" width="75px" height="75px">Pizzeria</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarDropdown" aria-controls="navbarDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse topnav" id="navbarDropdown">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href=""> Home </a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Menu
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#"> Pizzas</a>
<a class="dropdown-item" href="#"> Appetizers </a>
<a class="dropdown-item" href="#"> Desserts and Drinks</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Customise Your Platter</a>
</div>
</li>
<li class="nav-item">
<a href=""> About</a>
</li>
<li class="nav-item">
<a href="">Contact Us</a>
</li>
</ul>
</div>
</nav>
<section class="featured-section">
<div class="container-fluid">
<div class="row">
<div class="column">
<div class="top-heading" id="head"> For the best pizzas <br> and <br> their lovers!</div>
</div>
<div class="column">
<div class="featured-image" id="cover">
<img src="cover.jpg">
</div>
</div>
<div class="column">
<h2 id="wel">Time for Pizzeria !</h2>
</div>
</div>
</div>
</section>
<section class="services-section clearfix">
<div class="container">
<div class="top-heading">Hi There,</div>
<h2> Welcome to our Family!</h2><br>
<p> "Here at Pizzeria we want to provide you with the best online services for pizzas! We understand how much you crave for the exotic toppings, and cheesy crusts and satisfying that wanting heart is all we do..."</p>
</div>
<div class="container">
<div class="row">
<div class="services-lists">
<div class="column left-services">
<div class="row">
<div class="col2">
<div class="service-content">
<h3>Specialities</h3>
<p> What we will prepare for you, will be that finger-licking experience! Check out our menu to find out which best-tasting pizza is made for you!</p>
</div>
</div>
</div>
<div class="row">
<div class="col3">
<div class="service-content">
<h3>Delivery</h3>
<p> Have your mamamiya pizza at your doorstep within 30 mins!</p>
</div>
</div>
</div>
</div>
<div class="column">
<div class="row">
<div class="col4">
<div class="service-content">
<img class="responsive" src="i1.jpg">
</div>
</div>
</div>
</div>
<div class="column right-services">
<div class="row">
<div class="col5">
<div class="service-content">
<h3>Stores</h3>
<p> Check out your nearest stores, to dine-in or order online and enjoy the cheesiest anytime and alltime mood pizzas and have a happy meal!</p>
</div>
</div>
</div>
<div class="row">
<div class="col6">
<div class="service-content">
<h3>Other Services</h3>
<p> Contact us if facing any problem in our services anywhere!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="carousel-section">
<div class="container-fluid">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block" src="caraosel1.jpg">
</div>
<div class="carousel-item">
<img class="d-block" src="img1.jpg">
</div>
<div class="carousel-item">
<img class="d-block" src="carousel5.jpg">
</div>
<div class="carousel-item">
<img class="d-block" src="img.jpg">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<section class="blog-section clearfix">
<div class="container-fluid">
<div class="top-heading">OUR</div>
<h2>Chef's Special !</h2>
<p> Not only the standard toppings but our chef's here will provide you with a few more specialities which are no-doubedtly nothing but delicious.</p>
</div>
<div class="container">
<div class="post-wrapper">
<div class="row">
<div class="column1">
<div class="cardclass">
<div class="featured-thumbnail"> <img class="im" src="s-pizza.jpg"> </div>
<div class="card-body">
<div class="wrapper content1">
<div class="card-title post-meta">
<a href="" rel="category tag follow" data-wpel-link="internal" target="_blank"> TUESDAY SPECIALS </a>
</div>
<a href="" class="card-title title" data-wpel-link="internal" target="_blank" rel="follow">
<h3> SAUSAGE AND PEPPERONI SHRIMP PIZZA </h3>
</a>
<div class="card-text front-view-content">
"Want to try something different from the cliche toppings of chicken an paneer! So here's something in the checklist that you should absolutely choose..."
</div>
<div class="readmore">
<a href="#" data-wpel-link="internal" target="_blank" rel="follow" class="btn btn-primary"> Read More </a>
</div>
</div>
</div>
</div>
</div>
<div class="column1">
<div class="cardclass">
<div class="featured-thumbnail"> <img class="im" src="b-pizza.jpg"> </div>
<div class="card-body">
<div class="wrapper content1">
<div class="card-title post-meta">
<a href="" rel="category tag follow" data-wpel-link="internal" target="_blank"> THURSDAY SPECIALS </a>
</div>
<a href="" class="card-title title" data-wpel-link="internal" target="_blank" rel="follow">
<h3> BALCON STUFFED CRUST PIZZA </h3>
</a>
<div class="card-text front-view-content">
"Tired of your cheese burst crust! We have something new on our list to add options to your crust choices..."
</div>
<div class="readmore">
<a href="#" data-wpel-link="internal" target="_blank" rel="follow" class="btn btn-primary"> Read More </a>
</div>
</div>
</div>
</div>
</div>
<div class="column1">
<div class="cardclass">
<div class="featured-thumbnail"> <img class="im" src="t-pizza.jpg"> </div>
<div class="card-body">
<div class="wrapper content1">
<div class="card-title post-meta">
<a href="" rel="category tag follow" data-wpel-link="internal" target="_blank"> WEEKEND SPECIALS </a>
</div>
<a href="" class="card-title title" data-wpel-link="internal" target="_blank" rel="follow">
<h3> SMOKED BBQ TRUFFLE PIZZA </h3>
</a>
<div class="card-text front-view-content">
"Dont waste your weekend having the same your all-mood pizzas! It's fun time and enjoy the best personified bbq pizzas in town..."
</div>
<div class="readmore">
<a href="#" data-wpel-link="internal" target="_blank" rel="follow" class="btn btn-primary"> Read More </a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="row footer-black">
<div class="inner">
<div class="col-sm-6">
<div class="box">
<h5> Pizzeria </h5>
<ul class="cq">
<li>
<a href=""> Help & Support </a>
</li>
<li>
<a href=""> Delivery Policies </a>
</li>
<li>
<a href=""> Privacy Policies </a>
</li>
</ul>
</div>
</div>
<br>
<div class="col-sm-6">
<div class="box">
<h5> Explore </h5>
<ul class="cq">
<li>
<a href=""> Offers </a>
</li>
<li>
<a href=""> Disclaimers </a>
</li>
<li>
<a href=""> Terms of Use </a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></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>
</body>
</html>