-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
508 lines (308 loc) · 13.1 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
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
<!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">
<link rel="stylesheet" href="projNag.css">
<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=Nunito:wght@900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Popper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<title>Nagpur</title>
<style type="text/css">
/*---...Portfolio---.....*/
.portfolio {
height: 1550px;
width: 100%;
padding: 130px 0px 50px;
}
.place {
background:linear-gradient(#4567B7,#cc5500 );
height: 1550px;
padding: 130px 0px 50px;
}
.place h1{
font-size: 60px;
font-weight: bold;
font-family: 'Nunito', sans-serif;
}
.place h1:hover {
font-size:70px;
}
.card
{
height: 600px;
background-color: #b17d55;
border: 2px solid #cc5500;
box-shadow: 10px 20px 20px black;
border-bottom-left-radius: 50px;
cursor: pointer;
}
.card:hover {
height: 610px;
}
.card-img{
height: 300px;
}
.place p{
color: #c5c4c8;;
font-size: 20px;
font-family: 'Nunito', sans-serif;
}
.card-text {
font-family: 'Nunito', sans-serif;
color: #c5c4c8;
}
/*.................... Banner- text.....................*/
.banner-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 45%;
padding: 40px 0;
text-align: center;
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
background-color: rgba(0, 0, 0, 0.3);
border-bottom: 4px solid rgb(146, 143, 143);
border-top: 4px solid rgb(235, 188, 188);
}
.banner-text h1 {
font-size: 80px;
font-family: 'Nunito',sans-serif;
}
.banner-text a {
font-weight: bold;
}
@media (max-width: 479px){
.place{
height: 4000px;
}
.card{
height: 600px;
}
.banner-text h1{
font-size: 30px;
}
.ourteam{
height: 1400px;
}
.video {
background:linear-gradient(rgb(241, 208, 177),#b4a073, #1c6270);
height: 1000px;
}
}
@media (min-width:480px) and (max-width:767px){
.place{
height: 4000px;
}
.card{
height: 600px;
}
.banner-text h1{
font-size: 40px;
}
}
@media (min-width:768px) and (max-width:991px){
.banner-text h1{
font-size: 60px;
}
}
</style>
</head>
<body>
<section>
<!--............... navbar ...................-->
<nav class="navbar navbar-expand-lg btn-light navbar-black bg-dark fixed-top">
<div class="container ">
<a href="" class="navbar-brand text-warning font-weight-bold">NAGPUR</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar_id" aria-controls="navbar_id" aria-expanded="false" aria-label="Toggle navigation">
<span class=" icon navbar-toggler-icon bg-dark"></span>
</button>
<div class="collapse navbar-collapse text-center" id="navbar_id">
<ul class="navbar-nav ml-auto ">
<li class="nav-item">
<a href="#" class="nav-link text-success active">HOME</a>
</li>
<li class="nav-item">
<a href="#places" class="nav-link text-success ">PLACES</a>
</li>
<li class="nav-item">
<a href="#video" class="nav-link text-success">VIDEO</a>
</li>
<li class="nav-item">
<a href="#item" class="nav-link text-success">FOOD</a>
</li>
</ul>
</div>
</div>
</nav>
<!--..................... Slider......................... -->
<div id="demo" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ul class="carousel-indicators">
<li data-target="#demo" data-slide-to="0" class="active"></li>
<li data-target="#demo" data-slide-to="1" ></li>
<li data-target="#demo" data-slide-to="2"></li>
</ul>
<!-- The slideshow -->
<div class="carousel-inner">
<div class="carousel-item active">
<img src="Images/NgpHD.jpg" alt="NgpHD" width="100%" height="100%">
</div>
<div class="carousel-item">
<img src="Images/bridge2.jpg" alt="Bridge" width="100%" height="100%" >
</div>
<div class="carousel-item">
<img src="Images/ramjhula.jpg" alt="Ramjhula" width="100%" height="100%">
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#demo" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#demo" data-slide="next" >
<span class="carousel-control-next-icon"></span>
</a>
</div>
<!-- banner Text -->
<div class="banner-text">
<h1 class="text-white">NAGPUR</h1>
<p class="text-white">OrangeCity | CenterOfIndia | JungleSafari</p>
<a href="#" class="btn btn-outline-primary btn-lg">Explore</a>
</div>
</section>
<!--.................... PORTFOLIO .................. -->
<section id="places" class="Portfolio place ">
<div class="container text-center ">
<h1 >PLACES</h1>
<p >Explore the Journey of Nagpur with us.</p>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12 col-10 d-block m-auto">
<div class="card">
<img src="Images/railstat.jpg" class="card-img img-fluid" width="100%" height="300px">
<div class="card-body">
<h2 class="card-title text-warning">Railway station</h2>
<p class="card-text">The Rail road is like a lie, you have to keep building it, to make it stand.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-10 d-block m-auto">
<div class="card">
<img src="Images/metroStation.jpg" class="card-img img-fluid" width="100%" height="300px">
<div class="card-body">
<h2 class="card-title text-warning">Metro Station</h2>
<p class="card-text">The Right train of thoughts can take u better to a better station in life!</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-10 d-block m-auto">
<div class="card">
<img src="Images/Junglesafari.jpg" class="card-img img-fluid" width="100%" height="300px">
<div class="card-body">
<h2 class="card-title text-warning">Jungle Safari</h2>
<p class="card-text">Life is like a Jungle Safari ride, where every ride is a farrago of joy and despair.</p>
</div>
</div>
</div>
</div>
<br>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12 col-10 d-block m-auto">
<div class="card">
<img src="Images/Ramtek.jpg" class="card-img img-fluid" width="100%" height="300px">
<div class="card-body">
<h2 class="card-title text-warning">Ramtek</h2>
<p class="card-text">"The temple of art is built in words." </p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-10 d-block m-auto">
<div class="card">
<img src="Images/tajbagh.jpg" class="card-img img-fluid" width="100%" height="300px">
<div class="card-body">
<h2 class="card-title text-warning">TAJBAGH</h2>
<p class="card-text">Beautiful place to visit.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-12 col-10 d-block m-auto">
<div class="card">
<img src="Images/swamiNarayan.jpg" class="card-img img-fluid" width="100%" height="300px">
<div class="card-body">
<h2 class="card-title text-warning">Swami Narayan Mandir</h2>
<p class="card-text">God chanting gives you inner peace.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- VIDEO -->
<section>
<div id="video" class="video">
<div class="container">
<h1 class="text-center">
VIDEO
</h1>
<div class="row">
<div class="col-sm-6">
<video controls width="300px" height="350px" loop><source src="Images/Nagpur.mp4" type="video/mp4" ></video>
</div>
<div class="col-sm-6 text-center box">
<h2 class="">My Nagpur</h2>
<p class="lead ">The orange city of India- Nagpur. Its also the greenest city after Bangalore and its true. Its green, green! Nagpur is advancing gradually into a big one!</p>
</div>
</div>
</div>
</div>
</section>
<!-- Our Delicious Item -->
<section id="item" class="ourteam">
<div class="container text-center">
<h1>Our Amazing Items</h1>
<p>A Receipe has no soul. You ,as a cook, must bring soul to the receipe.</p>
<div class="row teamsetting">
<div class=" col-lg-4 col-md-4 col-sm-10 col-12 d-block m-auto">
<figure class="figure">
<img src="Images/TarriPoha.jpg" class=" ice figure-img img-circle rounded-circle" height="250px" width="250px">
<figcaptain>
<h3>Tarri Poha</h3>
<p class="figure-caption"> Yummy, Bitter in taste !</p>
</figcaptain>
</figure>
</div>
<div class="col-lg-4 col-md-4 col-sm-10 col-12 d-block m-auto">
<figure class="figure">
<img src="Images/HaldiramSweet.jpg" class="ice figure-img img-circle rounded-circle" height="250px" width="250px">
<figcaptain>
<h3>Haldiram Sweets</h3>
<p class="figure-caption"> Yummy ,Sweet in Taste !</p>
</figcaptain>
</figure>
</div>
<div class="col-lg-4 col-md-4 col-sm-10 col-12 d-block m-auto">
<figure class="figure">
<img src="Images/noodles.jpg" class="ice figure-img img-circle rounded-circle" height="250px" width="250px">
<figcaptain>
<h3> Chinese</h3>
<p class="figure-caption"> Yummy, Bitter in taste !</p>
</figcaptain>
</figure>
</div>
</div>
</div>
</section>
<footer class="footer">
<h6 class="text-center bg-dark text-white">Copyright @ Jun -2021 , Design by NileshDeshmukh</h6>
</footer>
</body>
</html>