-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCCC.html
More file actions
314 lines (293 loc) · 16.6 KB
/
Copy pathCCC.html
File metadata and controls
314 lines (293 loc) · 16.6 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chandigarh Capitol Complex - Map My Heritage</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="common _navfot.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand d-flex align-items-center" href="index.html">
<img src="images/logo2-removebg-preview.png" alt="Map my Heritage Logo" height="40" class="mr-0">
<span class="brand-text">Map my Heritage</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="Place1.html">Destinations</a></li>
<li class="nav-item"><a class="nav-link" href="BlogPage.html">Reviews & Blogs</a></li>
<li class="nav-item"><a class="nav-link" href="ContactPage.html">Contact Us</a></li>
</ul>
<div class="navbar-nav">
<a class="btn btn-primary" href="login1.html" style="margin-right: 10px;">
<i class="fas fa-user-circle mr-1"></i> Login / Sign Up
</a>
</div>
</div>
</nav>
<div class="container mt-5">
<div class="row">
<!-- Left Side: Images, Map, and 360° View -->
<div class="col-md-6">
<!-- Image Slider -->
<div id="siteCarousel" class="carousel slide mb-4" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://thetravelshots.com/wp-content/uploads/2021/06/Complex-du-Capitol2.jpg" class="d-block w-100" alt="Chandigarh Capitol Complex">
</div>
<div class="carousel-item">
<img src="https://chandigarhtourism.in/images/places-to-vist/headers/open-hand-monument-chandigarh-tourism-entry-fee-timings-holidays-reviews-header.jpg" class="d-block w-100" alt="Open Hand Monument">
</div>
<div class="carousel-item">
<img src="https://highcourtchd.gov.in/slider_images/2.jpg" class="d-block w-100" alt="High Court in Chandigarh Capitol Complex">
</div>
</div>
<a class="carousel-control-prev" href="#siteCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#siteCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- Map -->
<div class="map mb-4">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3430.451654065762!2d76.46949531538963!3d30.72681408651909!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39197d5c5c3c6b3f%3A0x6e8d8f3c8a4a6c4b!2sChandigarh%20Capitol%20Complex!5e0!3m2!1sen!2sin!4v1682521234567!5m2!1sen!2sin"
width="100%"
height="250"
style="border:0;"
allowfullscreen=""
loading="lazy">
</iframe>
</div>
<!-- 360° View -->
<div class="view-360 text-center">
<div class="embed-responsive embed-responsive-16by9">
<iframe
src="https://www.youtube.com/embed/360-degree-video-example"
class="embed-responsive-item"
allowfullscreen>
</iframe>
</div>
<p class="mt-2">360° View of Chandigarh Capitol Complex</p>
</div>
</div>
<!-- Right Side: History, Rules, and Safety -->
<div class="col-md-6">
<!-- Historical Background -->
<h3 class="section-title">Historical Background</h3>
<p class="text-justify">
The Chandigarh Capitol Complex, a UNESCO World Heritage Site, is a masterpiece of modern architecture designed by Le Corbusier. Located in Chandigarh, India, it houses the Legislative Assembly, Secretariat, and High Court. The Open Hand Monument, a symbol of peace and reconciliation, is a prominent feature of the complex. It represents the spirit of Chandigarh as a city of modernity and progress.
</p>
<!-- Visitor Rules -->
<h3 class="section-title">Visitor Rules</h3>
<ul class="text-justify">
<li>Maintain silence and respect the sanctity of the site.</li>
<li>Photography is allowed but avoid using flash near delicate structures.</li>
<li>Do not touch or damage the sculptures and monuments.</li>
<li>Follow the instructions of the site staff.</li>
</ul>
<!-- Safety Precautions -->
<h3 class="section-title">Safety Precautions</h3>
<ul class="text-justify">
<li>Wear comfortable footwear as the site involves walking.</li>
<li>Carry water to stay hydrated during your visit.</li>
<li>Avoid visiting during peak hours to avoid crowds.</li>
</ul>
<!-- Nearby Hotels and Restaurants -->
<h3 class="section-title">Nearby Hotels and Trending Restaurants</h3>
<div class="row">
<!-- Hotels -->
<div class="col-md-6">
<h4 class="sub-section-title">Nearby Hotels</h4>
<ul class="list-unstyled text-justify">
<li>
<strong>Taj Chandigarh</strong> - 2.0 km from Chandigarh Capitol Complex
<p class="text-muted">A luxurious hotel offering modern amenities and excellent service.</p>
</li>
<li>
<strong>Hotel Mountview</strong> - 1.5 km from Chandigarh Capitol Complex
<p class="text-muted">A budget-friendly hotel with comfortable accommodations.</p>
</li>
<li>
<strong>JW Marriott Chandigarh</strong> - 3.0 km from Chandigarh Capitol Complex
<p class="text-muted">A peaceful retreat with scenic views and great hospitality.</p>
</li>
</ul>
</div>
<!-- Restaurants -->
<div class="col-md-6">
<h4 class="sub-section-title">Trending Restaurants</h4>
<ul class="list-unstyled text-justify">
<li>
<strong>Backpackers Cafe</strong> - 1.0 km from Chandigarh Capitol Complex
<p class="text-muted">A fine-dining restaurant offering a mix of Indian and continental cuisine.</p>
</li>
<li>
<strong>Virgin Courtyard</strong> - 2.5 km from Chandigarh Capitol Complex
<p class="text-muted">Known for its authentic Italian dishes and cozy ambiance.</p>
</li>
<li>
<strong>Pal Dhaba</strong> - 1.8 km from Chandigarh Capitol Complex
<p class="text-muted">Famous for its Punjabi dishes and traditional ambiance.</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Updated footer for Monuments.html -->
<footer class="heritage-footer pt-5 mt-5">
<div class="container">
<!-- Main Footer Content -->
<div class="row">
<!-- Brand and Description -->
<div class="col-lg-4 mb-4">
<div class="footer-brand d-flex align-items-center mb-3">
<img src="images/logo2-removebg-preview.png" alt="Map my Heritage Logo" height="50">
<span class="brand-text ml-2">Map my Heritage</span>
</div>
<p class="text-white-50">Discover India's rich cultural heritage through carefully curated travel experiences. Explore ancient monuments, UNESCO sites, and historical wonders with expert guides.</p>
<div class="social-icons mt-4">
<a href="#" class="social-icon"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="social-icon"><i class="fab fa-twitter"></i></a>
<a href="#" class="social-icon"><i class="fab fa-instagram"></i></a>
<a href="#" class="social-icon"><i class="fab fa-youtube"></i></a>
</div>
</div>
<!-- Quick Links -->
<div class="col-lg-2 col-md-4 col-6 mb-4">
<h5 class="text-white footer-heading">Explore</h5>
<ul class="footer-links">
<li><a href="index.html">Home</a></li>
<li><a href="Place1.html">Destinations</a></li>
<li><a href="BlogPage.html">Blogs</a></li>
<li><a href="ContactPage.html">Contact</a></li>
</ul>
</div>
<!-- Heritage Sites -->
<div class="col-lg-2 col-md-4 col-6 mb-4">
<h5 class="text-white footer-heading">Heritage Sites</h5>
<ul class="footer-links">
<li><a href="Unesco_Page.html">UNESCO Sites</a></li>
<li><a href="Ancient_ruins_page.html">Ancient Ruins</a></li>
<li><a href="museums.html">Museums</a></li>
<li><a href="Monuments.html">Monuments</a></li>
</ul>
</div>
<!-- Tour Packages -->
<div class="col-lg-2 col-md-4 col-6 mb-4">
<h5 class="text-white footer-heading">Tour Packages</h5>
<ul class="footer-links">
<li><a href="#">North India Heritage</a></li>
<li><a href="#">South India Temples</a></li>
<li><a href="#">UNESCO Wonders</a></li>
<li><a href="#">Custom Tours</a></li>
</ul>
</div>
<!-- Contact Information -->
<div class="col-lg-2 col-md-4 col-6 mb-4">
<h5 class="text-white footer-heading">Contact Us</h5>
<address class="text-white-50">
<p class="mb-1"><i class="fas fa-map-marker-alt mr-2"></i>123 Heritage Lane, New Delhi</p>
<p class="mb-1"><i class="fas fa-phone-alt mr-2"></i>+91 98765 43210</p>
<p class="mb-1"><i class="fas fa-envelope mr-2"></i>info@mapmyheritage.com</p>
</address>
</div>
</div>
<!-- Newsletter -->
<div class="row newsletter-section py-4 my-4">
<div class="col-md-6">
<h5 class="text-white mb-0">Subscribe to Our Newsletter</h5>
<p class="text-white-50">Get the latest news and special offers</p>
</div>
<div class="col-md-6">
<form class="newsletter-form">
<div class="input-group">
<input type="email" class="form-control" placeholder="Your email address">
<div class="input-group-append">
<button class="btn btn-primary" type="button">Subscribe</button>
</div>
</div>
</form>
</div>
</div>
<!-- Bottom Footer -->
<div class="footer-bottom py-3">
<div class="row">
<div class="col-md-6">
<p class="mb-0 text-white-50">© 2024 Map my Heritage. All rights reserved.</p>
</div>
<div class="col-md-6 text-md-right">
<ul class="footer-bottom-links">
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Service</a></li>
<li><a href="#">Sitemap</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Tricolor Footer Border -->
<div class="tricolor-border">
<div class="orange-section"></div>
<div class="white-section"></div>
<div class="green-section"></div>
</div>
</footer>
<script>
document.addEventListener('DOMContentLoaded', function() {
const currentPage = window.location.pathname.split('/').pop();
const navLinks = document.querySelectorAll('.navbar-nav .nav-link');
// First, determine which link should be active
let activeLink = null;
if (currentPage === 'index.html' || currentPage === '') {
activeLink = 'index.html';
} else if (currentPage === 'Place1.html' ||
currentPage === 'ELLORACAVES_page.html' ||
currentPage === 'Amber_fort_page.html' ||
currentPage === 'GLCT.html' ||
currentPage === 'EC.html' ||
currentPage === 'CPAP.html' ||
currentPage === 'CCC.html' ||
(currentPage.includes('_page') && !currentPage.includes('Ancient_ruins_page'))) {
activeLink = 'Place1.html';
} else if (currentPage === 'BlogPage.html' ||
currentPage === 'Unesco_Page.html' ||
currentPage === 'Monuments.html' ||
currentPage === 'museums.html' ||
currentPage === 'Ancient_ruins_page.html') {
activeLink = 'BlogPage.html';
} else if (currentPage === 'ContactPage.html') {
activeLink = 'ContactPage.html';
}
// Now set only the determined active link
navLinks.forEach(link => {
const linkHref = link.getAttribute('href');
if (linkHref === activeLink) {
link.classList.add('active');
} else {
link.classList.remove('active');
}
});
// No need to add hamburger functionality here since Bootstrap's JS already handles it
});
</script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.4.4/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body>
</html>