forked from siddharth-rishabh/GHUMO.in
-
Notifications
You must be signed in to change notification settings - Fork 0
/
near_you.html
59 lines (59 loc) · 3.1 KB
/
near_you.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>near_you_places</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="navbar">
<a id="logo">ghumo.in</a>
<a1>Review</a1>
<a>Help</a>
<a>About us</a>
<input placeholder=" Explore" class="search-input">
<div class="search-icon">
<i class="fa-solid fa-magnifying-glass"></i>
</div>
</div>
<div>
<h2>Near You Places</h2>
</div>
<div class="box_design">
<div class="shimlaimg"></div>
<div class="text">
<span><h3>SHIMLA</h3>
<p>Shimla is the capital of the northern Indian state of Himachal Pradesh, in the Himalayan foothills. Once the summer capital of British India, it remains the terminus of the narrow-gauge Kalka-Shimla Railway, completed in 1903. It’s also known for the handicraft shops that line The Mall, a pedestrian avenue, as well as the Lakkar Bazaar, a market specializing in wooden toys and crafts.</p></span>
</div>
</div>
<div class="box_design">
<div class="kangraimg"></div>
<div class="text">
<h3>KANGRA</h3>
<p>Kangra is a district located in the northern Indian state of Himachal Pradesh. It is known for its picturesque landscapes, rich cultural heritage, and historical significance</p>
</div>
</div>
<div class="box_design">
<div class="masoorieimg"></div>
<div class="text">
<h3>MUSSOORIE</h3>
<p>Mussoorie is a hill station and a municipal board, near Dehradun city in the Dehradun district of the Indian state Uttarakhand. It is about 35 kilometres from the state capital of Dehradun and 290 km north of the national capital of New Delhi. The hill station is in the foothills of the Garhwal Himalayan range.</p>
</div>
</div>
<div class="box_design">
<div class="dehradunimg"></div>
<div class="text">
<h3>DEHRADUN</h3>
<p>Dehradun is the capital of the Indian state of Uttarakhand, near the Himalayan foothills. At its core is the 6-sided Ghanta Ghar clock tower. To the southwest is Paltan Bazaar, a busy shopping area. Just east is the Sikh temple Gurdwara Nanaksar, topped with ornate white and golden domes. In Clement Town to the city’s southwest, Mindrolling Monastery is a Tibetan Buddhist center with shrine rooms in its Great Stupa</p>
</div>
</div>
<div class="box_design">
<div class="rishikeshimg"></div>
<div class="text">
<h3>RISHIKESH</h3>
<p>Rishikesh is a city in India’s northern state of Uttarakhand, in the Himalayan foothills beside the Ganges River. The river is considered holy, and the city is renowned as a center for studying yoga and meditation. Temples and ashrams (centers for spiritual studies) line the eastern bank around Swarg Ashram, a traffic-free, alcohol-free and vegetarian enclave upstream from Rishikesh town.</p>
</div>
</div>
</body>
</html>