-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
400 lines (374 loc) · 15.6 KB
/
index.html
File metadata and controls
400 lines (374 loc) · 15.6 KB
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
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
<!DOCTYPE html>
<lang="es-es">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
/>
<title>Home - LifeTravel</title>
<meta name="description" content="Landing Page" />
<script
type="module"
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"
></script>
<link rel="stylesheet" href="./bootstrap/css/bootstrap.min.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Cabin:700"
/>
<link rel="stylesheet" href="./assets/fonts/font-awesome.min.css" />
<link rel="stylesheet" href="./assets/fonts/ionicons.min.css" />
<link rel="stylesheet" href="./assets/fonts/material-icons.min.css" />
<link rel="stylesheet" href="./assets/css/Brands.css" />
<link rel="stylesheet" href="./assets/css/Contact-Form-Clean.css" />
<link rel="stylesheet" href="./assets/css/Features-Clean.css" />
<link rel="stylesheet" href="./assets/css/Footer-Clean.css" />
<link rel="stylesheet" href="./assets/css/Header-Blue.css" />
<link rel="stylesheet" href="./assets/css/style.css" />
<link rel="stylesheet" href="./assets/css/Team-Boxed.css" />
<link rel="stylesheet" href="./assets/css/Video.css" />
<link rel="stylesheet" href="./assets/css/Contributors.css" />
</head>
<body
id="page-top"
data-bs-spy="scroll"
data-bs-target="#mainNav"
data-bs-offset="77"
>
<nav class="navbar navbar-light navbar-expand-md fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand" href="#"
><img src="assets/img/logo.png" style="width: 80px; height: 80px" /></a
><button
data-bs-toggle="collapse"
class="navbar-toggler navbar-toggler-right"
data-bs-target="#navbarResponsive"
type="button"
aria-controls="navbarResponsive"
aria-expanded="false"
aria-label="Toggle navigation"
value="Menu"
>
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<select onchange="change()" id="language">
<option value="en-US">English (US)</option>
<option value="es-ES">Español</option>
</select>
<ul class="navbar-nav ms-auto">
<li class="nav-item nav-link">
<a class="nav-link" href="#nosotros">ABOUT US</a>
</li>
<li class="nav-item nav-link">
<a class="nav-link" href="#caracteristicas">CHARACTERISTICS</a
>
</li>
<li class="nav-item nav-link">
<a class="nav-link" href="#subscriptions">SUBSCRIPTIONS</a>
</li>
<li class="nav-item nav-link">
<a class="nav-link" href="#contact">CONTACT US</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="masthead header-blue">
<div class="container hero">
<div class="row">
<div class="col-12 col-lg-6 col-xl-5 offset-xl-1">
<h1>Travel with LifeTravel</h1>
<p>
Visit our LifeTravel page to make your travels easy and fast.
travel easily and quickly.
</p>
<a href="#">
<button
class="btn btn-primary"
type="button"
style="
background-color: #00a991;
display: flex;
gap: 8px;
justify-content: center;
align-items: center;
"
>
Start my Tour Experience
<ion-icon
name="arrow-forward-outline"
style="vertical-align: middle"
></ion-icon>
</button>
</a>
</div>
<div
class="col-md-5 col-lg-5 offset-lg-1 offset-xl-0 d-none d-lg-block phone-holder"
>
<img
src="assets/img/HeaderMockup.png"
alt="header-mockup"
width="700px"
height="500px"
style="object-fit: scale-down"
/>
</div>
</div>
</div>
</header>
<section class="text-center content-section" id="nosotros">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<img class="img-fluid" src="assets/img/Nosotross.jpg" />
</div>
<div class="col">
<h2 class="header">ABOUT US</h2>
<p class="text-neutral">
<br />LifeTravel, our startup, aims to have a mobile environment that
mobile environment that suggests users a destination according to their preferences, as well as
preferences, in addition to organizing a travel program according to their
budget, providing a complete and efficient service. This
This proposal was designed with the purpose of promoting tourism,
providing the user with a series of tourist destinations according to their preference.
preference. Sometimes, it is very difficult to choose a destination from the many we have in mind, so our
that we have in mind, so our application will facilitate this decision to the user.
this decision to the user.<br /><br /><br />
</p>
</div>
</div>
</div>
</section>
<section id="caracteristicas" class="features-clean" >
<div class="container">
<div class="intro">
<h2 class="text-center">Features</h2>
<p class="text-center">
The LifeTravel application offers a range of features that make it perfect for your upcoming journey.
</p>
</div>
<div class="row features">
<div class="col-sm-6 col-lg-4 item">
<i class="fa fa-map-marker icon"></i>
<h3 class="name">Use it Anywhere</h3>
<p class="description">
You can utilize our application from anywhere within the national territory.
</p>
</div>
<div class="col-sm-6 col-lg-4 item">
<i class="fa fa-clock-o icon"></i>
<h3 class="name">Always Accessible</h3>
<p class="description">
Our application is available 24/7, ensuring constant accessibility.
</p>
</div>
<div class="col-sm-6 col-lg-4 item">
<i class="fa fa-list-alt icon"></i>
<h3 class="name">Customizable</h3>
<p class="description">
You can personalize the application's settings to suit your needs.
</p>
</div>
<div class="col-sm-6 col-lg-4 item">
<i class="fa fa-lock icon"></i>
<h3 class="name">Security</h3>
<p class="description">
Your data will remain secure within our application thanks to our integrated encryption system.
</p>
</div>
<div class="col-sm-6 col-lg-4 item">
<i class="fa fa-plane icon"></i>
<h3 class="name">Fast</h3>
<p class="description">
Conduct your searches and purchases quickly and efficiently with our application.
</p>
</div>
</div>
</div>
</section>
<section id="about-app" class="text-center content-section">
<div class="container">
<div class="row">
<div class="col-md-6 align-center">
<img class="img-fluid" src="assets/img/screenshot2.png" />
</div>
<div class="col-md-6 p-40">
<h2>LEARN MORE ABOUT OUR APPLICATION</h2>
<div class="row">
<div class="col">
<i class="material-icons m-20 scale-25">accessibility</i>
<h3 class="my-20">ACTIVITIES, TOURS AND ATTRACTIONS</h3>
<p align="justify">
At LifeTravel you can find a great variety of activities, excursions and
activities, excursions and attractions to make the most of your favorite destination.
your favorite destination.<br /><br /><br />
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Subscriptions Section Start -->
<section id="subscriptions" class="team-boxed p-120">
<div class="container">
<div class="intro">
<h2 class="text-center">SUBSCRIPTIONS</h2>
<p class="text-center">
LifeTravel offers subscription plans tailored for travel agencies. Choose the plan that suits your agency's needs.
</p>
</div>
<div class="row people align-items-stretch"> <!-- Agregar la clase align-items-stretch aquí -->
<div class="col-md-6 col-lg-6 item">
<div class="box">
<h3 class="name">Plan Urpi</h3>
<p class="title">Subscription Plan</p>
<p class="description">
Plan Urpi is designed to help your agency grow and succeed in the competitive travel industry.
</p>
<ul style="text-align: left;">
<li>Register up to 20 subaccounts for your agency.</li>
<li>Access a comprehensive set of travel tools and resources.</li>
<li>List your travel packages in our marketplace.</li>
</ul>
<button class="btn btn-primary" type="submit">Choose</button>
</div>
</div>
<div class="col-md-6 col-lg-6 item">
<div class="box">
<h3 class="name">Plan Tunki</h3>
<p class="title">Subscription Plan</p>
<p class="description">
Elevate your agency's performance in the tourism sector with Plan Tunki, which offers specialized services and monthly performance statistics.
</p>
<ul style="text-align: left;">
<li>Access tailored industry-specific services and support.</li>
<li>Register 20+ subaccounts for your agency.</li>
<li>Receive monthly performance statistics and insights.</li>
<li>Priority placement of your travel packages in our marketplace.</li>
</ul>
<button class="btn btn-primary" type="submit">Choose</button>
</div>
</div>
</div>
</div>
</section>
<!-- Subscriptions Section End -->
<!-- ======= Team Section ======= -->
<section id="team" class="team">
<div class="container">
<div class="section-title" data-aos="fade-up">
<h2>Team</h2>
<p>Our Great Team</p>
</div>
<div class="row team-row" data-aos="fade-left">
<div class="col-lg-2 col-md-3 mx-auto">
<div class="member" data-aos="zoom-in" data-aos-delay="100">
<div class="pic"><img src="assets/img/Ludwin.png" class="img-fluid" alt="Edgar"></div>
<div class="member-info">
<h4>Ludwin Reyes</h4>
</div>
</div>
</div>
<div class="col-lg-2 col-md-3 mt-5 mt-lg-0 mx-auto">
<div class="member" data-aos="zoom-in" data-aos-delay="400">
<div class="pic"><img src="assets/img/Nicole.png" class="img-fluid" alt="Nicole"></div>
<div class="member-info">
<h4>Nicole Price</h4>
</div>
</div>
</div>
<div class="col-lg-2 col-md-3 mt-5 mt-lg-0 mx-auto">
<div class="member" data-aos="zoom-in" data-aos-delay="400">
<div class="pic"><img src="assets/img/Dominik.jpg" class="img-fluid" alt="Dominik"></div>
<div class="member-info">
<h4>Dominik Mendoza</h4>
</div>
</div>
</div>
<div class="col-lg-2 col-md-3 mt-5 mt-md-0 mx-auto">
<div class="member" data-aos="zoom-in" data-aos-delay="200">
<div class="pic"><img src="assets/img/Ray.png" class="img-fluid" alt="Ray"></div>
<div class="member-info">
<h4>Ryan Sweden</h4>
</div>
</div>
</div>
<div class="col-lg-2 col-md-3 mt-5 mt-lg-0 mx-auto">
<div class="member" data-aos="zoom-in" data-aos-delay="300">
<div class="pic"><img src="assets/img/Johan.png" class="img-fluid" alt="Ivan"></div>
<div class="member-info">
<h4>Johan Moreno</h4>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Team Section -->
<!-- About the Product Section Start -->
<section class="about-the-product section-padding" id="about-the-product" data-scroll-index="5">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6 col-md-5 d-flex align-items-center justify-content-center">
<div class="section-title">
<h2>Video <span>Prototypes Navigation Video</span></h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/oko" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
<div class="col-lg-6 col-md-5 d-flex align-items-center justify-content-center">
<div class="section-title">
<h2>Video <span>---</span></h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ps" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<!-- Brands Section Start -->
<div class="brands">
<a href="#">
<img src="assets/img/instacart.png" /><img src="assets/img/kickstarter.png" />
<img src="assets/img/lyft.png" /><img src="assets/img/pinterest.png" />
</a>
</div>
<footer class="footer-clean" id="contact">
<div class="container">
<div class="row justify-content-center">
<div class="col-sm-4 col-md-3 item">
<h3>Contact us</h3>
<ul>
<li><a href="#" style="color: #5f738c">lifetravel.pe</a></li>
<li><a href="#" style="color: #5f738c">(+51) 424-2312</a></li>
<li><a href="#" style="color: #5f738c">Lima, Peru</a></li>
</ul>
</div>
<div class="col-sm-4 col-md-3 item"></div>
<div class="col-lg-3 item social">
<a href="#"><i class="icon ion-social-facebook"></i></a
><a href="#"><i class="icon ion-social-twitter"></i></a
><a href="#"><i class="icon ion-social-snapchat"></i></a
><a href="#"><i class="icon ion-social-instagram"></i></a>
<p class="copyright">LifeTravel © 2023</p>
</div>
</div>
</div>
</footer>
<script
type="text/javascript"
src="https://www.gstatic.com/charts/loader.js"
></script>
<script src="./bootstrap/js/bootstrap.min.js"></script>
<script src="./assets/js/navbar.js"></script>
<script src="./assets/js/script.js"></script>
</body>
</html>