-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
138 lines (121 loc) · 6.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>travel</title>
<link rel="stylesheet" href="index.css">
<link rel="shortcut icon" href="download (2).jpg" type="image/x-icon">
</head>
<body>
<div class="slider-container">
<div class="navbar">
<a href="#">Home</a>
<a href="#services">Services</a>
<a href="#packages">Packages</a>
<a href="#review">Reviews</a>
</div>
<div class="slider-wraper">
<div class="slider-slide">
<img class="slider-image" src="2.jpg" alt="Image1">
<div class="text-overlay">Adventure And Tour</div>
</div>
<div class="slider-slide">
<img class="slider-image" src="1.jpeg" alt="Image2">
<div class="text-overlay">Place For Fun!!</div>
</div>
<button class="slide-arrow prev" onclick="prevSlide()"><</button>
<button class="slide-arrow next" onclick="nextSlide()">></button>
</div>
</div>
<!-- <slide sec ends here> -->
<section class="packages" id="packages">
<h1 class="'heading-tittle">Top Destinations:</h1>
<div class="box-container">
<div class="box">
<div class="image">
<img src="22.jpg" alt="image broken" width="364px" height="250px">
</div>
<div class="content">
<h1>Adventure and Tour</h1>
<p>Habibi Lets Go To Maldives</p>
<a href="https://holidayz.makemytrip.com/holidays/india/search?gclid=EAIaIQobChMI6rngxuH1gwMVJqdmAh3DjAXZEAAYASAAEgIwQPD_BwE&depCity=New%20Delhi&dest=Maldives&destValue=Maldives&affiliate=MMT&cmp=SEM|D|Holiday|G|Generic|OBT_India_Maldives_Desktop|Brand_Maldives_Desktop|ETA|Regular|667122355805&s_kwcid=AL!1631!3!667122355805!e!!g!!makemytrip%20maldives&ef_id=EAIaIQobChMI6rngxuH1gwMVJqdmAh3DjAXZEAAYASAAEgIwQPD_BwE:G:s&gad_source=1"
class="btn"> <button type="button">Book Now!</button></a>
</div>
</div>
<div class="box">
<div class="image">
<img src="images.jpg" alt="image broken" width="364px" height="250px">
</div>
<div class="content">
<h1>Adventure and Tour</h1>
<p> Lets Go To Rome </p>
<a href=" "class="btn"> <button type="button">Book Now!</button></a>
</div>
</div>
<div class="box">
<div class="image">
<img src="best-places-to-visit-in-karnataka.jpg" alt="image broken" width="364px" height="250px">
</div>
<div class="content">
<h1>Adventure and Tour</h1>
<p> Lets Go To Karnataka </p>
<a href="" class="btn"> <button type="button">Book Now!</button></a>
</div>
</div>
<div class="box">
<div class="image">
<img src="lake-baikal-summer.jpg" alt="image broken" width="364px" height="250px">
</div>
<div class="content">
<h1>Adventure and Tour</h1>
<p>Habibi Lets Go To Russia</p>
<a href="" class="btn"> <button type="button">Book Now!</button></a>
</div>
</div>
<div class="box">
<div class="image">
<img src="a75e71599fcc40d1b72fb2b8_cut_800x534_349.webp" alt="image broken" width="364px"
height="250px">
</div>
<div class="content">
<h1>Adventure and Tour</h1>
<p> Lets Go To China </p>
<a href="" class="btn"> <button type="button">Book Now!</button></a>
</div>
</div>
<div class="box">
<div class="image">
<img src="download.jpg" alt="image broken" width="300px" height="250px">
</div>
<div class="content">
<h1>Adventure and Tour</h1>
<p> Lets Go To France </p>
<a href="" class="btn"> <button type="button">Book Now!</button></a>
</div>
</div>
<div class="box">
<div class="image">
<img src="10-places-to-visit-in-Spain.jpg" alt="image broken" width="364px"
height="250px">
</div>
<div class="content">
<h1>Adventure and Tour</h1>
<p> Lets Go To Spain </p>
<a href="" class="btn"> <button type="button">Book Now!</button></a>
</div>
</div>
<div class="box">
<div class="image">
<img src="download (1).jpg" alt="image broken" width="364px" height="250px">
</div>
<div class="content">
<h1>Adventure and Tour</h1>
<p> Lets Go To America </p>
<a href="" class="btn"> <button type="button">Book Now!</button></a>
</div>
</div>
</section>
<script src="index.js"></script>
</body>
</html>