-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
353 lines (353 loc) · 12.3 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
<!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>Backroads || Tour Company</title>
<!--Fav icon-->
<link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon" />
<!-- font awesome -->
<link
rel="stylesheet"
href="./fontawesome-free-6.3.0-web/css/all.min.css"
/>
<!-- main style -->
<link rel="stylesheet" href="./css/index.css" />
<!-- main script -->
<script src="./js/index.js" defer></script>
</head>
<body>
<header>
<!-- navbar -->
<nav class="navbar">
<div class="nav-center">
<div class="nav-header">
<img src="./images/logo.svg" class="nav-logo" />
<button
class="nav-toogle"
id="nav-toogle"
type="button"
aria-label="nav toggler"
>
<i class="fa-solid fa-bars"></i>
</button>
</div>
<div class="nav-links" id="nav-links">
<a href="#home" class="nav-link scroll-link">home</a>
<a href="#about" class="nav-link scroll-link">about</a>
<a href="#services" class="nav-link scroll-link">services</a>
<a href="#featured" class="nav-link scroll-link">featured</a>
<a href="#gallery" class="nav-link scroll-link">gallery</a>
</div>
<div class="nav-icons">
<a href="https://twitter.com/" target="_blank" class="nav-icon">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="https://facebook.com/" target="_blank" class="nav-icon">
<i class="fa-brands fa-facebook"></i>
</a>
<a href="https://instagram.com/" target="_blank" class="nav-icon">
<i class="fa-brands fa-instagram"></i>
</a>
</div>
</div>
</nav>
<!-- end of navbar -->
<!-- hero component -->
<div class="hero">
<div class="hero-banner">
<h1 class="hero-title">continue exploring</h1>
<p class="hero-text">
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Assumenda,
vero doloremque. Quod.
</p>
<a href="#featured" class="btn-white scroll-link">explore tours</a>
</div>
</div>
<!-- end of hero component -->
</header>
<!-- about -->
<section class="section about" id="about">
<!--title-->
<div class="title-wrapper">
<h2 class="title">about<span class="subtitle">us</span></h2>
</div>
<!--end of title-->
<div class="about-center section-center">
<article class="about-img">
<img src="./images/about.jpeg" class="about-photo" />
</article>
<article class="about-info">
<h3>explore the difference</h3>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ut
distinctio molestias reiciendis quaerat vero repudiandae, eum neque
quisquam ex deserunt.
</p>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ut
distinctio molestias reiciendis quaerat vero repudiandae, eum neque
quisquam ex deserunt.
</p>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ut
distinctio molestias reiciendis quaerat vero repudiandae, eum neque
quisquam ex deserunt.
</p>
<a href="#" class="btn-primary">read more</a>
</article>
</div>
</section>
<!-- end of about -->
<!-- service -->
<section class="section services" id="services">
<!-- title -->
<div class="title-wrapper">
<h2 class="title">our<span class="subtitle"></span>services</h2>
</div>
<!-- end of title -->
<div class="section-center services-center">
<!-- single service -->
<article class="service">
<span class="service-icon">
<i class="fas fa-wallet fa-fw"></i>
</span>
<div class="service-info">
<h4 class="service-title">saving money</h4>
<p class="service-text">
Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Asperiores, praesentium!
</p>
</div>
</article>
<!-- end of single service -->
<!-- single service -->
<article class="service">
<span class="service-icon">
<i class="fas fa-socks fa-fw"></i>
</span>
<div class="service-info">
<h4 class="service-title">amazing comfort</h4>
<p class="service-text">
Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Asperiores, praesentium!
</p>
</div>
</article>
<!-- end of single service -->
<!-- single service -->
<article class="service">
<span class="service-icon">
<i class="fas fa-wallet fa-fw"></i>
</span>
<div class="service-info">
<h4 class="service-title">saving money</h4>
<p class="service-text">
Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Asperiores, praesentium!
</p>
</div>
</article>
<!-- end of single service -->
</div>
</section>
<!-- end of service -->
<!-- features -->
<section class="section featured" id="featured">
<!-- title -->
<div class="title-wrapper">
<h2 class="title">featured<span class="subtitle"></span>tours</h2>
</div>
<!-- end of title -->
<div class="section-center featured-center">
<!-- single tour -->
<article class="tour-card">
<div class="tour-image-container">
<img src="./images/tour-1.jpeg" class="tour-img" />
<p class="tour-date">march 14th ,2023</p>
</div>
<div class="tour-footer">
<h4 class="tour-title">dummy text</h4>
<div class="tour-info">
<p class="tour-country">
<span><i class="fas fa-map"></i></span>
china
</p>
<div class="tour-details">
<p>6 Days</p>
<p>from $2100</p>
</div>
</div>
</div>
</article>
<!-- end of single tour -->
<!-- single tour -->
<article class="tour-card">
<div class="tour-image-container">
<img src="./images/tour-2.jpeg" class="tour-img" />
<p class="tour-date">october 14th ,2023</p>
</div>
<div class="tour-footer">
<h4 class="tour-title">dummy text</h4>
<div class="tour-info">
<p class="tour-country">
<span><i class="fas fa-map"></i></span>
china
</p>
<div class="tour-details">
<p>6 Days</p>
<p>from $2100</p>
</div>
</div>
</div>
</article>
<!-- end of single tour -->
<!-- single tour -->
<article class="tour-card">
<div class="tour-image-container">
<img src="./images/tour-3.jpeg" class="tour-img" />
<p class="tour-date">march 14th ,2023</p>
</div>
<div class="tour-footer">
<h4 class="tour-title">dummy text</h4>
<div class="tour-info">
<p class="tour-country">
<span><i class="fas fa-map"></i></span>
china
</p>
<div class="tour-details">
<p>6 Days</p>
<p>from $2100</p>
</div>
</div>
</div>
</article>
<!-- end of single tour -->
<!-- single tour -->
<article class="tour-card">
<div class="tour-image-container">
<img src="./images/tour-4.jpeg" class="tour-img" />
<p class="tour-date">march 14th ,2023</p>
</div>
<div class="tour-footer">
<h4 class="tour-title">dummy text</h4>
<div class="tour-info">
<p class="tour-country">
<span><i class="fas fa-map"></i></span>
china
</p>
<div class="tour-details">
<p>6 Days</p>
<p>from $2100</p>
</div>
</div>
</div>
</article>
<!-- end of single tour -->
</div>
<div class="tour-link">
<a href="#" class="btn-primary">all tours</a>
</div>
</section>
<!-- end of features -->
<!-- gallery -->
<section class="section gallery" id="gallery">
<!-- title -->
<div class="title-wrapper">
<h2 class="title">our<span class="subtitle">gallery</span></h2>
</div>
<!-- end of title -->
<div class="gallery-center">
<!-- single item -->
<div class="gallery-img-container">
<img src="./images/tour-1.jpeg" class="gallery-img" />
<span class="gallery-icon">
<i class="fas fa-search"></i>
</span>
</div>
<!-- end of single item -->
<!-- single item -->
<div class="gallery-img-container">
<img src="./images/tour-2.jpeg" class="gallery-img" />
<span class="gallery-icon">
<i class="fas fa-search"></i>
</span>
</div>
<!-- end of single item -->
<!-- single item -->
<div class="gallery-img-container">
<img src="./images/tour-3.jpeg" class="gallery-img" />
<span class="gallery-icon">
<i class="fas fa-search"></i>
</span>
</div>
<!-- end of single item -->
<!-- single item -->
<div class="gallery-img-container">
<img src="./images/tour-4.jpeg" class="gallery-img" />
<span class="gallery-icon">
<i class="fas fa-search"></i>
</span>
</div>
<!-- end of single item -->
<!-- single item -->
<div class="gallery-img-container">
<img src="./images/tour-5.jpeg" class="gallery-img" />
<span class="gallery-icon">
<i class="fas fa-search"></i>
</span>
</div>
<!-- end of single item -->
<!-- single item -->
<div class="gallery-img-container">
<img src="./images/tour-6.jpeg" class="gallery-img" />
<span class="gallery-icon">
<i class="fas fa-search"></i>
</span>
</div>
<!-- end of single item -->
</div>
</section>
<!-- end of gallery -->
<!-- deals -->
<section class="section deals" id="deals">
<!-- title -->
<div class="title-wrapper">
<h2 class="title">hot<span class="subtitle">deals</span></h2>
</div>
<!-- end of title -->
<form action="https://formspree.io/f/mdovdgvr" method="POST">
<div class="input-group">
<input type="email" class="form-control" placeholder="your email" />
<button type="submit" class="btn-submit">submit</button>
</div>
</form>
</section>
<!-- end of deals -->
<section class="section footer">
<div class="footer-links">
<a href="#home" class="footer-link scroll-link">home</a>
<a href="#about" class="footer-link scroll-link">about</a>
<a href="#services" class="footer-link scroll-link">services</a>
<a href="#featured" class="footer-link scroll-link">featured</a>
<a href="#gallery" class="footer-link scroll-link">gallery</a>
</div>
<div class="footer-icons">
<a href="https://twitter.com/" target="_blank" class="footer-icon">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="https://facebook.com/" target="_blank" class="footer-icon">
<i class="fa-brands fa-facebook"></i>
</a>
<a href="https://instagram.com/" target="_blank" class="footer-icon">
<i class="fa-brands fa-instagram"></i>
</a>
</div>
<p class="copyright">
copyright © backroads travel tours company
<span id="date"></span>. all rights reserved
</p>
</section>
</body>
</html>