-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjaipur.html
84 lines (81 loc) · 4.23 KB
/
jaipur.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jaipur Travel Guide</title>
<link rel="stylesheet" href="jaipur.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://www.shubhttc.com/resources/tourism/wp2395146.jpg" alt="Jaipur Landscape" />
<div class="photo-overlay">
<h1>Jaipur</h1>
<p>The Pink City of Royal Heritage</p>
</div>
</div>
</section>
<section class="key-highlights">
<h2>Discover the Royal Charm of Jaipur</h2>
<p class="section-intro">Step into the land of royalty, architecture, and cultural brilliance. Here's all you need to explore Jaipur.</p>
<div class="highlights-container">
<div class="highlight">
<h3>🏯 Destination Places</h3>
<p>Experience the grandeur of <b>Amber Fort</b>, marvel at the intricate designs of <b>Hawa Mahal</b>, and stroll through the stunning gardens of <b>City Palace</b>. Don’t miss the iconic <b>Jantar Mantar</b>, a UNESCO World Heritage site.</p>
<a href="https://www.tripadvisor.in/Attractions-g304555-Activities-Jaipur_Jaipur_District_Rajasthan.html" target="_blank" class="details-btn">Learn More</a>
</div>
<div class="highlight">
<h3>🏨 Stay Options</h3>
<p>From luxurious heritage hotels like <b>Rambagh Palace</b> to affordable boutique stays, Jaipur offers a variety of accommodations to suit every traveler. Enjoy royal hospitality in style or stay close to the bustling markets for a vibrant experience.</p>
<a href="https://www.booking.com/city/in/jaipur.html" target="_blank" class="details-btn">Explore Stays</a>
</div>
<div class="highlight">
<h3>🎭 Activities to Do</h3>
<p>Take a camel ride in the Thar Desert, enjoy the electrifying <b>Jaipur Literature Festival</b>, or shop for <b>handcrafted jewelry</b> and <b>block-printed textiles</b>. Immerse yourself in Rajasthani culture through folk music and dance performances.</p>
<a href="https://www.tripadvisor.in/Attractions-g304555-Activities-Jaipur_Jaipur_District_Rajasthan.html" target="_blank" class="details-btn">More Activities</a>
</div>
<div class="highlight">
<h3>🍛 Food & Cuisine</h3>
<p>Savor the rich flavors of Rajasthani cuisine. Relish dishes like <b>Dal Baati Churma</b>, enjoy a plate of spicy <b>Laal Maas</b>, and end your meal with the sweet indulgence of <b>Ghevar</b> or <b>Churma Ladoo</b>. Street food lovers, try the famous kachoris!</p>
<a href="https://www.holidify.com/pages/jaipur-food-3130.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>