-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvaranasi.html
89 lines (81 loc) · 4.47 KB
/
varanasi.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Varanasi Travel Guide</title>
<link rel="stylesheet" href="vara.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://lp-cms-production.imgix.net/2024-09/shutterstockRF269687126.jpg?fit=crop&w=3840&auto=format&q=75" alt="Varanasi Landscape" />
<div class="photo-overlay">
<h1>Varanasi</h1>
<p>The Eternal City by the Ganges</p>
</div>
</div>
</section>
<section class="key-highlights">
<h2>Explore the Wonders of Varanasi</h2>
<p class="section-intro">Immerse yourself in the charm of India’s spiritual capital. Here's everything you need to make the most of your visit to Varanasi.</p>
<div class="highlights-container">
<div class="highlight">
<h3>🏯 Destination Places</h3>
<p>Uncover the timeless beauty of Varanasi with visits to the sacred <b>Kashi Vishwanath Temple</b>, serene <b>Dashashwamedh Ghat</b>, and the historical site of <b>Sarnath</b>, where Lord Buddha gave his first sermon. Don't miss the mesmerizing evening <b>Ganga Aarti</b> that lights up the ghats with spirituality and devotion.</p>
<a href="https://www.varanasi.org.in/places-to-visit" target="_blank" class="details-btn">Learn More</a>
</div>
<div class="highlight">
<h3>🏨 Stay Options</h3>
<p>Whether you're seeking luxury, tranquility, or budget-friendly accommodations, Varanasi has something for everyone. Choose from heritage hotels like <b>BrijRama Palace</b>, boutique inns along the ghats, or peaceful PGs in quieter parts of the city for a more local experience.</p>
<a href="https://www.booking.com/city/in/varanasi.html" target="_blank" class="details-btn">Explore Stays</a>
</div>
<div class="highlight">
<h3>🎭 Activities to Do</h3>
<p>From a sunrise <b>ride on the Ganges</b> to exploring the bustling streets filled with local artisans, there's no shortage of activities. Take a spiritual walk along the ghats, shop for <b>Banarasi silk sarees</b>, or attend yoga sessions to rejuvenate your body and soul.</p>
<a href="https://www.tripadvisor.in/Attractions-g297685-Activities-Varanasi_Varanasi_District_Uttar_Pradesh.html" target="_blank" class="details-btn">More Activities</a>
</div>
<div class="highlight">
<h3>🍛 Food & Cuisine</h3>
<p>Delight your taste buds with authentic Varanasi delicacies. Try the iconic <b>Paan</b> , enjoy the savory <b>Kachori-Sabzi</b>, and savor sweet treats like <b>Malaiyyo</b> and <b>Rabri Jalebi</b>. Explore cafes along Assi Ghat and indulge in the city's street food culture for an unforgettable culinary journey.</p>
<a href="https://www.holidify.com/pages/varanasi-food-2243.html" 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>