-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathindex2.html
302 lines (287 loc) · 11.1 KB
/
index2.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./Frontend/styles.css">
<link rel="stylesheet" href="./Frontend/footer.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
</head>
<body>
<!-- Navbar -->
<nav class="navbar">
<div class="navbar-logo">
<a href="index.html"><img src="logo-white.png" style="height:70px;width:112.4px;padding-top:2px;" alt="Logo"></a>
</div>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
<ul class="navbar-links">
<li><a href="../index.html" class="navbar-link">Home</a></li>
<li><a href="../Frontend/aboutUs/aboutus.html" class="navbar-link">About Us</a></li>
<li><a href="../index.html" class="navbar-link">Features</a></li>
<li><a href="#faq" class="navbar-link">FAQs</a></li>
<li><a href="../contributors/contributor.html" class="navbar-link">Contributors</a></li>
<li><a href="../contact_us_page/contactus.html" class="navbar-link">Contact</a></li>
<li><a h ref="signin/sign-in.html" class="navbar-link">Sign In <i class="fa-solid fa-arrow-right-to-bracket"></i></a></li>
</ul>
</nav>
<section class="popular-destinations" >
<div class="destination-boxes">
<div class="destination-box">
<img src="img/ooty.png" alt="Taj Mahal">
<div class="destination-info">
<h3>Ooty</h3>
<p> The "Queen of Hill Stations" in India, offering scenic beauty with lush greenery, rolling hills.
</p>
<button class="rotate-btn">Click Here</button>
</div>
<div class="destination-box-back">
<div>Great things to do</div>
<br>
<ul>
<li>Ooty Lake</li>
<li>Botanical Gardens</li>
<li>Nilgiri Mountain Railway</li>
<li>Doddabetta Peak</li>
</ul>
<br>
<button class="rotate-btn">Click Here</button>
</div>
</div>
<div class="destination-box">
<img src="img/d3.jpg" alt="Goa">
<div class="destination-info">
<h3>Goa</h3>
<p>Famous for its stunning beaches, vibrant nightlife, and Portuguese-influenced culture.</p>
<button class="rotate-btn">Click Here</button>
</div>
<div class="destination-box-back">
<div>Great things to do</div>
<br>
<ul>
<li>Baga Beach</li>
<li>Dudhsagar Waterfalls</li>
<li>Fort Aguada</li>
<li>Basilica of Bom Jesus</li>
</ul>
<br>
<button class="rotate-btn">Click Here</button>
</div>
</div>
<div class="destination-box">
<img src="img/d5.png" alt="Jaipur">
<div class="destination-info">
<h3>Jaipur</h3>
<p>Known as the "Pink City", Jaipur is a vibrant cultural hub and home to grand forts,and historic
monuments.</p>
<button class="rotate-btn">Click Here</button>
</div>
<div class="destination-box-back">
<div>Great things to do</div>
<br>
<ul>
<li>Amber Fort</li>
<li> Hawa Mahal</li>
<li>City Palace</li>
<li>Jantar Mantar</li>
</ul>
<br>
<button class="rotate-btn">Click Here</button>
</div>
</div>
<div class="destination-box">
<img src="img/kerala.png" alt="Kerala">
<div class="destination-info">
<h3>Kerala</h3>
<p>Famous for its backwaters, houseboats, and scenic hill stations.</p>
<button class="rotate-btn">Click Here</button>
</div>
<div class="destination-box-back">
<div>Great things to do</div>
<br>
<ul>
<li>Backwater Cruise
</li>
<li> Munnar Tea Gardens
</li>
<li> Athirappilly Waterfalls
</li>
<li>Fort Kochi</li>
</ul>
<br>
<button class="rotate-btn">Click Here</button>
</div>
</div>
<div class="destination-box">
<img src="img/ladakh.png" alt="Ladakh">
<div class="destination-info">
<h3>Ladakh</h3>
<p>A paradise for adventure lovers with its stunning landscapes and Buddhist monasteries.</p>
<button class="rotate-btn">Click Here</button>
</div>
<div class="destination-box-back">
<div>Great things to do</div>
<br>
<ul>
<li>aPangong Lake
</li>
<li> Nubra Valley
</li>
<li> Thiksey Monastery
</li>
<li>Khardung La Pass</li>
</ul>
<br>
<button class="rotate-btn">Click Here</button>
</div>
</div>
<div class="destination-box">
<img src="img/shimla.png" alt="Shimla">
<div class="destination-info">
<h3>Shimla</h3>
<p>A charming hill station surrounded by lush greenery and stunning colonial architecture.</p>
<button class="rotate-btn">Click Here</button>
</div>
<div class="destination-box-back">
<div>Great things to do</div>
<br>
<ul>
<li>The Ridge
</li>
<li>Jakhoo Temple
</li>
<li> Kufri
</li>
<li>Mall Road</li>
</ul>
<br>
<button class="rotate-btn">Click Here</button>
</div>
</div>
<div class="destination-box">
<img src="img/andn.png" alt="Andaman Islands">
<div class="destination-info">
<h3>Andaman Islands</h3>
<p>Known for its white-sand beaches, crystal-clear waters, and diverse marine life.</p>
<button class="rotate-btn">Click Here</button>
</div>
<div class="destination-box-back">
<div>Great things to do</div>
<br>
<ul>
<li>Radhanagar Beach
</li>
<li>Cellular Jail
</li>
<li> Scuba Diving
</li>
<li> Ross Island</li>
</ul>
<br>
<button class="rotate-btn">Click Here</button>
</div>
</div>
<div class="destination-box">
<img src="img/mysore.png" alt="Mysore">
<div class="destination-info">
<h3>Mysore</h3>
<p>Famous for its royal heritage, palaces, and the grand Dussehra festival.</p>
<button class="rotate-btn">Click Here</button>
</div>
<div class="destination-box-back">
<div>Great things to do</div>
<br>
<ul>
<li>Mysore Palace
</li>
<li> Chamundi Hill
</li>
<li> St. Philomena's Church
</li>
<li>Brindavan Gardens</li>
</ul>
<br>
<button class="rotate-btn">Click Here</button>
</div>
</div>
</div>
<script>
var btns = document.getElementsByClassName("rotate-btn");
for (var i = 0; i < btns.length; i++) {
btns[i].style.backgroundColor = "white";
}
document.querySelectorAll('.rotate-btn').forEach(button => {
button.addEventListener('click', function() {
const destinationBox = this.closest('.destination-box');
destinationBox.classList.toggle('flipped');
const backImage = destinationBox.querySelector('.destination-box-back img');
if (destinationBox.classList.contains('flipped')) {
if (backImage) {
backImage.style.opacity = '0.6';
}
} else {
if (backImage) {
backImage.style.opacity = '1';
}
}
});
});
document.querySelector('.hamburger').addEventListener('click', () => {
const navLinks = document.querySelector('.navbar-links');
navLinks.classList.toggle('show');
});
</script>
</section>
<footer>
<div class="footer-content">
<div class="footer-section">
<h3>Trip Tailor</h3>
<p>Personalized travel planning made easy-explore destinations and create memories.</p>
<div class="social-links">
<a href="" target="_blank" aria-label="Facebook"><i
class="fab fa-facebook"></i></a>
<a href="" target="_blank" aria-label="Twitter"><i
class="fab fa-twitter"></i></a>
<a href="" target="_blank" aria-label="Instagram"><i
class="fab fa-instagram"></i></a>
<a href="" target="_blank" aria-label="YouTube"><i
class="fab fa-youtube"></i></a>
<a href="" target="_blank" aria-label="Linkedin"><i
class="fa-brands fa-linkedin-in"></i></a>
</div>
</div>
<div class="footer-section">
<h4>Quick Links</h4>
<ul>
<li><a href="#hero">Home</a></li>
<li><a href="../Frontend/aboutUs/aboutus.html">About Us</a></li>
<li><a href="#content">Our Trips</a></li>
<li><a href="../contact_us_page/contactus.html">Contact</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Travel Planner</h4>
<ul>
<li><a href="countingpage.html">Planner</a></li>
<li><a href="#hero">Duration</a></li>
<li><a href="#hero">Experiences</a></li>
</ul>
</div>
<div class="footer-section">
<h4 style="margin-bottom: 40px;">Contact Us</h4>
<ul class="contact-info" style="margin-top: -20px;">
<li><i class="fas fa-envelope"></i><a href="mailto:[email protected]"
style="margin-left: -5px;">[email protected]</a></li>
<li><i class="fas fa-map-marker-alt"></i><span>India</span></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p> © 2025 Trip Tailor, All Right Reserved</p>
</div>
</footer>
</body>
</html>