-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpatan.html
More file actions
646 lines (600 loc) · 31.1 KB
/
patan.html
File metadata and controls
646 lines (600 loc) · 31.1 KB
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
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
<!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 href="https://cdn.jsdelivr.net/npm/remixicon@3.2.0/fonts/remixicon.css" rel="stylesheet"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css"/>
<link rel="stylesheet" href="subdiv.css" />
<link href="https://unpkg.com/boxicons@2.1.2/css/boxicons.min.css" rel="stylesheet"/>
<link rel = "icon" href = "assets/logo.jpg" type = "image/x-icon">
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
<title>NepTour</title>
<style>
@keyframes changetext{
0%{content: "Lalitpur";}
10%{content: "Patan Durbar Square";}
20%{content: "Golden Temple";}
30%{content: "Krishna Mandir";}
40%{content: "Khumbeswar Temple";}
50%{content: " The central Zoo";}
60%{content: "Godavari Botanical Garden";}
70%{content: "Sundari Chowk";}
80%{content: "Patan Durbar Square";}
90%{content: "Golden Temple";}
100%{content: "Krishna Mandir";}
}
.home{
width: 100%;
height: 90vh;
background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.7)), url(./assets/patan.jpg);
background-repeat: no-repeat;
background-size: cover;
}
</style>
</head>
<body>
<nav>
<div class="nav__logo">NepTour<span>.</span></div>
<ul class="nav__links" id="nav-links">
<li class="link"><a href="index.html">Home</a></li>
<li class="link"><a href="#section3">Accomodation</a></li>
<li class="link"><a href="#section2">Guides</a></li>
<li class="link"><a href="#section1">Destinations</a></li>
</ul>
<a href="contact.html"><button class="btn">Contact Us</button></a>
<div class="hamburger" id="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</nav><br><br><br>
<div class="home">
<div class="content">
<h5>WELCOME TO LALITPUR</h5>
<h1>Visit <span class="changecontent"></span></h1>
<p>The City Of rich cultural heritage</p>
<a href="#section1"><button class="book__now">Explore</button></a>
</div>
</div>
<br><br><br>
<section class="trip" id="section1">
<div class="section__container trip__container">
<h2 class="section__title">Destinatons</h2>
<center><p class="section__subtitle">
List of must visit places and the best tourist spots within Lalitpur
</p></center></div>
<section class="about" id="about">
<div class="about-img">
<img src="assets/patandsq.jpeg" alt="">
</div>
<div class="about-text">
<h3>Patan Durbar Square</h3>
<p align="justify">Patan Durbar Square is one of the best places to visit in Lalitpur. It is the UNESCO World Heritage Sites, One of the ancient Royal Palace of the Malla Kings. It is a marvel of Newari architecture. Patan Durbar Square is one of the richest Palace. It contains fine arts, wood crafts, and sculptures. The square floor was a tile with red bricks. There are many temples and idols in the area. The temples of Durbar square were establishing during the Malla Period (14th to 18th centuries) particularly during the reign of King Siddhinarsingh Malla. It offers a lot of historical knowledge and interesting facts.
</p>
<button onclick="toggle()" id="about-btn" class="btn1">Locate</button>
</div>
</section>
<center>
<div id="cont" style=" background: transparent;height: 100vh;width: 100%;display: none;align-items: center;justify-content: center;flex-direction: column;"><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3533.4429034424606!2d85.32274617464135!3d27.67270282702012!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb19c50daa2fb1%3A0x6f197fa38097b530!2sPatan%20Darbar%20Square!5e0!3m2!1sen!2snp!4v1706467730715!5m2!1sen!2snp" style="border:0; width: 80%; height: 500px; filter: invert(100%);" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div></center>
<script type="text/javascript">
function toggle() {
var div= document.getElementById('cont')
if (div.style.display=="none") {}
div.style.display="block";
}
</script>
<section class="about" id="about">
<div class="about-img">
<img src="assets/goldentemple.jpg" alt="">
</div>
<div class="about-text">
<h3>Golden Temple</h3>
<p align="justify">The Golden Temple is one of the best places to visit Lalitpur. This place lies at the Kwabahal Tole and the Northern part of Durbar Square. King Bhaskerdev had built it in the 12th century. People also know this temple as the second famous place of Patan after the Durbar square. The temple was writing on the glided metal plates that cover most of its frontage. Two stone elephants guard this temple’s entrance. The temple is an impressive example of a courtyard temple. The main temple priest is a 12 years old young boy, who serves 30 days. Inside the temple there is a beautiful statue of Shakyamuni Buddha, Facing the main temple is a smaller shrine containing a Swayambhunath Chaitya. Visiting the Golden temple is one of the best places in Lalitpur.
</p>
<button onclick="toggle2()" id="about-btn" class="btn1">Locate</button>
</div>
</section>
<center>
<div id="cont2" style=" background: transparent;height: 100vh;width: 100%;display: none;align-items: center;justify-content: center;flex-direction: column;"><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14133.443133785227!2d85.30609427607914!3d27.675241980836674!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb19c5f21e0723%3A0x8fa0e81ccc5d58e!2sHiranya%20Varna%20Mahavihar!5e0!3m2!1sen!2snp!4v1706467806774!5m2!1sen!2snp" style="border:0; width: 80%; height: 500px; filter: invert(100%);" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div></center>
<script type="text/javascript">
function toggle2() {
var div= document.getElementById('cont2')
if (div.style.display=="none") {}
div.style.display="block";
}
</script>
<section class="about" id="about">
<div class="about-img">
<img src="assets/krishnamandir.jpg" alt="">
</div>
<div class="about-text">
<h3>Krishna Mandir</h3>
<p align="justify">The temple is the most visited place of Lalitpur. It lies at the Patan Durbar Square, dedicated to Lord Krishna. The temple built in 1637 in the Sikhara style of architecture, established by King Siddhi Narasingha Malla. This temple made lots of stone carvings of gods and goddess lining the corridors. The temple has 21 summits, and enshrined inside is the idol of Lord Krishna. Krishna is one of ten Avatars of Lord Vishnu, and there are ten different Avatars of Lord Vishnu surrounding these temples. It is a belief that worshiping this temple is equivalent to worshiping the entire Hindu Gods and Goddesses. We can see the statue of Garuda, kneeling with folded arms atop a pillar facing the temple. Non-Hindus are prohibiting from entering the temple. Every year, a huge number of worshipers throng the temple during the festival of Krishnasthami. So, this is one of the best places to visit in Lalitpur.
</p>
<button onclick="toggle3()" id="about-btn" class="btn1">Locate</button>
</div>
</section>
<center>
<div id="cont3" style=" background: transparent;height: 100vh;width: 100%;display: none;align-items: center;justify-content: center;flex-direction: column;"><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14133.438315438832!2d85.30609427159222!3d27.675279225109016!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb19c59efe8fe7%3A0xd8b03b0a1809bbfb!2sKrishna%20Temple!5e0!3m2!1sen!2snp!4v1706468139203!5m2!1sen!2snp" style="border:0; width: 80%; height: 500px; filter: invert(100%);" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div></center>
<script type="text/javascript">
function toggle3() {
var div= document.getElementById('cont3')
if (div.style.display=="none") {}
div.style.display="block";
}
</script>
<section class="about" id="about">
<div class="about-img">
<img src="assets/czoo.jpg" alt="">
</div>
<div class="about-text">
<h3>The central Zoo</h3>
<p align="justify">The central Zoo is one of the best places to visit in Lalitpur. It is located as the Jawalakhel, Lalitpur. The area of the zoo is six hectares, it is home to some 870 animals in 109 species. There are 34 are mammals, 51 are birds, 9 are reptiles and 14 are fishes. We can observe rare species of animals like the One-horned Rhino, Bengal Tiger, Himalayan Blue Sheep, Himalayan griffon, Kalij Pheasant, striped hyena, etc. The National Trust manages it for Nature Conservation (NTNC). It opened to the public in 1956. There is also a beautiful park which is the pride of the state and the National Trust for Nature Conservation. Nature Conservation is planning to develop the central Zoo as a Centre for wildlife research and conservation education. We can familiarize ourselves with deer, wild buffalo, bear, jackal, and many animals. We can also enjoy boating in the pond as well, visiting this place is the most memorable in our life..</p>
<button onclick="toggle4()" id="about-btn" class="btn1">Locate</button>
</div>
</section>
<center>
<div id="cont4" style=" background: transparent;height: 100vh;width: 100%;display: none;align-items: center;justify-content: center;flex-direction: column;"><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3533.4427126357728!2d85.30925447464139!3d27.67270872701982!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb1833abc15517%3A0x30c81ed5340a3988!2sCentral%20Zoo!5e0!3m2!1sen!2snp!4v1706468307585!5m2!1sen!2snp" style="border:0; width: 80%; height: 500px; filter: invert(100%);" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div></center>
<script type="text/javascript">
function toggle4() {
var div= document.getElementById('cont4')
if (div.style.display=="none") {}
div.style.display="block";
}
</script>
<section class="about" id="about">
<div class="about-img">
<img src="assets/godavaribg.jpg" alt="">
</div>
<div class="about-text">
<h3>Godavari Botanical Garden</h3>
<p align="justify">Godavari Botanical Garden is the most visited place in Lalitpur Nepal. It situates in the base of Mount Phulchoki at the south corner of Kathmandu Valley. Beautiful natural forests surround it. The garden has 290 species of birds and 250 species of butterflies. This is a wide botanical garden that has sub-categorized gardens such as orchid garden, tropical house, wetland flora, rock garden. Tourists call it a peaceful and heavenly place. Students come here to enjoy its beauty and get knowledge of different species of flora and fauna. We can enjoy and spend our holiday with our family and friends, it is famous for the picnic spot too.
</p>
<button onclick="toggle5()" id="about-btn" class="btn1">Locate</button>
</div>
</section>
<center>
<div id="cont5" style=" background: transparent;height: 100vh;width: 100%;display: none;align-items: center;justify-content: center;flex-direction: column;"><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3535.8900847146833!2d85.37756827463848!3d27.59693713035406!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb111156b3881b%3A0xbdda3889293e4b74!2sNational%20Botanical%20Garden!5e0!3m2!1sen!2snp!4v1706468521142!5m2!1sen!2snp" style="border:0; width: 80%; height: 500px; filter: invert(100%);" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div></center>
<script type="text/javascript">
function toggle5() {
var div= document.getElementById('cont5')
if (div.style.display=="none") {}
div.style.display="block";
}
</script>
</section>
<section class="trip" id="section2">
<div class="section__container trip__container">
<h2 class="section__title">Guides</h2>
<center><p class="section__subtitle">
List of Fully experienced Guides to help you explore Lalitpur
</p></center>
<section class="lmnop" id="lmnop">
<div class="swiper mySwiper container">
<div class="swiper-wrapper content">
<div class="swiper-slide card">
<div class="card-content">
<div class="image">
<img src="assets/guide1.jpg" alt="" />
</div>
<div class="media-icons">
<a href="https://www.facebook.com/profile.php?id=61555611842513"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/stepbroinitiative/"><i class="fab fa-instagram"></i></a>
<a href="tel:9865365520"><i class="fa-solid fa-phone"></i></a>
</div>
<div class="name-profession">
<span class="name">Shreyas Manandhar</span>
<span class="profession">Tour Guide</span>
</div>
<div class="rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
</div>
<div class="button">
<a href="mailto:contact@krishsingh.com.np"><button class="aboutMe">Mail Me</button></a>
<a href="payment.html"><button class="hireMe">Hire Me</button></a>
</div>
</div>
</div>
<div class="swiper-slide card">
<div class="card-content">
<div class="image">
<img src="assets/guide2.jpeg" alt="" />
</div>
<div class="media-icons">
<a href="https://www.facebook.com/profile.php?id=61555611842513"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/stepbroinitiative/"><i class="fab fa-instagram"></i></a>
<a href="tel:9865365520"><i class="fa-solid fa-phone"></i></i></a>
</div>
<div class="name-profession">
<span class="name">Ramesh Thakuri</span>
<span class="profession">Tour Guide</span>
</div>
<div class="rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
</div>
<div class="button">
<a href="mailto:contact@krishsingh.com.np"><button class="aboutMe">Mail Me</button></a>
<a href="payment.html"><button class="hireMe">Hire Me</button></a>
</div>
</div>
</div>
<div class="swiper-slide card">
<div class="card-content">
<div class="image">
<img src="assets/guide3.avif" alt="" />
</div>
<div class="media-icons">
<a href="https://www.facebook.com/profile.php?id=61555611842513"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/stepbroinitiative/"><i class="fab fa-instagram"></i></a>
<a href="tel:9865365520"><i class="fa-solid fa-phone"></i></i></a>
</div>
<div class="name-profession">
<span class="name">Hari Paudel</span>
<span class="profession">Tour Guide</span>
</div>
<div class="rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
</div>
<div class="button">
<a href="mailto:contact@krishsingh.com.np"><button class="aboutMe">Mail Me</button></a>
<a href="payment.html"><button class="hireMe">Hire Me</button></a>
</div>
</div>
</div>
<div class="swiper-slide card">
<div class="card-content">
<div class="image">
<img src="assets/guide4.jpg" alt="" />
</div>
<div class="media-icons">
<a href="https://www.facebook.com/profile.php?id=61555611842513"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/stepbroinitiative/"><i class="fab fa-instagram"></i></a>
<a href="tel:9865365520"><i class="fa-solid fa-phone"></i></i></a>
</div>
<div class="name-profession">
<span class="name">Ramesh Thakuri</span>
<span class="profession">Tour Guide</span>
</div>
<div class="rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
</div>
<div class="button">
<a href="mailto:contact@krishsingh.com.np"><button class="aboutMe">Mail Me</button></a>
<a href="payment.html"><button class="hireMe">Hire Me</button></a>
</div>
</div>
</div>
<div class="swiper-slide card">
<div class="card-content">
<div class="image">
<img src="assets/guide5.jpeg" alt="" />
</div>
<div class="media-icons">
<a href="https://www.facebook.com/profile.php?id=61555611842513"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/stepbroinitiative/"><i class="fab fa-instagram"></i></a>
<a href="tel:9865365520"><i class="fa-solid fa-phone"></i></a>
</div>
<div class="name-profession">
<span class="name">Janak Mahato</span>
<span class="profession">Tour Guide</span>
</div>
<div class="rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
</div>
<div class="button">
<a href="mailto:contact@krishsingh.com.np"><button class="aboutMe">Mail Me</button></a>
<a href="payment.html"><button class="hireMe">Hire Me</button></a>
</div>
</div>
</div>
<div class="swiper-slide card">
<div class="card-content">
<div class="image">
<img src="assets/guide6.jpg" alt="" />
</div>
<div class="media-icons">
<a href="https://www.facebook.com/profile.php?id=61555611842513"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/stepbroinitiative/"><i class="fab fa-instagram"></i></a>
<a href="tel:9865365520"><i class="fa-solid fa-phone"></i></a>
</div>
<div class="name-profession">
<span class="name">Indra Sahi</span>
<span class="profession">Tour Guide</span>
</div>
<div class="rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
</div>
<div class="button">
<a href="mailto:contact@krishsingh.com.np"><button class="aboutMe">Mail Me</button></a>
<a href="payment.html"><button class="hireMe">Hire Me</button></a>
</div>
</div>
</div>
<div class="swiper-slide card">
<div class="card-content">
<div class="image">
<img src="assets/guide7.jpg" alt="" />
</div>
<div class="media-icons">
<a href="https://www.facebook.com/profile.php?id=61555611842513"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/stepbroinitiative/"><i class="fab fa-instagram"></i></a>
<a href="tel:9865365520"><i class="fa-solid fa-phone"></i></a>
</div>
<div class="name-profession">
<span class="name">Anjit Khadka</span>
<span class="profession">Tour Guide</span>
</div>
<div class="rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
</div>
<div class="button">
<a href="mailto:contact@krishsingh.com.np"><button class="aboutMe">Mail Me</button></a>
<a href="payment.html"><button class="hireMe">Hire Me</button></a>
</div>
</div>
</div>
<div class="swiper-slide card">
<div class="card-content">
<div class="image">
<img src="assets/guide8.jpg" alt="" />
</div>
<div class="media-icons">
<a href="https://www.facebook.com/profile.php?id=61555611842513"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/stepbroinitiative/"><i class="fab fa-instagram"></i></a>
<a href="tel:9865365520"><i class="fa-solid fa-phone"></i></a>
</div>
<div class="name-profession">
<span class="name">Abiral Shrestha</span>
<span class="profession">Tour Guide</span>
</div>
<div class="rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
</div>
<div class="button">
<a href="mailto:contact@krishsingh.com.np"><button class="aboutMe">Mail Me</button></a>
<a href="payment.html"><button class="hireMe">Hire Me</button></a>
</div>
</div>
</div>
<div class="swiper-slide card">
<div class="card-content">
<div class="image">
<img src="assets/guide9.jpeg" alt="" />
</div>
<div class="media-icons">
<a href="https://www.facebook.com/profile.php?id=61555611842513"><i class="fab fa-facebook"></i></a>
<a href="https://www.instagram.com/stepbroinitiative/"><i class="fab fa-instagram"></i></a>
<a href="tel:9865365520"><i class="fa-solid fa-phone"></i></a>
</div>
<div class="name-profession">
<span class="name">Subham Subedi</span>
<span class="profession">Tour Guide</span>
</div>
<div class="rating">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
<i class="far fa-star"></i>
</div>
<div class="button">
<a href="mailto:contact@krishsingh.com.np"><button class="aboutMe">Mail Me</button></a>
<a href="payment.html"><button class="hireMe">Hire Me</button></a>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
<div class="swiper-pagination"></div>
</div>
</section>
</div>
</section>
<section class="trip" id="section3">
<div class="section__container trip__container">
<h2 class="section__title">Accomodations</h2>
<center><p class="section__subtitle">
List of the best exclusive Hotels for Accomodation in Lalitpur
</p></center>
<div class="trip__grid">
<div class="trip__card">
<img src="assets/htlsquare.jpg" alt="trip" />
<div class="trip__details">
<p><b>Square hotel</b><br>Lalitpur 44700</p>
<div class="rating"><i class="ri-star-fill"></i> 4.2</div>
<div class="booking__price">
<div class="price"><span>Price</span> varies</div>
<a href="https://squarehotelktm.com/"><button class="book__now">Show</button></a>
</div>
</div>
</div>
<div class="trip__card">
<img src="assets/godvari.jpg" alt="trip" />
<div class="trip__details">
<p><b>Godavari Village Resort</b><br>Godavari, Lalitpur</p>
<div class="rating"><i class="ri-star-fill"></i> 4.5</div>
<div class="booking__price">
<div class="price"><span>Price</span> varies </div>
<a href="http://www.godavarivillageresort.com/"><button class="book__now">Show</button></a>
</div>
</div>
</div>
<div class="trip__card">
<img src="assets/htlneydo.jpg" alt="trip" />
<div class="trip__details">
<p><b>Neydo Hotel</b><br>Neydo Hotel, Lalitpur 44600</p>
<div class="rating"><i class="ri-star-fill"></i> 4.7</div>
<div class="booking__price">
<div class="price"><span>Price</span> varies </div>
<a href="http://www.neydohotel.com/"><button class="book__now">Show</button></a>
</div>
</div>
</div>
</div>
<div class="trip__grid">
<div class="trip__card">
<img src="assets/awanahtl.jpg" alt="trip" />
<div class="trip__details">
<p><b>Hotel Awana</b><br>Kasuli Marg, Godawari 44700</p>
<div class="rating"><i class="ri-star-fill"></i> 4.2</div>
<div class="booking__price">
<div class="price"><span>Price</span> varies</div>
<a href="http://www.hotelawananepal.com/"><button class="book__now">Show</button></a>
</div>
</div>
</div>
<div class="trip__card">
<img src="assets/kghhtl.jpg" alt="trip" />
<div class="trip__details">
<p><b>KGH Patan</b> <br>Mikhabahal Lalitpur 20, 44600</p>
<div class="rating"><i class="ri-star-fill"></i> 4.5</div>
<div class="booking__price">
<div class="price"><span>Price</span> varies</div>
<a href="http://www.kghpatan.com/"><button class="book__now">Show</button></a>
</div>
</div>
</div>
<div class="trip__card">
<img src="assets/yellowdurbarhtl.jpg" alt="trip" />
<div class="trip__details">
<p><b>Hotel Yellow Durbar</b> <br>Milap Rd, Lalitpur 44600</p>
<div class="rating"><i class="ri-star-fill"></i> 4.7</div>
<div class="booking__price">
<div class="price"><span>Price</span> varies </div>
<a href="https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwj4wf255YCEAxU0VmwGHRJnC0IQFnoECBgQAQ&url=https%3A%2F%2Fwww.facebook.com%2FYellowDurbarSanepa%2F&usg=AOvVaw1rffe4SkmdN2D-zeJLftR4&opi=89978449"><button class="book__now">Show</button></a>
</div>
</div>
</div>
</div>
</section>
<!-- Swiper JS -->
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<!-- Initialize Swiper -->
<script>
var swiper = new Swiper(".mySwiper", {
slidesPerView: 3,
spaceBetween: 30,
slidesPerGroup: 3,
loop: true,
loopFillGroupWithBlank: true,
pagination: {
el: ".swiper-pagination",
clickable: true,
},
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev",
},
});
</script>
<section class="gallary">
<div class="section__container gallary__container">
<div class="image__gallary">
<div class="gallary__col">
<img src="assets/101.jpg" alt="gallary" />
</div>
<div class="gallary__col">
<img src="assets/103.jpg" alt="gallary" />
<img src="assets/102.jpg" alt="gallary" />
</div>
</div>
<div class="gallary__content">
<div>
<h2 class="section__title">
Our trip gallary that will inspire you
</h2>
<p class="section__subtitle">
Explore moments captured from various places all over Nepal. Here you
can find your right destination.
</p>
<a href="gallary.html"><button class="btn">View All</button></a>
</div>
</div>
</div>
</section>
<br><br><br>
<footer class="footer">
<div class="section__container footer__container">
<div class="footer__col">
<h3>NepTour<span>.</span></h3>
<p>
Explore the Land Of Truth with us covering your backs and guiding you through the beauty of nepal.
</p>
</div>
<div class="footer__col">
<center><img src="assets/wasitkrish.jpg" style="width: 140px; height: 140px;"><br><p>@wasitkrish</p></center>
</div>
<div class="footer__col">
<h4>Address</h4>
<p>
<span>Address:</span> Sankhamul, Kathmandu, Nepal
</p>
<p><span>Email:</span> NepTour@krishsingh.com.np</p>
<p><span>Phone:</span>+977 9865365520</p>
</div>
</div>
<div class="footer__bar">
Copyright © 2023 https://Krishsingh.com.np/. All rights reserved.
</div>
</footer>
<script>
const hamburger = document.getElementById('hamburger');
const navLinks = document.getElementById('nav-links');
if (hamburger && navLinks) {
hamburger.addEventListener('click', function() {
navLinks.classList.toggle('active');
hamburger.classList.toggle('active');
});
const links = document.querySelectorAll('.nav__links .link a');
links.forEach(link => {
link.addEventListener('click', function() {
navLinks.classList.remove('active');
hamburger.classList.remove('active');
});
});
}
</script>
</body>
</html>