-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
420 lines (374 loc) · 12.6 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
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
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
<!DOCTYPE html>
<html>
<head>
<title>Vivek_Yadav</title>
<style>
.aaa{
position: fixed;
top: 0;
z-index: 1;
width: 100%;
}
body {
margin: 100px 0px;
font-family: Arial, sans-serif;
background-image: url(".h1.1.jpg");
background-size: cover;
background-repeat: no-repeat;
}
nav {
display: flex;
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;
background-color: #f2f2f2;
padding: 10px 0;
}
nav div {
margin: 5px;
}
nav div:nth-child(2) {
flex-grow: 1;
text-align: center;
}
nav a {
text-decoration: none;
margin: 0 10px;
color: #333;
}
nav a:hover {
color: #555;
text-decoration: underline;
}
nav button {
padding: 8px 16px;
border: none;
background-color: red;
color:white;
cursor: pointer;
transition: background-color 0.3s ease;
border-radius: 19px;
}
nav button:hover {
background-color: rgba(255, 0, 0, 0.664);
}
.a1{
padding: 8px 16px;
border: none;
background-color: red;
color:white;
cursor: pointer;
transition: background-color 0.3s ease;
border-radius: 19px;
}
.a2{
padding: 8px 16px;
border: none;
background-color: #ffa500;
color:black;
cursor: pointer;
transition: background-color 0.3s ease;
border-radius: 19px;
}
.containabc{
padding: 8px 16px;
border: none;
background-color: red;
color:black;
cursor: pointer;
transition: background-color 0.3s ease;
border-radius: 19px;
}
.content {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0;
background-color: #ffa500;
}
.left-half,
.right-half {
padding: 50px;
flex: 1;
}
.left-half {
padding-right: 20px;
}
.one h1,
.one p,
.one button {
margin-bottom: 10px;
}
header img {
max-width: 100%;
height: auto;
max-height: 300px;
}
.top-container,
.bottom-container {
background-color: white;
text-align: center;
padding: 0;
margin: 0;
}
.bottom-container .three {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
}
.bottom-container .three .left-half,
.bottom-container .three .right-half {
flex: 1;
padding: 10px;
}
.bottom-container .three img {
max-width: 100%;
height: auto;
max-height: 300px;
}
/*.bottom-container .three .left-half img{
height: 900px;
}
.bottom-container .three .right-half img{
height: 500px;
}*/
.contain {
display: flex;
justify-content: center;
align-items: center;
height: 80vh;
background-color: #ffa500;
}
.box {
background-color: white;
color: black;
padding: 20px;
margin: 10px;
height: 300px;
width: 200px;
}
.fourth{
display: flex;
justify-content: center;
align-items: center;
height: 50vh;
background-color: grey;
}
.b{
background-color: transparent;
color: whitesmoke;
padding: 20px;
margin: 10px;
height: 100px;
width: 200px;
}
.fife{
background-color: whitesmoke;
}
.sixth{
display: flex;
justify-content: space-evenly;
align-items: center;
height: 50px;
}
.on {
display: flex;
justify-content: space-evenly;
align-items: center;
width: 1000px;
margin: 50px 100px;
}
.on img {
width: 250px;
height: auto;
}
.tw{
display: flex;
justify-content: space-evenly;
align-items: center;
width: 1000px;
margin: 50px 100px;
}
.tw img{
width: 250px;
height: auto;
}
html{
scroll-behavior: smooth;
scroll-padding-top: 100px;
}
.chefs {
background-color: #ffa500;
padding: 50px;
text-align: center;
}
.chefs h3 {
font-size: 24px;
background-color: #ffa500;
color: #333;
}
.chefs h1 {
font-size: 36px;
background-color: #ffa500;
color: #555;
}
.chefsonee{
background-color: #ffa500;
width: 100%;
}
.chefstwo {
display: flex;
justify-content: space-around;
align-items: center;
background-color: #ffa500;
}
.chef img {
width: 400px;
height: 400px;
background-color: #ffa500;
}
.chef h4 {
font-size: 20px;
background-color: #ffa500;
}
.chef p {
font-style: italic;
color: black;
background-color: #ffa500;
}
.chefs{
background-color: #ffa500;
}
</style>
</head>
<body>
<nav class="aaa">
<div ><h3>Lorem ipsum</h3></div>
<div>
<a href="#sec1">Home</a>
<a href="#sec2">About</a>
<a href="#sec3">Menu</a>
<a href="">Events</a>
<a href="#aan">Chefs</a>
<a href="">Gallery</a>
<a href="">Dropdown</a>
<a href="">Contact</a>
</div>
<div>
<button>Book a table</button>
</div>
</nav>
<header>
<div class="content" id="sec1">
<div class="one left-half">
<h1>Lorem Ipsum</h1>
<p>Sed autumn laudatium dolores. Voluptatem itaque ea consequator <br> evenient. Eum quas beatae cumque eum quaerat.</p>
<br>
<button class="a1">Book a Table</button>
<a href="https://www.youtube.com/watch?v=LXb3EKWsInQ" ><button class="a2">Watch Video </button></a>
</div>
<div class="right-half">
<img src="h1.1.jpg" alt="">
</div>
</div>
</header>
<div class="top-container" id="sec2">
<div class="two">
<p>ABOUT US</p>
<h1>LEARN MORE ABOUT US</h1>
</div>
</div>
<header>
<div class="bottom-container" >
<div class="three">
<div class="left-half">
<img src="h2.1.jpg" alt="">
</div>
<div class="right-half">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quae corporis nisi fugiat molestias delectus impedit, quis id eos ipsam iusto vel ipsa dignissimos exercitationem soluta voluptatibus eaque! Totam, facere animi.</p>
<img src="h2.2.jpg" alt="">
</div>
</div>
</div>
</header>
<div class="contain" >
<div class="box"><h2>Why to choose lorem ipsum </h2><p>well it has bla bla bla bla .. different benefits 4 u which will make u rich</p><button class="containabc">learn more 4 bore</button></div>
<div class="box"><h2>Corpotis heostic aseben shehend </h2><p>hesin ndsel ldnso sedno deoss dnneos owddls eiodn dsoen</p></div>
<div class="box"><h2>Ullmaco laboris ladore pan</h2><p>this is shds bin arman bin salman bin tublak bin khaan bin mohmd bin aslm bin r2h</p></div>
<div class="box"><h2>Labore consequator incidid black dyne</h2><p>ek baar ki baat s ek ghra bhitrr ek kaal okawwo rhya krto usn fes int he form of devil ghost bhoot chudail dyne anabela</p></div>
</div>
<div class="fourth">
<div class="b"><h2>232</h2><h3>CLIENTS</h3></div>
<div class="b"><h2>521</h2><h3>PROJECTS</h3></div>
<div class="b"><h2>1453</h2><h3>HOURS OF SUPPORT</h3></div>
<div class="b"><h2>32</h2><h3>WORKERS</h3></div>
</div>
<div class="fife" id="sec3">
<div class="fifth">
<nav><h5>OUR MENU</h5></nav>
<nav><h1>CHECK OUR LOREM_IPSUM MENU</h1></nav>
</div>
<div class="sixth">
<a href="#blablabla">Starters</a>
<a href="#blablabla">Breakfast</a>
<a href="#blablabla">Lunch</a>
<a href="#blablabla">Dinner</a>
</div>
<div class="seventh">
<nav><p>MENU STARTERS</p></nav>
<nav><h2>STARTERS</h2></nav>
</div>
<div class="eighth">
<img src="" alt="">
</div>
<div class="image-box" id="blablabla">
<div class="on">
<div><img src="menu3.png" alt="Placeholder Image">
<h2>Magnam Tiste</h2><p>Lorem, deren.trataro,sdfds,djfhd</p><h1>$5.95</h1></div>
<div><img src="menu1.png" alt=""><h2>Aut Luia</h2><p>Lorem,deron,felode, neurl</p><h1>$14.95</h1></div>
<div><img src="menu2.png" alt=""><h2>Est zeligendi</h2><p>:Lorem, deren.trataro,flade, sijfs</p><h1>$8.95</h1></div>
</div>
<div class="tw">
<div><img src="menu4.png" alt=""><h2>Euis Luibusdan</h2><p>Lorem, deren, flana, dhikda,newadas</p><h1>$12.95</h1></div>
<div><img src="menu5.png" alt=""><h2>Laboriosam Direva</h2><p>Lerom, dreon, blablabla, huaaaa</p><h1>$9.95</h1></div>
<div><img src="menu6.png" alt=""><h2>Eous Luibusdan</h2><p>Lorem, deren, flana, dhikda,newadas</p><h1>$99.95</h1></div>
</div>
</div>
</div>
<div class="events">
<div class="eventsone">
<nav><h3>EVENTS</h3></nav>
<nav><h1>SHARE YOUR MOMENTS IN OUR RESTAURANT</h1></nav>
</div>
<div class="eventstwo">
<img src="" alt="">
<img src="" alt="">
<img src="" alt="">
</div>
</div>
<div class="chefs" id="aan">
<div class="chefsonee">
<h3>CHEFS</h3>
<h1>OUR PROFESSIONAL CHEFS</h1>
</div>
<div class="chefstwo">
<div class="chef">
<img src="chefs-1.jpg" alt="Chef 1">
<h4>Walter white</h4>
<p>Main Chef ksdfdsfdcdklcc dcnk cdnco d</p>
</div>
<div class="chef">
<img src="chefs-2.jpg" alt="Chef 2">
<h4>Sarah Jhonson</h4>
<p>Sous Chef dvhd df ds dc ds</p>
</div>
<div class="chef">
<img src="chefs-3.jpg" alt="Chef 3">
<h4>William Enderson</h4>
<p>Pastry Chef dsfds dc sdc d ddvdsfdsfs sdds</p>
</div>
</div>
</div>
</body>
</html>