-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
221 lines (176 loc) · 10.6 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>travel website template</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-wEmeIV1mKuiNpC+IOBjI7aAzPcEZeedi5yW5f2yOq55WWLwNGmvvx4Um1vskeMj0" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css" integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
</head>
<body>
<nav class="navbar fixed-top navbar-light">
<div class="container-fluid nav-top">
<a class="navbar-brand" href="#"><img src="logo2.png"></a>
<ul class="nav nav-pills mb-3" id="pills-tab" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="pills-home-tab" data-bs-toggle="pill" data-bs-target="#pills-home" type="button" role="tab" data-toggle="tab" aria-controls="pills-home" aria-selected="true" aria-labelledby="pills-home-tab"><a href="#" style="text-decoration: none;color: white;">Home</a></button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-Domestic-tab" data-bs-toggle="pill" data-bs-target="#pills-Domestic" type="button" role="tab" data-toggle="tab" aria-controls="pills-Domestic" aria-selected="false"><a href="Domestic-destination.html" style="text-decoration: none;color: white;">Domestic Tour</a></button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-International-tab" data-bs-toggle="pill" data-bs-target="#pills-International" type="button" role="tab" data-toggle="tab" aria-controls="pills-International" aria-selected="false"><a href="International-destination.html" style="text-decoration: none;color: white;">International Tour</a></button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-Adventurous-tab" data-bs-toggle="pill" data-bs-target="#pills-Adventurous" type="button" role="tab" data-toggle="tab" aria-controls="pills-Adventurous" aria-selected="false"><a href="Adventurous-destination.html" style="text-decoration: none;color: white;">Adventurous Tour</a></button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-PhotoGallary-tab" data-bs-toggle="pill" data-bs-target="#pills-PhotoGallary" type="button" role="tab" data-toggle="tab" aria-controls="pills-PhotoGallary" aria-selected="false"><a href="PhotoGallary.html" style="text-decoration: none;color: white;">PhotoGallary</a></button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-testimonial-tab" data-bs-toggle="pill" data-bs-target="#pills-testimonial" type="button" role="tab" data-toggle="tab" aria-controls="pills-testimonial" aria-selected="false"><a href="review.html" style="text-decoration: none;color: white;">Reviews</a></button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="pills-contact-tab" data-bs-toggle="pill" data-bs-target="#pills-contact" type="button" role="tab" data-toggle="tab" aria-controls="pills-contact" aria-selected="false"><a href="login.html" style="text-decoration: none;color: white;">Login/Register</a></button>
</li>
</ul>
</div>
</nav>
<div id="header">
<div id="home" role="tabpanel" class="tab-pane active">
<div class="mySlides">
<img src="switzerland.jpg" style="width: 100vw; height: 90vh;">
</div>
<div class="mySlides">
<img src="iceland2.jpg" style="width: 100vw; height: 90vh;">
</div>
<div class="mySlides">
<img src="bhutan.jfif" style="width: 100vw; height: 90vh;">
</div>
<div class="mySlides">
<img src="iceland.jfif" style="width: 100vw; height: 90vh;">
</div>
</div>
<div id="highlighted-tour">
<div style="font-size: 40px;color: black;padding-right: 20px; text-align: center;margin-bottom: 30px;">Highlighted Tour</div>
<div id="tour-content">
<div class="hover01 co">
<div>
<figure>
<img src="kashmir.jpg" alt="Zoom in one" width="380px" height="250px" />
</figure>
<p style="font-size: 25px;text-align: center;background-color: #F8C300;color: white;height: 40px;line-height: 2;"><a href="kashmir.html" style="text-decoration: none;color: white;">KASHMIR PARADISE ON EARTH </a></p>
</div>
</div>
<div class="hover01 co">
<div>
<figure>
<img src="leh-ladakh.jpg" alt="Zoom in one" width="380px" height="250px" />
</figure>
<p style="font-size: 25px; text-align: center;background-color:#F8C300;height: 40px;line-height: 2;background-position:bottom;"><a href="leh-ladakh.html" style="text-decoration: none;
color:white;">LEH - LADAKH</a></p>
</div>
</div>
<div class="hover01 co">
<div>
<figure>
<img src="switzerland.jpg" alt="Zoom in one" width="380px" height="250px" />
</figure>
<p style="font-size: 25px;text-align: center;background-color: #F8C300;color: white;height: 40px;line-height: 2;"><a href="switzerland.html" style="text-decoration: none;color: white;">SWITZERLAND</a></p>
</div>
</div>
<div class="hover01 co">
<div>
<figure>
<img src="BEACH.jfif" alt="Zoom in one" width="380px" height="250px" />
</figure>
<p style="font-size: 25px;text-align: center;background-color: #F8C300;color: white;height: 40px;line-height: 2;">BEACH</p>
</div>
</div>
<div class="hover01 co">
<div>
<figure>
<img src="JAPAN.jfif" alt="Zoom in one" width="380px" height="250px" />
</figure>
<p style="font-size: 25px;text-align: center;background-color: #F8C300;color: white;height: 40px;line-height: 2;"><a href="japan.html" style="text-decoration: none;color: white;">JAPAN-KYOTO</a></p>
</div>
</div>
<div class="hover01 co">
<div>
<figure>
<img src="DUBAI.jpg" alt="Zoom in one" width="380px" height="250px"/>
</figure>
<p style="font-size: 25px;text-align: center;background-color: #F8C300;color: white;height: 40px;line-height: 2;"><a href="dubai.html" style="text-decoration: none;color: white;">TOURISM IN DUBAI</a></p>
</div>
</div>
</div>
</div>
<div id="wonder-tour">
<h2 style="text-align: center;color: black;font-size: 50px;">WONDER TOUR</h2>
<div id="wonder-tour-content">
<div class="tour-description">
<h3>DOMESTIC-TOUR</h3><br><br>
<p style="font-size: 20px;">Specialized in large variety of tours from Kashmir to Kanyakumari and Gujarat to North East.</p><br><br><br>
<button type="submit" style="font-size: 15px;height: 35px;background-color: #F8C300;"><a href="Domestic-destination.html" style="text-decoration: none;color: white;">check domestic-destination</a></button>
</div>
<div class="tour-description">
<h3>INTERNATIONAL-TOUR</h3><br><br>
<p style="font-size: 20px;">Perfect combinations of international tours to choose from Bhutan, Nepal, South East Asia, Mauritus, Maldives, Srilanka, Thailand, Singapore, Malaysia.</p><br>
<button type="submit" style="font-size: 15px;height: 35px;background-color: #F8C300;"><a href="International-destination.html" style="text-decoration: none;color: white;">check International-destination</a></button>
</div>
<div class="tour-description">
<h3>ADVENTUROUS-TOUR</h3><br><br>
<p style="font-size: 20px;">Pamper your cravings for an adventure by selecting our Rafting, Trekking, Jeep Safari tours & various wildlife tours.</p><br><br>
<button type="submit" style="font-size: 15px;height: 35px;background-color: #F8C300;"><a href="Adventurous-destination.html" style="text-decoration: none;color: white;">check Adventurous-destination</a></button>
</div>
</div>
</div>
<h3 style="margin-top: 35px;text-align: center;"><strong> CONTACT DETAILS</strong></h3>
<div id="home-contact">
<div class="home-contact-details">
<h4>Quick Contact</h4><br>
Wonder Tour And Travels Team<br>
1204/26, Tej Crest, 5th Floor,<br>
j. M. Road, Pune - 411 004
</div>
<div class="home-contact-details">
<h4>
SOCIAL MEDIA
</h4><br>
<i class="fab fa-facebook-square" style="font-size: 28px;margin-right: 15px;"></i>
<i class="fas fa-mail-bulk" style="font-size: 28px;margin-right: 15px;"></i>
<i class="fab fa-twitter" style="font-size: 28px;margin-right: 15px;"></i>
<i class="fab fa-instagram" style="font-size: 28px;margin-right: 15px;"></i>
</div>
<div class="home-contact-details">
<h4>CONTACT NUMBER</h4><br>
<SPAN>CELL: 9934933951/6200347610</SPAN><br>
<span>Email: [email protected]</span>
</div>
</div>
<img src="footer-image.jpg" width="100%">
<span
style="background-color: #F8C300;color: black;position: fixed;top: 0%;right: 0%;z-index: 99999;font-size: 20px;padding: 15px;"><i
class="fas fa-phone-alt"></i> 9934933951/6200347610</span>
</div>
<script>
var slideIndex = 0;
showSlides();
function showSlides() {
var i;
var slides = document.getElementsByClassName("mySlides");
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
slideIndex++;
if (slideIndex > slides.length) {slideIndex = 1}
slides[slideIndex-1].style.display = "block";
setTimeout(showSlides, 2000); // Change image every 2 seconds
}
</script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-lpyLfhYuitXl2zRZ5Bn2fqnhNAKOAaM/0Kr9laMspuaMiZfGmfwRNFh8HlMy49eQ" crossorigin="anonymous"></script>
</body>
</html>