-
Notifications
You must be signed in to change notification settings - Fork 0
/
pizza3.html
335 lines (264 loc) · 9.47 KB
/
pizza3.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
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
<html>
<head>
<title>
Pizza Home page
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="bootstrap-3.3.7-dist/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="bootstrap-3.3.7-dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="styles3.css">
</head>
<body>
<header><a name="home"></a>
<div>
<ul class="u1">
<li class="l1"><a class="active" href="#cities">CITIES</a></li>
<li class="l1"><a href="#gallery">GALLERY</a></li>
<li class="l1"><a href="#about">ABOUT</a></li>
<li class="l1"><a href="#home">HOME</a></li>
</ul>
</div>
<!--<nav class="navbar">
<span class="open-slide">
<a href="#">
<svg width="30" height="30">
<path d="M0,5 30 5" stroke="#fff"
stroke-width="5"/>
<path d="M0,14 30,14" stroke="#fff"
stroke-width="5"/>
<path d="M0,23 30,23" stroke="#fff"
stroke-width="5"/>
</svg>
</a>
</span>-->
<!--<div class="hamb"></div>
<div class="hamb"></div>
<div class="hamb"></div>
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
<label for="nav-trigger"></label>
<ul class="navigation">
<li class="nav-item"><a href="login3.htm">Sign Up</a></li>
<li class="nav-item"><a href="reg3.htm">Register</a></li>
<li class="nav-item"><a href="#about">About</a></li>
<li class="nav-item"><a href="#gallery">Gallery</a></li>
</ul>-->
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="login3.htm">Login</a>
<a href="reg3.htm">Register</a>
<a href="about">About</a>
<a href="gallery">Gallery</a>
</div>
<span style="font-size:30px;cursor:pointer" onclick="openNav()">☰</span>
<script>
function openNav() {
document.getElementById("mySidenav").style.width = "250px";
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
}
</script>
<div class="hero">
<h1>COME TO SLICE AND ENJOY<br><center style="margin-right: 50%;font-size: 65px;"> PIZZA SHOP!</center><br></h1>
<div class="button_awesome">
<a href="" class="btn btn-half"> Show me more</a>
<a href="" class="btn btn-full"> I am hungry</a>
</div>
</div>
</header>
<section class="features"><a name="about"></a>
<div class="jumbotron">
<h3 class="text-center">GET HOT PIZZA</h3>
</div>
<p class="copy"> Pizza is a traditional Italian dish consisting of a yeasted flatbread typically topped with
tomato sauce and cheese and baked in an oven. It can also be topped with additional vegetables, meats, and
condiments, and can be made without cheese. The term pizza was first recorded in the 10th century, in a Latin manuscript from the Italian town of Gaeta in Lazio, on the border with Campania.Modern
pizza was invented in Naples, and the dish and its variants have since become popular and common in many areas of the world.
Pizza is one of the most popular foods in the world and a common fast food item in Europe and America. </p>
<div class="container">
<div class="row">
<div class="col-md-3">
<i class="fa fa-certificate"></i>
<h4>Preparation </h4>
<p class="arranging">
Pizza is prepared fresh, frozen, and as portion-size slices or pieces. Methods have been developed to overcome
challenges such as preventing the sauce from combining with the dough and producing a crust that
can be frozen and reheated without becoming rigid. </p>
</div>
<div class="col-md-3">
<i class="fa fa-camera"></i>
<h4>Cooking </h4>
<p class="arranging"> In restaurants, pizza can be baked in an oven with stone bricks above the heat
electric deck oven, a conveyor belt oven or,a wood or coal-fired brick oven.
On deck ovens, pizza can be slid into the oven on a long paddle, called a peel, and baked directly on the hot bricks. </p>
</div>
<div class="col-md-3">
<i class="fa fa-envelope"></i>
<h4>Crust </h4>
<p class="arranging"> The bottom of the pizza, called the 'crust', may vary widely according to style; thin as in a typical hand-tossed Neapolitan pizza, or thick as in a
deep-dish Chicago-style. It is traditionally plain, but may also be seasoned with garlic or herbs, or stuffed with cheese. </p>
</div>
<div class="col-md-3">
<i class="fa fa-cog"></i>
<h4>Cheese </h4>
<p class="arranging"> Mozzarella is commonly used on pizza, with the highest quality buffalo mozzarella produced in the
surroundings of Naples. Today, other cheeses have been used as pizza ingredients , including provolone, pecorino romano, ricotta, and scamorza. </p>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="jumbotron">
<h3 class="text-center">WATCH HOW TO MAKE VEG PIZZA</h3>
</div>
<center style="margin-top: 30px;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/kSb62MGJSI4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</center>
</div>
</section>
<section class="meal"><a name="gallery"></a>
<ul class="meal-showcase">
<li>
<figure class="meal-photo">
<img src="13.jpeg"
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="hdpizza1.jpeg"
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="4.jpeg"
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="12.jpeg"
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="6.jpeg"
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="7.jpeg"
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="10.jpeg"
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="9.jpeg"
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="14.jpeg"
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="1.jpeg"
</figure>
</li>
</ul>
</section>
<section class="cities"><a name="cities"></a>
<div class="jumbotron">
<h3 class="text-center"> WE ARE CURRENTLY IN THESE CITIES</h3>
</div>
<div class="container">
<div class="row">
<div class="col-md-3">
<img src="city6.jpeg">
<h4>London</h4>
<p><i class="fa fa-cog"></i> 1000+ Happy customers</p>
<p><i class="fa fa-cog"></i> 1000+ Happy customers</p>
<p><i class="fa fa-cog"></i> 1000+ Happy customers</p>
</div>
<div class="col-md-3">
<img src="city1.jpeg">
<h4>Dubai</h4>
<p><i class="fa fa-cog"></i> 1000+ Happy customers</p>
<p><i class="fa fa-cog"></i> 1000+ Happy customers</p>
<p><i class="fa fa-cog"></i> 1000+ Happy customers</p>
</div>
<div class="col-md-3">
<img src="city4.jpeg">
<h4>France</h4>
<p><i class="fa fa-cog"></i> 1000+ Happy customers</p>
<p><i class="fa fa-cog"></i> 1000+ Happy customers</p>
<p><i class="fa fa-cog"></i> 1000+ Happy customers</p>
</div>
<div class="col-md-3">
<img src="city3.jpeg">
<h4>Japan</h4>
<p><i class="fa fa-cog"></i> 1000+ Happy customers</p>
<p><i class="fa fa-cog"></i> 1000+ Happy customers</p>
<p><i class="fa fa-cog"></i> 1000+ Happy customers</p>
</div>
</div>
</div>
</section>
<section class="form">
<div class="container">
<div class="jumbotron">
<h3 class="text-center">WE WILL HAPPY TO HEAR FROM YOU</h3>
</div>
</div>
<div class="row gap">
<div class="col-md-4">
<input type="text" placeholder="Username" class="form-control"><br>
<input type="email" placeholder="Email" class="form-control"><br>
<input type="password" placeholder="Password" class="form-control">
</div>
<div class="col-md-8">
<textarea class="form-control" rows="8" placeholder="comments"></textarea>
<button class="btn btn-warning btn-block" >Submit</button>
</div>
</div>
</section>
<footer>
<div class="wrapper">
<nav>
<ul >
<li><a class="active" href="#home">HOME</a></li>
<li><a href="#Pizzaelivery">PIZZA DELIVERY</a></li>
<li><a href="#Pizza order">PIZZA ORDER</a></li>
<li><a href="#Services">SERVICES</a></li>
</ul>
</nav>
</div>
<div class="socialbtn">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-google"></a>
<a href="#" class="fa fa-linkedin"></a>
<a href="#" class="fa fa-youtube"></a>
</div>
<small>© Copyright 2058, Example Corporation</small>
</footer>
<!--<video width="320" height="240">
<source src=".mp4" type="video/mp4">
</video>
</section>
<section>
<div class="container">
<h3 class="text-center">WATCH HOW TO MAKE VEG PIZZA</h3>
<center>
<iframe width="560" height="315" src="https://www.youtube.com/embed/kSb62MGJSI4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</center>
</div>
</section>
<iframe width="560" height="315" src="https://www.youtube.com/embed/kSb62MGJSI4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>-->
</body>
</html>