-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
575 lines (490 loc) · 24.1 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
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
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>viaLuggage- High Security CloakRooms</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700|Open+Sans:300,300i,400,400i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Avilon - v4.0.1
* Template URL: https://bootstrapmade.com/avilon-bootstrap-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center header-transparent">
<div class="container d-flex justify-content-between align-items-center">
<div id="logo">
<h1><a href="index.html">viaLuggage</a></h1>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#features">Features</a></li>
<li><a class="nav-link scrollto" href="#pricing">Pricing</a></li>
<li><a class="nav-link scrollto" href="#faq">FAQ's</a></li>
<!-- <li><a class="nav-link scrollto" href="#team">Team</a></li> -->
<li><a class="nav-link scrollto" href="#gallery">Gallery</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
<li><a class="nav-link scrollto" href="LoginPage/SignIN.html" target="_blank">Login/Register</a></li>
<li><a class="nav-link scrollto" href="./JoinUs/index.html">Join Us</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="hero-text" data-aos="zoom-out">
<h2>Welcome to viaLuggage</h2>
<p>VIALUGGAGE IS A START-UP TO CHANGE INDIAN TOURISM STYLE </p>
<a href="booking-page/no_login.html" class="btn-get-started scrollto">Search CloakRooms</a>
<a href="#about" class="btn-get-started scrollto">Explore Us</a>
</div>
<div class="page-wrap">
<div class="city-page-top">
<div class="container city-name">
</div>
</div>
</section>
<!-- End Hero Section -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="section-bg">
<div class="container-fluid" data-aos="fade-up">
<div class="section-header">
<h3 class="section-title">About Us</h3>
<span class="section-divider"></span>
<p class="section-description">
VIALUGGAGE IS A START-UP TO CHANGE INDIAN TOURISM STYLE. WE ARE PROVIDING YOU COMFORT FROM YOUR LUGGAGE THROUGHOUT YOUR TRIP.
</p>
</div>
<div class="row">
<div class="col-lg-6 about-img" data-aos="fade-right" dat-aos-delay="100">
<img src="assets/img/about-img.jpg" alt="">
</div>
<div class="col-lg-6 content" data-aos="fade-left" dat-aos-delay="100">
<h2>Our project aims to simplify and bring in advanced luggage storage solutions for tourists and visitors alike at several locations with utmost security and affordability.</h2>
<h3>To bring in affordability along with reliable security in the market to help customers to be free from exploitation due to the monopoly created by hotel chains through overcharging and a high market share.</h3>
<p>
It’s not uncommon to see tourists and visitors carrying their heavy luggage across different places to avoid massive costs of checking into expensive hotels just to have a safe space for their luggage. Neither people are very comfortable at cloakrooms due to security issues, ViaLuggage places itself in this very gap created between the lack of providers and the needs of the customers. </p>
<ul>
<li><i class="bi bi-check-circle"></i> Safe & Reliability </li>
<li><i class="bi bi-check-circle"></i> Security </li>
<li><i class="bi bi-check-circle"></i> Affordability </li>
</ul>
<p>
A future proof business would be the outcome of the project which would be directly linked to the tourism and travel, packers and movers industry. A sustained revenue source would be very much possible with greater expansion with the help of first large-scale mover advantage.
</p>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Featuress Section ======= -->
<section id="features">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-8 offset-lg-4">
<div class="section-header">
<h3 class="section-title">Product Featuress</h3>
<span class="section-divider"></span>
</div>
</div>
<div class="col-lg-4 col-md-5 features-img">
<img src="assets/img/product-features.png" alt="" data-aos="fade-right">
</div>
<div class="col-lg-8 col-md-7 ">
<div class="row">
<div class="col-lg-6 col-md-6 box" data-aos="fade-up">
<div class="icon"><i class="bi bi-briefcase"></i></div>
<h4 class="title"><a href="">Safe & Reliability</a></h4>
<p class="description"> We Provide Safe CloakRoom Service. </p>
</div>
<div class="col-lg-6 col-md-6 box" data-aos="fade-up">
<div class="icon"><i class="bi bi-card-checklist"></i></div>
<h4 class="title"><a href="">Verified Room</a></h4>
<p class="description">Verified CloakRoom Providers.</p>
</div>
<div class="col-lg-6 col-md-6 box" data-aos="fade-up" dat-aos-delay="100">
<div class="icon"><i class="bi bi-binoculars"></i></div>
<h4 class="title"><a href="">Total Security</a></h4>
<p class="description">Fully Verified Luggage Check-In </p>
</div>
<div class="col-lg-6 col-md-6 box" data-aos="fade-up" data-aos-delay="100">
<div class="icon"><i class="bi bi-brightness-high"></i></div>
<h4 class="title"><a href="">24x7 Services</a></h4>
<p class="description">We Provide you with full 24x7 hours facility with Help Centre. </p>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Featuress Section -->
<!-- ======= Call To Action Section ======= -->
<section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-lg-9 text-center text-lg-start">
<h3 class="cta-title">Call To Action</h3>
<p class="cta-text">Need any Assistance </p>
<p class="cta-text">Feel Free to Contact Us </p>
<p class="cta-text">Our 24x7 Customer is always there to Listen to your Queries and Help you to Solve your Queries ASAP</p>
</div>
<div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn align-middle" href="#contact">Call Us</a>
</div>
</div>
</div>
</section><!-- End Call To Action Section -->
<!-- ======= More Features Section ======= -->
<section id="more-features" class="section-bg">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h3 class="section-title">More Features</h3>
<span class="section-divider"></span>
<p class="section-description">Our Motto is Simple just : "Keep Storing and Exploring" </p>
</div>
<div class="row gy-4">
<div class="col-lg-6">
<div class="box">
<div class="icon"><i class="bi bi-briefcase"></i></div>
<h4 class="title"><a href="">Secure Check-In</a></h4>
</div>
</div>
<div class="col-lg-6">
<div class="box">
<div class="icon"><i class="bi bi-card-checklist"></i></div>
<h4 class="title"><a href="">ID Card Verification</a></h4>
</div>
</div>
<div class="col-lg-6">
<div class="box">
<div class="icon"><i class="bi bi-bar-chart"></i></div>
<h4 class="title"><a href="">Affordable</a></h4>
</div>
</div>
<div class="col-lg-6">
<div class="box">
<div class="icon"><i class="bi bi-binoculars"></i></div>
<h4 class="title"><a href="">Secure Lock</a></h4>
</div>
</div>
</div>
</div>
</section><!-- End More Features Section -->
<!-- ======= Pricing Section ======= -->
<section id="pricing" class="section-bg">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h3 class="section-title">Pricing</h3>
<span class="section-divider"></span>
<p class="section-description">Our Main Focus is to Provide our ustomers Cheapest CloakRooms with High Security</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="box">
<ul>
<img src="assets/img/pricing tag-1.png">
</ul>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="box featured">
<h3>VIALUGGAGE PLAN</h3>
<h4><sup>₹</sup>100<span>PerBag/hr</span></h4>
<h4><sup>₹</sup>2000<span>PerDay*</span></h4>
<ul>
<li><i class="bi bi-check-circle"></i> Safety </li>
<li><i class="bi bi-check-circle"></i> Hour and Day booking available</li>
<li><i class="bi bi-check-circle"></i> Fully Maintained CloakRoom </li>
<li><i class="bi bi-check-circle"></i> ID Verification at CloakRoom</li>
</ul>
<a href="LoginPage/SignIN.html" class="get-started-btn">Book Now</a>
<h3><sup>*</sup>No Limit on<span> Luggage</span></h3>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="box">
<ul>
<img src="assets/img/pricing tag-2.png">
</ul>
</div>
</div>
</div>
</div>
</section><!-- End Pricing Section -->
<!-- ======= Frequently Asked Questions Section ======= -->
<section id="faq">
<div class="container">
<div class="section-header">
<h3 class="section-title">Frequently Asked Questions</h3>
<span class="section-divider"></span>
<p class="section-description">VIALUGGAGE WELCOMES YOU. FEEL FREE TO ASK ANYTHING</p>
</div>
<ul class="faq-list">
<li>
<div data-bs-toggle="collapse" class="collapsed question" href="#faq1">Q: What is viaLuggage? <i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq1" class="collapse" data-bs-parent=".faq-list">
<p>
viaLuggage is India's online aggregator for luggage storage in India. Founded in 2021 by company name viaLuggage Services Private Limited. viaLuggage is having Luggage storage sites located inside existing businesses, including retail outlets, hotels, cafes, and more. Every piece of luggage is secured with unique security seals provided for free at viaLuggage partner location.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq2" class="collapsed question"> Q. How do I make a booking?<i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq2" class="collapse" data-bs-parent=".faq-list">
<p>
Go on the top of the home page and choose the desired location, time and date after that you will get the list of the partner and you can choose any one of them.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq3" class="collapsed question">Q. How do I calculate the price? <i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq3" class="collapse" data-bs-parent=".faq-list">
<p>
Price shown online is for each bag for the first day and subsequent day cost less.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq4" class="collapsed question">Q. What are the acceptable items for storage and is there a size or weight limit?<i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq4" class="collapse" data-bs-parent=".faq-list">
<p>
All item are acceptable except that don't come as per law of goverment of India like drugs and arm. Regarding Size and Weight: Any luggage size which can be handle by a single person.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq5" class="collapsed question">Q. What is the maximum duration for storing my items?<i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq5" class="collapse" data-bs-parent=".faq-list">
<p>
No, there is no duration limit. You can keep your luggage as long as want.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq6" class="collapsed question">Q. How can I find the directions to the shop where I want to store my bags? <i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq6" class="collapse" data-bs-parent=".faq-list">
<p>
Please go through the google map location sent you on the booking confirmation mail.
</p>
</div>
</li>
</ul>
</div>
</section><!-- End Frequently Asked Questions Section -->
<!-- ======= Team Section ======= -->
<!-- <section id="team" class="section-bg">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h3 class="section-title">Our Team</h3>
<span class="section-divider"></span>
<p class="section-description"></p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="member">
<div class="pic"><img src="assets/img/team/team-1.jpg" alt=""></div>
<h4>Aaditya Prakash</h4>
<span>Front-end & Back-end Developer</span>
<div class="social">
<a href="https://www.instagram.com/prak_aaditya/"><i class="bi bi-instagram"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="member">
<div class="pic"><img src="assets/img/team/team-2.jpg" alt=""></div>
<h4>Nishant Mittal</h4>
<span>Front-end & Back-end Developer</span>
<div class="social">
<a href="https://www.instagram.com/m.nishant_/"><i class="bi bi-instagram"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="member">
<div class="pic"><img src="assets/img/team/team-3.jpg" alt=""></div>
<h4>Varun Singh Awana</h4>
<span>Front-end Developer</span>
<div class="social">
<a href="https://www.instagram.com/varun.awana/"><i class="bi bi-instagram"></i></a>
</div>
</div>
</div>
</div> -->
</section><!-- End Team Section -->
<!-- ======= Gallery Section ======= -->
<section id="gallery">
<div class="container-fluid" data-aos="fade-up">
<div class="section-header">
<h3 class="section-title">Gallery</h3>
<span class="section-divider"></span>
<p class="section-description">VIALUGGAGE : "KEEP STORING AND EXPLORING"</p>
</div>
<div class="row no-gutters">
<div class="col-lg-4 col-md-6">
<div class="gallery-item">
<a href="assets/img/gallery/gallery-1.jpg" data-gall="portfolioGallery" class="gallery-lightbox">
<img src="assets/img/gallery/gallery-1.jpg" alt="">
</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="gallery-item">
<a href="assets/img/gallery/gallery-2.jpg" data-gall="portfolioGallery" class="gallery-lightbox">
<img src="assets/img/gallery/gallery-2.jpg" alt="">
</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="gallery-item">
<a href="assets/img/gallery/gallery-3.jpg" data-gall="portfolioGallery" class="gallery-lightbox">
<img src="assets/img/gallery/gallery-3.jpg" alt="">
</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="gallery-item">
<a href="assets/img/gallery/gallery-4.jpg" data-gall="portfolioGallery" class="gallery-lightbox">
<img src="assets/img/gallery/gallery-4.jpg" alt="">
</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="gallery-item">
<a href="assets/img/gallery/gallery-5.jpg" data-gall="portfolioGallery" class="gallery-lightbox">
<img src="assets/img/gallery/gallery-5.jpg" alt="">
</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="gallery-item">
<a href="assets/img/gallery/gallery-6.jpg" data-gall="portfolioGallery" class="gallery-lightbox">
<img src="assets/img/gallery/gallery-6.jpg" alt="">
</a>
</div>
</div>
</div>
</div>
</section><!-- End Gallery Section -->
<!-- ======= Contact Section ======= -->
<section id="contact">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-4 col-md-4">
<div class="contact-about">
<h3>VIALUGGAGE</h3>
<p>Our project aims to simplify and bring in advanced luggage storage solutions for tourists and visitors alike at several locations with utmost security and affordability.</p>
<div class="social-links">
<a href="https://www.instagram.com/prak_aaditya/" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="https://www.instagram.com/m.nishant_/" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="https://www.instagram.com/varun.awana/" class="instagram"><i class="bi bi-instagram"></i></a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="info">
<div>
<i class="bi bi-geo-alt"></i>
<a href="https://goo.gl/maps/JVk2Vv7CB73Fo9aX8"> ViaLuggage Pvt. Ltd., Dwarka Mor<br>New Delhi, IN 110059</a>
</div>
<p></p>
<div>
<i class="bi bi-envelope"></i>
<a href="mailto:support.team@vialuggage.org"> support.team@vialuggage.org</a>
</div>
<p></p>
<div>
<i class="bi bi-phone"></i>
<a href="tel:+91 9871322384"> +91 9871322384</a>
</div>
</div>
</div>
<div class="col-lg-5 col-md-8">
<div class="form">
<form action="https://formspree.io/f/moqyanzk" method="POST" role="form" class="php-email-form" id="my-form">
<div class="row">
<div class="form-group col-lg-6">
<input type="text" name="name" class="form-control" id="Name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars">
</div>
<div class="form-group col-lg-6 mt-3 mt-lg-0">
<input type="email" class="form-control" name="Email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email">
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="Mobile Number" id="phone" placeholder="Your Mobile Number" data-rule="phone" data-msg="Please enter a valid Mobile Number">
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="Subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject">
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="Message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
</div>
<div class="text-center"><button type="submit" title="Send Message">Send Message</button></div>
</form>
<p>
</p>
<div id="status"></div>
</div>
</div>
</div>
<script src="assets/vendor/php-email-form\validate.js"></script>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-lg-6 text-lg-start text-center">
<div class="copyright">
© Copyright <strong>viaLuggage Pvt. Ltd.</strong>. All Rights Reserved
</div>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=Avilon
-->
</div>
</div>
<div class="col-lg-6">
<nav class="footer-links text-lg-right text-center pt-2 pt-lg-0">
<a href="#hero" class="scrollto">Home</a>
<a href="#about" class="scrollto">About</a>
</nav>
</div>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-chevron-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>