-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
375 lines (317 loc) · 11.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tour&Travel</title>
<style>
html, body {
height: 100%;
margin: 0;
}
body {
animation: slideShow 20s infinite;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
@keyframes slideShow {
0% { background-image: url('pictures/landing.jpg'); }
28.57% { background-image: url('pictures/landing.jpg'); } /* 3 seconds */
47.62% { background-image: url('pictures/landing2.jpg'); } /* 2.5 seconds */
66.67% { background-image: url('pictures/mountain.jpg'); } /* 2.5 seconds */
85.71% { background-image: url('pictures/landing5.jpg'); } /* 2.5 seconds */
100% { background-image: url('pictures/landing3.jpg'); } /* 2.5 seconds */
}
#slideshow {
animation: slideShow 10.5s infinite;
animation-timing-function: ease-in-out;
width: 80%;
height: 180px;
margin: auto;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
overflow: hidden;
}
</style>
</head>
<body>
<div class="container"></div>
<header>
<img src="pictures/Web2logo.png" alt="Page" width="200px" style="float: left; margin-left: 20;">
</header>
<nav>
<a href="www.gooogle.com" style="color: black";>Home</a>
<a href="offrs.html" style="color: black;">Tour Packages</a>
<a href="#" style="color: black;">Flights</a>
<a href="#" style="color: black;">Hotels</a>
<a href="#" style="color: black;">Train</a>
<a href="#" style="color: black;">Bus</a>
<a href="#" style="color: black;">Cabs</a>
<a href="#" style="color: black;">Contact</a>
<a href="sign.html" target="_blank" style="font-weight: 400; font-size: larger font;text-decoration: underline; color: rgb(5, 43, 235);margin-left: 270px;">Login or Create Account</a>
</nav>
<main>
<h1 style="font-family: 'Poppins', sans-serif; font-size: 72px; color: #FFFFFF; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);;">Explore the World with Us</h1>
<p><div class="promo-banner" style="padding: 20px; text-align: center;">
<h2 class="promo-text">Special Offer: 20% Off on Summer Packages!</h2>
<a href="booking1.html" class="book-now-box">Book Now</a>
</div>
<style>
/* Animation for moving text */
@keyframes moveRight {
0% { transform: translateX(-10%); }
50% { transform: translateX(20%); }
100% { transform: translateX(-10%); }
}
.promo-text {
font-family: 'Poppins', sans-serif;
font-size: 48px;
font-weight: 700;
background: linear-gradient(45deg, #980000, #dc2f11, #eac706);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: moveRight 6s linear infinite;
}
.book-now-box {
display: inline-block;
padding: 10px 20px;
background: linear-gradient(45deg, #6fbeef, #065fa8);
color: #ffffff;
font-size: 24px;
font-family: 'Poppins', sans-serif;
font-weight: bold;
text-align: center;
text-decoration: none;
border-radius: 90px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
transition: transform 0.3s, background-color 0.3s;
}
.book-now-box:hover {
background-color: #643b17;
transform: scale(1.1);
}
.book-now:hover {
color: #ffffff;
transform: scale(1.1);
}
</style>
</p>
<div class="seasonal-highlights">
<p style="font-size: x-large;">"Discover the magic of autumn with our exclusive tours! 🍁
From vibrant landscapes to cozy getaways, explore destinations like never before.
Book your adventure today and create memories for a lifetime!"</p>
<h2 style="color: #241d1d;
font-family: 'Poppins', sans-serif;
font-size: 32px;
font-weight: 700;
text-shadow: 2px 2px 4px rgba(46, 183, 207, 0.5);
margin-bottom: 25px;
border-bottom: 2px solid rgba(255, 255, 255, 0.2);">
<a href="offrs.html" style="text-decoration: none; color: inherit;font-size: 34px;">See Active Offers</a>
</h2>
</div>
<div class="gallery">
<h2 class="gallery-heading" style="text-align: left; padding-left:10px;">
<a href="your.html">Trending Destinations</a>
<h2 style="font-style: inherit;font-size: larger;">Embark on a journey to the world’s most captivating destinations!
From iconic landmarks to hidden gems, let these trending hotspots inspire your next great adventure."</h2>
</h2>
<a href="https://en.wikipedia.org/wiki/Kashmir#Economy">
<img src="pictures/kashmir.jpeg" alt="Destination 1" title="kashmir">
</a>
<a href="https://en.wikipedia.org/wiki/Taj_Mahal#:~:text=The%20Taj%20Mahal%20(/%20%CB%8C%20t%20%C9%91%CB%90%20d%CA%92">
<img src="pictures/taj.jpeg" alt="Destination 2" title="TajMahal">
</a>
<a href="https://en.wikipedia.org/wiki/New_York_City#:~:text=New%20York,%20often%20called%20New%20York%20City%20[b]">
<img src="pictures/newyork.jpg" alt="Destination3" title="New_York_City">
</a>
<a href="https://en.wikipedia.org/wiki/Paris">
<img src="pictures/paris.jpg" alt="Destination 4" title="Paris">
</a>
<a href="https://en.wikipedia.org/wiki/Sydney#:~:text=Sydney%20is%20the%20capital%20city%20of%20the%20state">
<img src="pictures/sydeny.jpeg" alt="Destination5" title="Sydney">
</a>
<a href="https://en.wikipedia.org/wiki/Tokyo#:~:text=Located%20at%20the%20head%20of%20Tokyo%20Bay,%20Tokyo">
<img src="pictures/tokyo.jpg" alt="Destination 6" title="Tokyo">
</a>
</div>
<div class="interactive-map">
<h2 style="font-family: 'Poppins', sans-serif; color: #FFFFFF;margin-top: 15%; color: #87aad3ef;
font-family: 'Poppins',sans-serif;
font-size: 36px;
font-weight: bold;
">Choose Where You want to Go!!!</h2>
<iframe src="https://www.google.com/maps/embed?..." width="1024" height="200";allowfullscreen="" loading="lazy"></iframe>
</div>
</main>
<footer>
<div class="footercontainer">
<p>© 2024 Tour&Travel.All rights reserved.</p>
<p>
Want to share your experience? Submit your feedback <a href="feedback.html">Click Here</a>.
</p>
<p>
Contact us:<a href="mailto:[email protected]">info@tour&travel.com</a> <br>
Phone: 1800-123-2327
</p>
<p>
Follow us: <a href="https://www.facebook.com/login.php/">
<img src="pictures/fb2.jpeg" alt="fb" width="40px" height="40px">
</a>
<a href="https://www.instagram.com/accounts/login/">
<img src="pictures/insta.jpeg" alt="insta" width="40px" height="40px">
</a> <a href="https://www.twitter.com">
<img src="pictures/twit.jpeg" alt="twitter" width="40px" height="40px">
</a>
</p>
</div>
</footer>
<div>
<style>
html{
height: 100%;
flex-direction: column;
margin: 0;
}
body{
background: #fdfeff;
background-image: url(pictures/beech.jpg);
background-position: center;
background-size: cover;
background-attachment: scroll;
background-repeat: no-repeat;
flex: 1;
}
.container{
margin: 0 auto;
width: 1024px;
}
header{
height: 118px;
text-align: center;
}
nav{
background:transparent;
height: 40px;
text-align: left;
padding-top: 16px;
font: size 200px;
position: sticky;
top: 0;
z-index: 1000;
}
main{
flex: 1;
text-align: center;
padding: 80px 240px 0 240px;
}
a{
color: #f9f4f4f8;
font-family: Arial, Helvetica, sans-serif;
font-size: large;
}
nav a{
text-decoration: none;
font-size: 25px;
font: weight 550px;
padding: 0 16px;
}
nav a:hover {
/* background-color: #40c0c2; */
color: #141a20;
transition: background-color 0.3s;
}
.interactive-map iframe {
border: 1px solid #333;
border-radius: 7px;
width: 1024px;
height: 230px;
}
.seasonal-highlights {
background-color: white; /* Adds a white background */
padding: 20px;
margin-top: -50px; /* Pull it up towards the slideshow */
text-align: center;
border-radius: 10px; /* Optional: rounded corners for better aesthetics */
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional: subtle shadow for depth */
width: 90%; /* Set the desired width (e.g., 90% of the parent container) */
margin-left: auto; /* Center the box */
margin-right: auto; /* Center the box */
}
.gallery {
margin-top:35px;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
padding: 20px;
width:100%;
text-align: center;
}
/* Adjust the container of the gallery-heading */
.gallery-heading {
width: 100%;
margin-top: 0; /* Reset any existing top margin */
margin-bottom: 5px; /* Reduce space between the heading and the paragraph */
padding-left: 0; /* Ensure no additional padding to the left */
margin-left: -20px; /* Shift the heading further left */
text-align: left; /* Align text to the left */
}
/* For the paragraph inside gallery-heading */
.gallery-heading h2 {
margin-top: -10px; /* Reduce space above the paragraph */
font-style: inherit;
font-size: larger;
}
/* Adjust the link style inside gallery-heading */
.gallery-heading a {
text-decoration: none;
color: rgb(46, 58, 19);
font-size: 35px;
}
/* Remove default margins or padding for h2 tags */
.gallery-heading h2 {
margin: 0; /* Eliminate any unwanted margin */
padding: 0; /* Remove any padding */
}
.gallery img {
width: 286px;
height: 170px;
border-radius: 10px;
}
.gallery-heading a:hover {
color: rgb(139, 0, 0);
}
.gallery img:hover {
transform: scale(1.2);
}
footer{
background-color:#333;
color: #f1f1f1;
text-align: center;
padding: 20px 0;
position:relative
bottom 0;
width: 100%;
}
footer a{
color: #f1f1f1;
text-decoration: none;
padding: 0 6px;
}
footer a:hover{
color: #8b5151;
}
.footercontainer{
max-width: 1024px;
margin: 0 auto;
}
</style>
</div>
</section>
</body>
</html>