-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcamping.html
More file actions
89 lines (81 loc) · 3.28 KB
/
Copy pathcamping.html
File metadata and controls
89 lines (81 loc) · 3.28 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
<!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">
<title>Amazing Camping Areas-India</title>
<link rel="stylesheet" href="../style/camping.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=Poppins:wght@300&display=swap" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.6.4.min.js" integrity="sha256-oP6HI9z1XaZNBrJURtCoUT5SUnxFr8s3BzRl+cbzUq8=" crossorigin="anonymous"></script>
<script>
$(function(){
$("#header").load("../user_header.html");
$("#footer").load("../user_footer.html");
});
</script>
</head>
<body>
<header id="header"></header>
<div id="campingdetail">
<h1>About</h1>
<p class="des-act">
India has many beautiful places for camping enthusiasts to explore. According to various sources, some of the best camping places in India include:
</p>
<span id="moretext">
1. Ladakh, which offers a camping experience of a lifetime with its vast stretches of the skies and crystal clear lakes like Tso Moriri Lake.<br>
2. Rishikesh, which is located in the Himalayan foothills beside the sacred river Ganga.<br>
3. Spiti Valley, which is nestled in the Keylong district of Himachal Pradesh.<br>
4. Kullu, which is known for its mountainous landscape and is surrounded by the Himalayas.<br>
5. Chandratal Lake, which is situated in the high-altitude region of Himachal Pradesh and is one of the best places to visit in the area.<br>
6. Solang Valley, which is known for its scenic beauty and is located in the Manali region of Himachal Pradesh.<br>
These are just a few of the many great camping places in India to explore.
</span>
<!-- -->
<a id="morelessbutton" href="#">Read more</a>
</div>
<section id="camppage">
<div id="camp-sortby">
<ul id="camp-filterDestinations">
<h3 class="sortbyDest">Sort by Destinations</h3>
</ul>
</ul>
<h1 id="camp-sortbydestination"></h1>
</div>
<div id="camp-data">
<!-- main card -->
<!-- single card -->
<!-- <div class="camp-activity">
<div class="camp-child-image">
<div><img src="" alt=""></div>
<div> -->
<!-- <ul class="camp-list">
<li>Rating <span>:</span></li>
<li>Destination<span>:</span> </li>
<li>Location<span>:</span> </li>
<li>Duration<span>:</span> </li>
<li>Price<span>:</span> </li>
</ul> -->
<!-- <table>
<tr><td>Rating :</td><td></td></tr>
<tr><td>Destination :</td><td></td></tr>
<tr><td>Location :</td><td></td></tr>
<tr><td>Duration :</td><td></td></tr>
<tr><td>Price :</td><td></td></tr>
</table>
</div>
</div>
<div class="child-description">
<h3>Description :</h3>
<p> </p>
</div>
</div> -->
</div>
</section>
<div id="camp-buttons"></div>
<footer id="footer"></footer>
</body>
<script src="../script/camping.js"></script>
</html>