-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
647 lines (570 loc) · 32.5 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
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>BooxWoox - The Global Library</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=Roboto:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/line-awesome/css/line-awesome.min.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Mobile Menu ======= -->
<div class="site-mobile-menu site-navbar-target">
<div class="site-mobile-menu-header">
<div class="site-mobile-menu-close mt-3">
<span class="icofont-close js-menu-toggle"></span>
</div>
</div>
<div class="site-mobile-menu-body"></div>
</div>
<!--header-->
<!-- ======= Header ======= -->
<header class="site-navbar js-sticky-header site-navbar-target" role="banner">
<div class="container">
<div class="row align-items-center">
<div class="col-6 col-lg-2">
<!-- <h1 class="mb-0 site-logo" ><a href="index.html" class="mb-0">BOOX</a></h1> -->
<a href='index.html'><img src="assets/img/White.png" class="logo" alt='logo'></a>
</div>
<div class="col-12 col-md-10 d-none d-lg-block">
<nav class="site-navigation position-relative text-right" role="navigation">
<ul class="site-menu main-menu js-clone-nav mr-auto d-none d-lg-block">
<li class="active"><a href="#hero" class="nav-link scroll">Home</a></li>
<li><a href="#AboutUS" class="nav-link scroll">About Us</a></li>
<li><a href="#Features" class="nav-link scroll">Features</a></li>
<!-- <li>
<a href="blog.html" class="nav-link">Blog</a>
</li> -->
<li><a href="#Founder" class="nav-link scroll">Team</a></li>
<li><a href="#Contact" class="nav-link scroll">Contact</a></li>
<li><a href="#Download" class="nav-link scroll">Downloads</a></li>
</ul>
</nav>
</div>
<div class="col-6 d-inline-block d-lg-none ml-md-0 py-3" style="position: relative; top: 3px;">
<a href="#" class="burger site-menu-toggle js-menu-toggle" data-toggle="collapse" data-target="#main-navbar">
<span></span>
</a>
</div>
</div>
</div>
</header>
<!-- ======= Hero Section ======= -->
<section class="hero-section" id="hero">
<div class="wave">
<svg width="100%" height="355px" viewBox="0 0 1920 355" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Apple-TV" transform="translate(0.000000, -402.000000)" fill="#FFFFFF">
<path d="M0,439.134243 C175.04074,464.89273 327.944386,477.771974 458.710937,477.771974 C654.860765,477.771974 870.645295,442.632362 1205.9828,410.192501 C1429.54114,388.565926 1667.54687,411.092417 1920,477.771974 L1920,757 L1017.15166,757 L0,757 L0,439.134243 Z" id="Path"></path>
</g>
</g>
</svg>
</div>
<div class="container">
<div class="row align-items-center">
<div class="col-12 hero-text-image">
<div class="row">
<div class="col-lg-7 text-center text-lg-left">
<h1 data-aos="fade-right">BooxWoox- The Global Library</h1>
<p class="mb-5" data-aos="fade-right" data-aos-delay="100">Booxwoox is an online deposit-based peer-to-peer book renting & selling platform</p>
<p data-aos="fade-right" data-aos-delay="200" data-aos-offset="-500"><a href="#AboutUS" class="btn btn-outline-white scroll">Get started</a></p>
</div>
<div class="col-lg-5 iphone-wrap ">
<img src="assets/img/Book read.png" alt="Image" class="headimage" data-aos="fade-right">
<!-- <img src="assets/img/phone_2.png" alt="Image" class="phone-2" data-aos="fade-right" data-aos-delay="200"> -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Hero -->
<main id="main">
<section class="section" id="AboutUS">
<div class="row justify-content-center text-center ">
<div class="col-md-5" data-aos="fade-up">
<h2 class="section-heading">About Us</h2>
</div>
</div>
<section class="section pb-0">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 mr-auto">
<p class="mb-4">Stephen King said “Books are a uniquely portable magic”. Surely, they are the biggest asset a person can own, providing information, lessons, ideas and exposing the reader to countless experiences. </p>
<p class="mb-4">And these experiences deserve to be shared to as many people as possible. But, in the current scheme of things, these assets often find themselves lying around in houses/libraries/store-rooms and where not. </p>
<p class="mb-4">We here at BooxWoox bring to you a platform to share these very books and make the most out of them.</p>
</div>
<div class="col-md-6 embed-responsive embed-responsive-21by9" data-aos="fade-left">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/Byf5XrD4dJA?autoplay=0&mute=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
</section>
<!-- ======= Features Section ======= -->
<section class="section" id="Features">
<div class="row justify-content-center text-center ">
<div class="col-md-5" data-aos="fade-up">
<h2 class="section-heading">Features</h2>
</div>
</div>
<section class="section">
<div class="container apply-shadow">
<div class="row align-items-center">
<div class="col-md-4 mr-auto">
<h2 class="mb-4 ml-4">BUY</h2>
<p class="mb-4 ml-4">This feature is coming soon...</p>
<!-- <p class="mb-4">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Tenetur at reprehenderit optio, laudantium eius quod, eum maxime molestiae porro omnis. Dolores aspernatur delectus impedit incidunt dolore mollitia esse natus beatae.</p> -->
<!-- <p><a href="#">Read More</a></p> -->
<p class="mb-4 ml-4">Rushing to different stores to buy books at higher costs or even through various online mediums which are out of stock most of the time doesn’t really hit the mark when it comes to us bookworms. So, we here at BooxWoox have
created the biggest network of books to connect you to all individuals/ local stores around you to give you the book that you want at lower costs.</p>
</div>
<div class="col-md-6" data-aos="fade-left">
<img src="assets/img/Buy books.png" alt="Image" class="img-fluid">
</div>
</div>
</div>
</section>
<section class="section">
<div class="container apply-shadow">
<div class="row align-items-center">
<div class="col-md-4 ml-auto order-md-2">
<h2 class="mb-4">LEND</h2>
<p class="mb-4">Users will be allowed to lend books to other individuals and hence, also connect those who have similar tastes. They will be able to create a proper community and connect to more and more users. Always better to share than
to store, right?</p>
</div>
<div class="col-md-6" data-aos="fade-right">
<img src="assets/img/Lend book.png" alt="Image" class="img-fluid">
</div>
</div>
</div>
</section>
<section class="section">
<div class="container apply-shadow">
<div class="row align-items-center">
<div class="col-md-4 mr-auto">
<h2 class="mb-4 ml-4">BORROW</h2>
<!-- <p class="mb-4">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Tenetur at reprehenderit optio, laudantium eius quod, eum maxime molestiae porro omnis. Dolores aspernatur delectus impedit incidunt dolore mollitia esse natus beatae.</p> -->
<!-- <p><a href="#">Read More</a></p> -->
<p class="mb-4 ml-4">Information is available cheap nowadays, only if one knows where to mine for it. This platform gives you the opportunity to get the books of your preference delivered to your doorstep at a relatively very low cost. So go ahead
and learn all you want!
</p>
</div>
<div class="col-md-6" data-aos="fade-left">
<img src="assets/img/Book borrow.png" alt="Image" class="img-fluid">
</div>
</div>
</div>
</section>
<section class="section">
<div class="container apply-shadow">
<div class="row align-items-center">
<div class="col-md-4 ml-auto order-md-2">
<h2 class="mb-4">SELL</h2>
<p class="mb-4">This feature is coming soon...</p>
<!-- <p class="mb-4">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Tenetur at reprehenderit optio, laudantium eius quod, eum maxime molestiae porro omnis. Dolores aspernatur delectus impedit incidunt dolore mollitia esse natus beatae.</p> -->
<!-- <p><a href="#">Read More</a></p> -->
<p class="mb-4">All platforms which provide selling services are too vast and hence resources like books often get overlooked there. Here, we bring to you a book focused platform hence, giving you a better and widespread chance to sell your
books quickly and effectively.</p>
</div>
<div class="col-md-6" data-aos="fade-right">
<img src="assets/img/Selling.png" alt="Image" class="img-fluid">
</div>
</div>
</div>
</section>
</section>
<!-- ======= Home Section ======= -->
<!-- <section class="section">
<div class="container">
<div class="row justify-content-center text-center mb-5">
<div class="col-md-5" data-aos="fade-up">
<h2 class="section-heading">Save your time to using SoftLand</h2>
</div>
</div>
<div class="row">
<div class="col-md-4" data-aos="fade-up" data-aos-delay="">
<div class="feature-1 text-center">
<div class="wrap-icon icon-1">
<span class="icon la la-users"></span>
</div>
<h3 class="mb-3">Explore Your Team</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rem, optio.</p>
</div>
</div>
<div class="col-md-4" data-aos="fade-up" data-aos-delay="100">
<div class="feature-1 text-center">
<div class="wrap-icon icon-1">
<span class="icon la la-toggle-off"></span>
</div>
<h3 class="mb-3">Digital Whiteboard</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rem, optio.</p>
</div>
</div>
<div class="col-md-4" data-aos="fade-up" data-aos-delay="200">
<div class="feature-1 text-center">
<div class="wrap-icon icon-1">
<span class="icon la la-umbrella"></span>
</div>
<h3 class="mb-3">Design To Development</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rem, optio.</p>
</div>
</div>
</div>
</div>
</section> -->
<!--=====How To Use=====-->
<!-- <section class="section">
<div class="container">
<div class="row justify-content-center text-center mb-5" data-aos="fade">
<div class="col-md-6 mb-5">
<img src="assets/img/undraw_svg_1.svg" alt="Image" class="img-fluid">
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="step">
<span class="number">01</span>
<h3>Sign Up</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rem, optio.</p>
</div>
</div>
<div class="col-md-4">
<div class="step">
<span class="number">02</span>
<h3>Create Profile</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rem, optio.</p>
</div>
</div>
<div class="col-md-4">
<div class="step">
<span class="number">03</span>
<h3>Enjoy the app</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rem, optio.</p>
</div>
</div>
</div>
</div>
</section> -->
<!-- ======= Team Section ======= -->
<section class="section border-top border-bottom" id="Founder">
<div class="container">
<div class="row justify-content-center text-center mb-5">
<div class="col-md-4">
<h2 class="section-heading">Founding Team</h2>
</div>
</div>
<div class="row justify-content-center text-center">
<div class="col-md-7">
<div class="owl-carousel testimonial-carousel">
<div class="review text-center">
<!-- <p class="stars">
<span class="icofont-star"></span>
<span class="icofont-star"></span>
<span class="icofont-star"></span>
<span class="icofont-star"></span>
<span class="icofont-star muted"></span>
</p> -->
<p class="review-user">
<img src="assets/img/maurya.jpeg" alt="Image" class="img-fluid rounded-circle mb-3">
<span class="d-block">
<span class="text-black">Maurya Bhatt</span>, — Founder & CEO,
</span>
<span class="d-block">
<span class="text-black">[email protected]</span>
</span>
</p>
<h3>Founder</h3>
<blockquote>
<p>With a remarkable blend of leadership, expertise, and a profound understanding of the industry, had lead us towards new horizons, shaping the future of our company with every step.</p>
</blockquote>
</div>
<div class="review text-center">
<!-- <p class="stars">
<span class="icofont-star"></span>
<span class="icofont-star"></span>
<span class="icofont-star"></span>
<span class="icofont-star"></span>
<span class="icofont-star muted"></span>
</p> -->
<p class="review-user">
<img src="assets/img/tanmay.jpeg" alt="Image" class="img-fluid rounded-circle mb-3">
<span class="d-block">
<span class="text-black">Tanmay Srivastava</span>, — CFO
</span>
<span class="d-block">
<span class="text-black">[email protected]</span>
</span>
</p>
<h3>Founder & CFO</h3>
<blockquote>
<p>Responsible for handling finances and marketing</p>
</blockquote>
</div>
<div class="review text-center">
<!-- <p class="stars">
<span class="icofont-star"></span>
<span class="icofont-star"></span>
<span class="icofont-star"></span>
<span class="icofont-star"></span>
<span class="icofont-star muted"></span>
</p> -->
<p class="review-user">
<img src="assets/img/pranav.jpeg" alt="Image" class="img-fluid rounded-circle mb-3">
<span class="d-block">
<span class="text-black">Pranav Bajaj</span>, — Founder
</span>
<span class="d-block">
<span class="text-black">[email protected]</span>
</span>
</p>
<h3>Founder</h3>
<blockquote>
<p>Responsible for handling finances and marketing</p>
</blockquote>
</div>
<div class="review text-center">
<!-- <p class="stars">
<span class="icofont-star"></span>
<span class="icofont-star"></span>
<span class="icofont-star"></span>
<span class="icofont-star"></span>
<span class="icofont-star muted"></span>
</p> -->
<p class="review-user">
<img src="assets/img/utsav.jpeg" alt="Image" class="img-fluid rounded-circle mb-3">
<span class="d-block">
<span class="text-black">Utsav Majhi</span>, — App Developer
</span>
<span class="d-block">
<span class="text-black">[email protected]</span>
</span>
</p>
<h3>App Developer</h3>
<blockquote>
<p>Responsible for making the complete application and hosted in the playstore</p>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Team SectionSection -->
<!--Contact Section-->
<section class="section" id="Contact">
<div class="container">
<div class="row mb-5 align-items-end">
<div class="col-md-6" data-aos="fade-up">
<h2 class='section-heading'>Contact Form</h2>
<p class="mb-0">Feel free to contact us about any queries or feedback.</p>
</div>
</div>
<!-- <div class="typeform-widget" data-url="https://form.typeform.com/to/XYEwBiFj?typeform-medium=embed-snippet" data-hide-footer="true" style="width: 100%; height: 500px;"></div>
<script>
(function() {
var qs, js, q, s, d = document,
gi = d.getElementById,
ce = d.createElement,
gt = d.getElementsByTagName,
id = "typef_orm",
b = "https://embed.typeform.com/";
if (!gi.call(d, id)) {
js = ce.call(d, "script");
js.id = id;
js.src = b + "embed.js";
q = gt.call(d, "script")[0];
q.parentNode.insertBefore(js, q)
}
})()
</script> -->
<!-- <form name="contact" method="POST" data-netlify="true">
<p>
<label>Your Name: <input type="text" name="name" /></label>
</p>
<p>
<label>Your Email: <input type="email" name="email" /></label>
</p>
<p>
<label>Reason: <select name="reason[]" multiple>
<option value="feedback">Feedback</option>
<option value="query">Query</option>
</select></label>
</p>
<p>
<label>Message: <textarea name="message"></textarea></label>
</p>
<div data-netlify-recaptcha="true"></div>
<p>
<button type="submit">Send</button>
</p>
</form> -->
<div class="row">
<div class="col-md-12 mb-5 mb-md-0" data-aos="fade-up">
<form name="contact" method="POST" role="form" data-netlify="true">
<div class="row">
<div class="col-md-12 form-group">
<label for="name">Name</label>
<input type="text" name="name" class="form-control inputstl" id="name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" required/>
<div class="validate"></div>
</div>
<div class="col-md-12 form-group">
<label>Email</label>
<input type="email" class="form-control inputstl" name="email" id="email" data-rule="email" data-msg="Please enter a valid email" required/>
<div class="validate"></div>
</div>
<div class="col-md-12 form-group">
<!-- <label for="name">Subject</label>
<input type="text" class="form-control" name="subject" id="subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" /> -->
<label>Reason: <select name="reason[]" class="form-control inputstl">
<option value="feedback">Feedback</option>
<option value="query">Query</option>
</select></label>
</div>
<div class="col-md-12 form-group">
<label>Message</label>
<textarea class="form-control inputstl" name="message" cols="30" rows="5" data-rule="required" data-msg="Please write something for us" required></textarea>
<div class="validate"></div>
</div>
<!-- <div class="col-md-12 mb-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div> -->
<div class="col-md-4" data-netlify-recaptcha="true"></div>
<div class="col-md-6 form-group">
<button type="submit" class="btn btn-primary d-block w-100">Send Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- ======= CTA Section ======= -->
<section class="section cta-section" id="Download">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 mr-auto text-center text-md-left mb-5 mb-md-0">
<h2 class='section-heading'>Download the app now</h2>
</div>
<div class="col-md-5 text-center text-md">
<p><a href="https://play.google.com/store/apps/details?id=com.creatordev.bookollab" target="_blank" rel="noreferrer" class="btn"><span class="icofont-ui-play mr-3"></span>Google play</a></p>
</div>
</div>
</div>
</section>
<!-- End CTA Section -->
</main>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer class="footer" role="contentinfo">
<div class="container">
<div class="row">
<div class="col-md-3 mb-8 mb-md-0">
<div class="row">
<div class="col">
<h3>About BooxWoox</h3>
<p>We here at BooxWoox bring to you a platform to share these very books and make the most out of them.</p>
</div>
</div>
<div class="row pt-4">
<div class="col">
<h3>Follow Us</h3>
<p class="social">
<!-- <a href="#"><span class="icofont-twitter"></span></a> -->
<a href="https://www.facebook.com/BooxWoox-111379667801326/" target="_blank" rel="noreferrer"><span class="icofont-facebook"></span></a>
<a href="https://www.instagram.com/booxwoox/" target="_blank" rel="noopener noreferrer"><span class="icofont-instagram"></span></a>
<a href="https://www.youtube.com/channel/UCI7Lz3so3Gg8kzxUk9IWU8Q" target="_blank" rel="noreferrer"><span class="icofont-brand-youtube"></span></a>
</p>
</div>
</div>
</div>
<div class="col-md-4 mb-8 mb-md-0 ml-auto">
<h3>Reach Us At</h3>
<ul class="list-unstyled">
<li class="mb-3">
<strong class="d-block mb-1">Address</strong>
<span><a href="https://maps.app.goo.gl/da38M9VVT67jWdTTA" target="_blank" rel="noopener noreferrer">16-B Lavkush Society<br/>Behind Medilink Hospital<br/>Satellite<br/>Ahmedabad - 380015</a></span>
</li>
<li class="mb-3">
<strong class="d-block mb-1">Phone</strong>
<span><a href="tel:+91-78876-36763" data-tracking-element-type="3" jslog="56037; track:impression,click" itemprop="telephone" dir="ltr">+91 78876 36763</a></p></span>
</li>
<li class="mb-3">
<strong class="d-block mb-1">Email</strong>
<span><a href="mailto:[email protected]">[email protected]</a></span>
</li>
</ul>
</div>
<div class="col-md-4 ml-auto">
<div class="row site-section pt-0">
<div class="col-md-4 mb-4 mb-md-0">
<h3> Quick Nav</h3>
<ul class="list-unstyled">
<li><a href="#hero">Home</a></li>
<li><a href="#AboutUS">About Us</a></li>
<li><a href="#Features">Features</a></li>
<li><a href="#Founder">Founder</a></li>
<li><a href="#Contact">Contact</a></li>
</ul>
</div>
<!-- <div class="col-md-4 mb-4 mb-md-0">
<h3>Services</h3>
<ul class="list-unstyled">
<li><a href="#">Team</a></li>
<li><a href="#">Collaboration</a></li>
<li><a href="#">Todos</a></li>
<li><a href="#">Events</a></li>
</ul>
</div> -->
<!-- <div class="col-md-6 mb-3 mb-md-0">
<h3>Downloads</h3>
<ul class="list-unstyled">
<li><a href="#">Get from the App Store</a></li>
<li><a href="#">Get from the Play Store</a></li>
</ul>
</div> -->
</div>
</div>
</div>
<div class="credits justify-content-center text-center">
<a href="privacypolicy.html "><i class="icofont-paper"></i>Privacy Policy </a><a href="tnc.html"><i class="icofont-paper"></i>Terms and Conditions</a><a href="cancelrefund.html"><i class="icofont-paper"></i>Cancellation and Refund Policies</a>
<a href="penaltyparams.html"><i class="icofont-paper"></i>Penalty Parameters </a>
</div>
<div class="justify-content-center text-center">
<p class="copyright">© Copyright BooxWoox (Subsidiary of Treeck Brains LLP). All Rights Reserved</p>
<div class="credits">
Designed by <a href="index.html">BooxWoox</a>
</div>
</div>
</div>
</div>
</footer>
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/jquery-sticky/jquery.sticky.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>