-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
221 lines (216 loc) · 8.35 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" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
<title>Vacation Ventures</title>
</head>
<body class="">
<nav>
<div class="nav__logo">Vacation Ventures</div>
<ul class="nav__links">
<li style="--i: 1"><a class="link link_active" href="#Home">Home</a></li>
<li style="--i: 2"><a class="link" href="#Destination">Destinations</a></li>
<li style="--i: 3"><a class="link" href="#Pricing">Pricing</a></li>
<li style="--i: 4"><a class="link" href="#Reviews">Reviews</a></li>
</ul>
<button class="btn">Contact Us</button>
<div id="dark-light-toggle-btn">
<i class="fa-solid fa-sun"></i>
</div>
</nav>
<section id="Home">
<div class="section__container header__container">
<div class="header__image">
<img src="assets/header-1.jpg" alt="header" />
<img src="assets/header-2.jpg" alt="header" />
</div>
<div class="header__content">
<div>
<p class="sub__header">Book Now</p>
<h1>The Smiling 😊<br />agent for travel</h1>
<p class="section__subtitle">
Make your travel more enjoyable with us. We are the best travel
agency and we are providing the best travel services for our
clients.
</p>
<div class="action__btns">
<button class="btn">Plan a Trip</button>
<div class="story">
<div class="video__image">
<img src="assets/story.jpg" alt="story" />
<span><i class="ri-play-fill"></i></span>
</div>
<span>Watch our story</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="Destination" class="section__container destination__container">
<div class="section__header">
<div>
<h2 class="section__title">Explore top destinations</h2>
<p class="section__subtitle">
Explore your suitable and dream places around the world. Here you
can find your right destination.
</p>
</div>
<div class="destination__nav">
<span><i class="fa-solid fa-caret-left"></i></span>
<span><i class="fa-solid fa-caret-right"></i></span>
</div>
</div>
<div class="destination__grid">
<div class="destination__card">
<img src="assets/destination-1.jpg" alt="destination" />
<div class="destination__details">
<p class="destination__title">Banff</p>
<p class="destination__subtitle">Canada</p>
</div>
</div>
<div class="destination__card">
<img src="assets/destination-2.jpg" alt="destination" />
<div class="destination__details">
<p class="destination__title">Machu Picchu</p>
<p class="destination__subtitle">Peru</p>
</div>
</div>
<div class="destination__card">
<img src="assets/destination-3.jpg" alt="destination" />
<div class="destination__details">
<p class="destination__title">Lauterbrunnen</p>
<p class="destination__subtitle">Switzerland</p>
</div>
</div>
<div class="destination__card">
<img src="assets/destination-4.jpg" alt="destination" />
<div class="destination__details">
<p class="destination__title">Zhangjiajie</p>
<p class="destination__subtitle">China</p>
</div>
</div>
</div>
</section>
<section id="Pricing" class="trip">
<div class="section__container trip__container">
<h2 class="section__title">Best trip package</h2>
<p class="section__subtitle">
Explore your suitable and dream places around the world. Here you can find your right destination.
</p>
<div class="trip__grid">
<div class="trip__card">
<img src="assets/trip-1.jpg" alt="trip" />
<div class="trip__details">
<p>Wasserwerk Frelberg, Germany</p>
<div class="rating"><i class="fa-solid fa-star"></i> 4.2</div>
<div class="booking__price">
<div class="price"><span>From</span> Rs. 300</div>
<button class="book__now">Book Now</button>
</div>
</div>
</div>
<div class="trip__card">
<img src="assets/trip-2.jpg" alt="trip" />
<div class="trip__details">
<p>Patagonia, Argentina and Chile</p>
<div class="rating"><i class="fa-solid fa-star"></i> 4.5</div>
<div class="booking__price">
<div class="price"><span>From</span> Rs. 450</div>
<button class="book__now">Book Now</button>
</div>
</div>
</div>
<div class="trip__card">
<img src="assets/trip-3.jpg" alt="trip" />
<div class="trip__details">
<p>The Dolomites, Italy</p>
<div class="rating"><i class="fa-solid fa-star"></i> 4.7</div>
<div class="booking__price">
<div class="price"><span>From</span> Rs. 400</div>
<button class="book__now">Book Now</button>
</div>
</div>
</div>
</div>
<div class="view__all">
<button class="btn">View All</button>
</div>
</div>
</section>
<section id="Reviews" class="gallery">
<div class="section__container gallery__container">
<div class="image__gallery">
<div class="gallery__col">
<img src="assets/gallery-1.jpg" alt="gallery" />
</div>
<div class="gallery__col">
<img src="assets/gallery-2.jpg" alt="gallery" />
<img src="assets/gallery-3.jpg" alt="gallery" />
</div>
</div>
<div class="gallery__content">
<div>
<h2 class="section__title">
Our trip gallery that will inspire you
</h2>
<p class="section__subtitle">
Explore your suitable and dream places around the world. Here you
can find your right destination.
</p>
<button class="btn">View All</button>
</div>
</div>
</div>
</section>
<section class="subscribe">
<div class="section__container subscribe__container">
<div class="subscribe__content">
<h2 class="section__title">Subscribe to get special prize</h2>
<p class="section__subtitle">
Explore your suitable and dream places around the world. Here you
can find your right destination.
</p>
</div>
<div class="subscribe__form">
<form>
<input type="email" placeholder="Your email here"/>
<button class="btn">Send</button>
</form>
</div>
</div>
</section>
<footer class="footer">
<div class="section__container footer__container">
<div class="footer__col">
<h3>Vacation Ventures</h3>
<p>
Explore your suitable and dream places around the world. Here you
can find your right destination.
</p>
</div>
<div class="footer__col">
<h4>Support</h4>
<p>FAQs</p>
<p>Terms & Conditions</p>
<p>Privacy Policy</p>
<p>Contact Us</p>
</div>
<div class="footer__col">
<h4>Address</h4>
<p><span>Address:</span> Mumbai, India</p>
<p><span>Email:</span> [email protected]</p>
<p><span>Phone:</span> +91 1234567890</p>
</div>
</div>
<div class="footer__bar">
Copyright © 2024
</div>
</footer>
</body>
<script src="script.js"></script>
</html>