-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathddn.html
86 lines (81 loc) · 4.25 KB
/
ddn.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dehradun Travel Guide</title>
<link rel="stylesheet" href="ddn.css">
</head>
<body>
<div class="logo">
<img src="LOGO.png" alt="Roam City Logo">
</div>
<header>
<nav>
<a href="index.html">Home</a>
<a href="traveltips.html">Travel Tips</a>
<a href="aboutus.html">About Us</a>
<a href="contactus.html">Contact Us</a>
</nav>
</header>
<section class="city-intro">
<div class="city-photo">
<img src="https://uttarakhandguide.com/wp-content/uploads/2019/04/Dehradun.jpg" alt="Dehradun Landscape" />
<div class="photo-overlay">
<h1>Dehradun</h1>
<p>The Gateway to the Himalayas</p>
</div>
</div>
</section>
<section class="key-highlights">
<h2>Explore the Wonders of Dehradun</h2>
<p class="section-intro">Discover the scenic beauty, tranquil landscapes, and cultural heritage of Dehradun. Here's everything you need to know for an unforgettable trip.</p>
<div class="highlights-container">
<div class="highlight">
<h3>🏯 Destination Places</h3>
<p>Explore the peaceful <b>Robber's Cave</b>, the religious <b>Tapkeshwar Temple</b>, and the serene <b>Mindrolling Monastery</b>. Don't miss a visit to the <b>Forest Research Institute</b> or the iconic <b>Rajaji National Park</b> for an encounter with nature.</p>
<a href="https://www.holidify.com/places/dehradun/sightseeing-and-things-to-do.html" target="_blank" class="details-btn">Learn More</a>
</div>
<div class="highlight">
<h3>🏨 Stay Options</h3>
<p>Dehradun offers a variety of accommodations ranging from luxury resorts to cozy guesthouses. Stay at <b>Singh's Hotel</b> for a tranquil experience or find budget-friendly stays around <b>Rajpur Road</b> for a more local vibe.</p>
<a href="https://www.booking.com/city/in/dehradun.html" target="_blank" class="details-btn">Explore Stays</a>
</div>
<div class="highlight">
<h3>🎭 Activities to Do</h3>
<p>Take a nature walk in <b>Malsi Deer Park</b>, trek up to <b>Har Ki Dun</b>, or enjoy boating in <b>Guchhupani Waterfall</b>. Don't miss the cultural events at <b>Forest Research Institute</b> and the annual <b>Dehradun Fair</b> for a deeper understanding of the city's rich heritage.</p>
<a href="https://www.stayvista.com/blog/things-to-do-in-dehradun/" target="_blank" class="details-btn">More Activities</a>
</div>
<div class="highlight">
<h3>🍛 Food & Cuisine</h3>
<p>Savor delicious local food like <b>Singh's Chole Bhature</b>, <b>Alu Ke Gutke</b>, and <b>Raita</b>. Don't miss out on street food in the <b>Paltan Bazaar</b> or dine at the famous <b>Brass Tacks</b> restaurant for a more contemporary experience.</p>
<a href="https://blog.swiggy.com/2024/03/17/guide-to-dehradun-famous-foods/" target="_blank" class="details-btn">Find Food Spots</a>
</div>
</div>
</section>
<footer>
<div class="footer-sec">
<h3>Popular Cities</h3>
<ul>
<li><a href="shi.html">Shilong</a></li>
<li><a href="varanasi.html">Varanasi</a></li>
<li><a href="goa.html">Goa</a></li>
<li><a href="jaipur.html">Jaipur</a></li>
</ul>
</div>
<div class="footer-sec">
<h3>Our Company</h3>
<ul>
<li><a href="terms.html">Terms and Conditions</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="contactus.html">Contact Us</a></li>
</ul>
</div>
<div class="footer-quote">
<div class="logo-footer" style="font-style: normal;">Roam To</div>
<div class="logo-footer" style="font-style: normal;">The City</div>
</div>
</footer>
</body>
</html>