-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathshi.html
86 lines (81 loc) · 4.17 KB
/
shi.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>Shillong Travel Guide</title>
<link rel="stylesheet" href="shi.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.syllad.com/wp-content/uploads/2022/10/Shillong.jpg" alt="Shillong Landscape" />
<div class="photo-overlay">
<h1>Shillong</h1>
<p>The Scotland of the East</p>
</div>
</div>
</section>
<section class="key-highlights">
<h2>Explore the Wonders of Shillong</h2>
<p class="section-intro">Dive into the breathtaking landscapes and cultural richness of Shillong, a serene hill station in Meghalaya. Here's what you can experience in this enchanting city.</p>
<div class="highlights-container">
<div class="highlight">
<h3>🏞️ Destination Places</h3>
<p>Explore stunning spots like the majestic <b>Shillong Peak</b>, mesmerizing <b>Elephant Falls</b>, and the tranquil <b>Ward's Lake</b>. Take a trip to nearby attractions like <b>Cherrapunji</b>, famous for its living root bridges.</p>
<a href="https://www.tripadvisor.in/Attractions-g503702-Activities-Shillong_East_Khasi_Hills_District_Meghalaya.html" target="_blank" class="details-btn">Learn More</a>
</div>
<div class="highlight">
<h3>🏨 Stay Options</h3>
<p>Choose from luxurious resorts, cozy homestays, and budget hotels. Some popular options include <b>Polo Orchid Resort</b>, <b>Ri Kynjai Resort</b>, and local inns offering a warm experience.</p>
<a href="https://www.booking.com/city/in/shillong.html" target="_blank" class="details-btn">Explore Stays</a>
</div>
<div class="highlight">
<h3>🎭 Activities to Do</h3>
<p>Go trekking in the hills, boating at Ward's Lake, or visit traditional Khasi villages to learn about local culture. Don't miss the lively <b>Police Bazaar</b> for shopping and a glimpse of Shillong's vibrant life.</p>
<a href="https://www.tripadvisor.in/Attractions-g503702-Activities-Shillong_East_Khasi_Hills_District_Meghalaya.html" target="_blank" class="details-btn">More Activities</a>
</div>
<div class="highlight">
<h3>🍛 Food & Cuisine</h3>
<p>Savor unique dishes like <b>Jadoh</b>, <b>Tungtap</b>, and <b>Smoked Meat</b>. Enjoy delicious momos and indulge in Shillong's café culture with popular spots like <b>Trattoria</b> and <b>Swish Café</b>.</p>
<a href="https://taxifornortheast.com/must-try-local-dishes-in-shillong/" 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>