-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
470 lines (409 loc) · 18.8 KB
/
index.html
File metadata and controls
470 lines (409 loc) · 18.8 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
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
India Tourism | Indian Travel Destinations Guide & Tour Packages
</title>
<link rel="shortcut icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Sacramento&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-------------------------------------- social_icons link here--------------------------->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-------------------------------------- css file ------------------------------------->
<link rel="stylesheet" href="styles.css">
<!-------------------------- for fonts family links ------------------------>
<link href="https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2:wght@600&family=Roboto+Slab:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap" rel="stylesheet">
</head>
<body>
<!-- ------------------------------MENU ICON JS------------------------------ -->
<script>
function openNav_p() {
document.getElementById("mySidepanel_p").style.width = "250px";
}
function closeNav_p() {
document.getElementById("mySidepanel_p").style.width = "0";
}
</script>
<!-- -------------------------------MENU ICON JS------------------------------- -->
<!-- -------------------------------TOP NAVIGATION BAR------------------------------- -->
<div class="r_container">
<header class="top_navbar_p">
<!-- -------------------------------WEBSITE ICON------------------------------- -->
<a href="index.html">
<!-- <img class="website_icon_p" src="https://image.flaticon.com/icons/svg/3125/3125848.svg" OLD ICON-->
<img class="website_icon_p" src="https://image.flaticon.com/icons/svg/854/854945.svg">
</a>
<!-- ------------------------------WEBSITE ICON------------------------------ -->
<!-- -------------------------------CONTENT INSIDE NAVBAR (LEFT SIDE)------------------------------- -->
<nav class="navigator_left_p">
<ul class="ul_style_p">
<li class="dropdown_p li_style_p">
<a class="general_property_p" href="#">
Destinations
<img class="down_arrow_p" src="https://www.tourmyindia.com/imgnew/dropdown-arrow.svg" />
</a>
<!-- ------------------------------DROPDOWN CONTENT------------------------------ -->
<div class="dropdown_container_p">
<a class="dropdown_content_p general_property_p" href="#">
North India
<img class="right_arrow_p" src="https://www.tourmyindia.com/imgnew/dropdown-arrow.svg" />
</a>
<a class="dropdown_content_p general_property_p" href="#">
South India
<img class="right_arrow_p" src="https://www.tourmyindia.com/imgnew/dropdown-arrow.svg" />
</a>
<a class="dropdown_content_p general_property_p" href="#">
East India
<img class="right_arrow_p" src="https://www.tourmyindia.com/imgnew/dropdown-arrow.svg" />
</a>
<a class="dropdown_content_p general_property_p" href="#">
West India
<img class="right_arrow_p" src="https://www.tourmyindia.com/imgnew/dropdown-arrow.svg" />
</a>
</div>
<!-- -------------------------------DROPDOWN CONTENT------------------------------- -->
</li>
<li class="dropdown_p li_style_p">
<a class="general_property_p" href="#">
Holiday Ideas
<img class="down_arrow_p" src="https://www.tourmyindia.com/imgnew/dropdown-arrow.svg" />
</a>
<!-- -------------------------------DROPDOWN CONTENT------------------------------- -->
<div class="dropdown_container_p">
<a class="dropdown_content_p general_property_p" href="#">
Tourism Destinations by Interest
<img class="right_arrow_p" src="https://www.tourmyindia.com/imgnew/dropdown-arrow.svg" />
</a>
<a class="dropdown_content_p general_property_p" href="#">
Adventure Tourism
<img class="right_arrow_p" src="https://www.tourmyindia.com/imgnew/dropdown-arrow.svg" />
</a>
<a class="dropdown_content_p general_property_p" href="#">
Pilgrimage Tourism
<img class="right_arrow_p" src="https://www.tourmyindia.com/imgnew/dropdown-arrow.svg" />
</a>
</div>
<!-- -------------------------------DROPDOWN CONTENT------------------------------- -->
</li>
<li class="dropdown_p li_style_p">
<a class="general_property_p" href="#">
Packages
<img class="down_arrow_p" src="https://www.tourmyindia.com/imgnew/dropdown-arrow.svg" />
</a>
<!-- -------------------------------DROPDOWN CONTENT------------------------------- -->
<div class="dropdown_container_p">
<a class="dropdown_content_p general_property_p" href="#">
Packages by State
<img class="right_arrow_p" src="https://www.tourmyindia.com/imgnew/dropdown-arrow.svg" />
</a>
<a class="dropdown_content_p general_property_p" href="#">
Holidays by Interest
<img class="right_arrow_p" src="https://www.tourmyindia.com/imgnew/dropdown-arrow.svg" />
</a>
<a class="dropdown_content_p general_property_p" href="#">
Popular Tour Packages
<img class="right_arrow_p" src="https://www.tourmyindia.com/imgnew/dropdown-arrow.svg" />
</a>
<a class="dropdown_content_p general_property_p" href="#">
Luxury Train Tour
<img class="right_arrow_p" src="https://www.tourmyindia.com/imgnew/dropdown-arrow.svg" />
</a>
</div>
<!-- -------------------------------DROPDOWN CONTENT------------------------------- -->
</li>
<li class="dropdown_p li_style_p">
<a class="general_property_p" href="#">
Places to Stay
<img class="down_arrow_p" src="https://www.tourmyindia.com/imgnew/dropdown-arrow.svg" />
</a>
<!-- -------------------------------DROPDOWN CONTENT------------------------------- -->
<div class="dropdown_container_p">
<a class="dropdown_content_p general_property_p" href="#">City Wise
<img class="right_arrow_p" src="https://www.tourmyindia.com/imgnew/dropdown-arrow.svg" />
</a>
<a class="dropdown_content_p general_property_p" href="#">
Wildlife Resorts
<img class="right_arrow_p" src="https://www.tourmyindia.com/imgnew/dropdown-arrow.svg" />
</a>
<a class="dropdown_content_p general_property_p" href="#">
Beach Resorts
<img class="right_arrow_p" src="https://www.tourmyindia.com/imgnew/dropdown-arrow.svg" />
</a>
<a class="dropdown_content_p general_property_p" href="#">
Luxury Hotels
<img class="right_arrow_p" src="https://www.tourmyindia.com/imgnew/dropdown-arrow.svg" />
</a>
</div>
<!-- -------------------------------DROPDOWN CONTENT------------------------------- -->
</li>
<li class="dropdown_p li_style_p">
<a class="general_property_p" href="#">
Weekend Gateways
<img class="down_arrow_p" src="https://www.tourmyindia.com/imgnew/dropdown-arrow.svg" />
</a>
<!-- -------------------------------DROPDOWN CONTENT------------------------------- -->
<div class="dropdown_container_p">
<a class="dropdown_content_p general_property_p" href="#">
Top Weekend Breaks & Short Getaways Near Your City
<img class="right_arrow_p" src="https://www.tourmyindia.com/imgnew/dropdown-arrow.svg" />
</a>
</div>
<!-- -------------------------------DROPDOWN CONTENT------------------------------- -->
</li>
</ul>
</nav>
<!-- -------------------------------CONTENT INSIDE NAVBAR (LEFT SIDE)------------------------------- -->
<!-- -------------------------------MENU ICON------------------------------- -->
<!-- IF IT DOES'T LOOKS GREAT WE CAN DELETE THIS AS WELL -->
<div id="mySidepanel_p" class="sidepanel_p">
<a href="javascript:void(0)" class="closebtn_p" onclick="closeNav_p()">×</a>
<a href="#">About</a>
<a href="#">Contact</a>
<a href="#">FAQ</a>
</div>
<button class="openbtn_p" onclick="openNav_p()">☰</button>
<!-- -------------------------------MENU ICON------------------------------- -->
</header>
<!-- ------------x-------------x------TOP NAVIGATION BAR--------x------------x----------- -->
<!-- CORONA VIRUS UPDATE -->
<!-- <div aria-live="polite" aria-atomic="true" class="alert_p">
<div class="toast inner_alert_p">
<div class="toast-header alert_header_p">
<strong class="mr-auto">COVID-19 PANDEMIC</strong>
<button type="button" class="ml-2 mb-1 close" data-dismiss="toast" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="toast-body alert_body_p">
<h4>Get latest updates <a class="here_p" href="https://www.worldometers.info/coronavirus/">here</a></h4>
</div>
</div>
</div> -->
<!--------------------------- center heading ----------------------------->
<div class="center_heading">
<h3 id="r_1">Welcome To india</h3>
<h1 id="r_2">DO COME & VISIT <span class="changecontent"></span></h1>
<p id="r_3">"India once is not enough❤️"</p>
<div class="r_searchbox">
<input type="text" name="box" placeholder="Search Your wish...." Id="r_icon">
<!-- JUST ADD THIS LINE TO YOUR HTML CODE FOR SEARCH ICON-->
<input type="submit" name="box" value="Search" Id="r_ico">
</div>
</div>
<!-------x----------x---------- center heading --------------x--------------->
<!----------------------------------- middleportion --------------------------------------->
<div class="middle_section_p">
<h1 class="incredibleindia">
Incredible <span id="i_of_india_p">!</span>ndia
</h1>
<button class="s_button">
<a id="explore_anchor_p" href="explore.html">
<span id="explore_btn_p">Explore</span>
</a>
</button>
</div>
<!-----------x-----------------x------- middleportion --------x-----------------x-------------->
<!-- ------------------------------------------BOTTOM NAVIGATION BAR-------------------------------->
<section class="bottom_navbar">
<!-- <div class="container_p"> -->
<ul class="ul_style_modify">
<li class="li_style_modify">
<img class=""="bottomnavbar" id="img_size1_p" src="https://www.tourmyindia.com/imgnew/india-tour.svg" alt="india tour">
<a href="#" class="general_property_p">India Tour</a>
</li>
<li class="li_style_modify">
<img class="bottomnavbar" id="img_size2_p" src="https://www.tourmyindia.com/imgnew/international-tour.svg" alt="international-tour">
<a href="#" class="general_property_p">International Tour</a>
</li>
<li class="li_style_modify">
<img class="bottomnavbar" id="img_size3_p" src="https://www.tourmyindia.com/imgnew/destinaton-wedding.svg" alt="destinaton-wedding">
<a href="#" class="general_property_p">Destination Wedding</a>
</li>
<li class="li_style_modify">
<img class="bottomnavbar" id="img_size4_p" src="https://www.tourmyindia.com/imgnew/medical-tourism.svg" alt="medical-tourism">
<a href="#" class="general_property_p">Medical Tourism</a>
</li>
</ul>
<!-- </div> -->
</section>
<!-- -------------------------x----------x-------BOTTOMNAVIGATION----------------x--------x---------->
<hr>
<!--------------------------------------- section second and third here -------------------------------->
<section class="second">
<div class="second_s">
<div class="container_second">
<h3>Top Trending India Holiday Destination</h3>
<div class="nextandprevious1">
<a href="#" id="sbkepapa" class="previous round1">‹</a>
<a href="#" id="sbkepapa" class="next round1">›</a>
</div>
</div>
<div class="holiday">
<div id="holiday1">
<img src="img/tajmahal.jpg" alt="">
<h3> Agra</h3>
<div class="wrap_left_right">
<button class="button_s">view packages</button>
</div>
</div>
<div id="holiday2">
<img src="img/srinagr.jpg" alt="">
<h3>Srinagar</h3>
<div class="wrap_center">
<button class="button_s">view packages</button>
</div>
</div>
<div id="holiday3">
<img src="img/kashmir.jpg" alt="">
<h3>Kashmir</h3>
<div class="wrap_left_right">
<button class="button_s">view packages</button>
</div>
</div>
</div>
</div>
</section>
<hr>
<section class="third">
<div class="third_s">
<div class="container_third">
<h3>Top Trending International Holiday Destination</h3>
<div class="nextandprevious">
<a href="#" id="next_previous" class="previous round">‹</a>
<a href="#" id="next_previous" class="next round">›</a>
</div>
</div>
<div class="holiday">
<div id="holiday1">
<img src="img/london.jpg" alt="">
<h3> London</h3>
<div class="wrap_left_right">
<button class="button_s">view packages</button>
</div>
</div>
<div id="holiday2">
<img src="img/nepal.jpg" alt="">
<h3>Nepal</h3>
<div class="wrap_center">
<button class="button_s">view packages</button>
</div>
</div>
<div id="holiday3">
<img src="img/paris.jpg" alt="">
<h3>Paris</h3>
<div class="wrap_left_right">
<button class="button_s">view packages</button>
</div>
</div>
</div>
</div>
</section>
<hr>
<!--------------------------------------- section second and third here -------------------------------->
<!------------------------------------------------- footerhere ----------------------------------->
<div class="footer_p">
<nav class="footer_nav_p">
<div class="brand_logo_div_p">
<a id="brand_logo_anchor_p" href="#">
<img class="brand_logo_p" src="https://image.flaticon.com/icons/svg/854/854945.svg" alt="Brand Logo">
<h5 class="brand_logo_h5_p">TOUR & TRAVELS</h5>
</a>
</div>
<div class="top_links_p">
<dl class="dl_style_p">
<dt class="dt_style">
COMPANY
</dt>
<dd>
<a class="dd_a_style_p" href="#">About</a>
</dd>
<dd>
<a class="dd_a_style_p" href="#">Jobs</a>
</dd>
<dd>
<a class="dd_a_style_p" href="#">Records</a>
</dd>
</dl>
<dl class="dl_style_p">
<dt class="dt_style">
COMMUNITIES
</dt>
<dd>
<a class="dd_a_style_p" href="#">For Artists</a>
</dd>
<dd>
<a class="dd_a_style_p" href="#">Developers</a>
</dd>
<dd>
<a class="dd_a_style_p" href="#">Records</a>
</dd>
<dd>
<a class="dd_a_style_p" href="#">Investors</a>
</dd>
<dd>
<a class="dd_a_style_p" href="#">Vendors</a>
</dd>
</dl>
<dl class="dl_style_p">
<dt class="dt_style">
USEFUL LINLS
</dt>
<dd>
<a class="dd_a_style_p" href="#">Help</a>
</dd>
<dd>
<a class="dd_a_style_p" href="#">Free Mobile App</a>
</dd>
</dl>
</div>
<div class="social_icons_p">
<ul class="footer_ul_p">
<li class="footer_li_p">
<a href="#"> <i class="fa fa-twitter"></i>
</a>
</li>
<li class="footer_li_p">
<a href="#"> <i class="fa fa-facebook"></i></a>
</li>
<li class="footer_li_p">
<a href="#"> <i class="fa fa-instagram"></i> </a>
</li>
<!-- <li class="footer_li_a_p">
<a href="#"> <i class="fa fa-github"></i> </a>
</li> -->
</ul>
</div>
<div class="country_map_p">
<a id="country_anchor_p" href="#">Made in India <img id="country_flag_p" src="https://image.flaticon.com/icons/svg/321/321238.svg" alt=""> </a>
</div>
<div class="bottom_links_p">
<ul class="bottom_links_ul_p">
<li class="bottom_links_li_p">
<a class="bottom_link_a_p" href="#">Legal</a>
</li>
<li class="bottom_links_li_p">
<a class="bottom_link_a_p" href="#">Privacy Center</a>
</li>
<li class="bottom_links_li_p">
<a class="bottom_link_a_p" href="#">Privacy Policy</a>
</li>
<li class="bottom_links_li_p">
<a class="bottom_link_a_p" href="#">Cookies</a>
</li>
<li class="bottom_links_li_p">
<a class="bottom_link_a_p" href="#">About Ads</a>
</li>
</ul>
<span class="bottom_links_span_p">
© 2020 Tour & Travels
</span>
</div>
</nav>
</div>
<!--------x-----------x------------------------x------ footerhere ---------x--------------------x------>
</body>
</html>