-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
900 lines (808 loc) · 37.4 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
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>UNEAKO</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Facebook Opengraph integration: https://developers.facebook.com/docs/sharing/opengraph -->
<meta property="og:title" content="">
<meta property="og:image" content="">
<meta property="og:url" content="">
<meta property="og:site_name" content="">
<meta property="og:description" content="">
<!-- Twitter Cards integration: https://dev.twitter.com/cards/ -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="">
<!-- Place your favicon.ico and apple-touch-icon.png in the template root directory -->
<link href="img/unio.png" rel="icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate-css/animate.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="slick/slick.css"/>
<link rel="stylesheet" type="text/css" href="slick/slick-theme.css"/>
<!-- =======================================================
Theme Name: UNEAKO
Theme URL: https://bootstrapmade.com/UNEAKO-free-onepage-bootstrap-theme/
Author: BootstrapMade.com
Author URL: https://bootstrapmade.com
======================================================= -->
</head>
<body>
<div id="preloader"></div>
<!--==========================
Hero Section
============================-->
<section id="hero">
<div class="hero-container">
<div class="wow fadeIn">
<div class="hero-logo">
<img class="unio" src="img/unio.png">
<br>
<img class="logo" src="img/logo.png" alt="UNEAKO">
</div>
<h1>This isn't just a product, It's a social MOVEMENT</h1>
<div class="row">
<!--<div class="col-lg-12">
<h2>We create <span class="rotating">Awesome products, Sustainability, Trust</span></h2>
</div-->
</div>
<div class="actions">
<a href="#about" class="btn-get-started">Get Started</a>
<a href="#services" class="btn-services">Our Services</a>
</div>
</div>
</div>
</section>
<!--==========================
Header Section
============================-->
<header id="header">
<div class="container">
<div id="logo" class="pull-left">
<a href="#hero"><img src="img/logo.png" alt="" title="" /></img></a>
<!-- Uncomment below if you prefer to use a text image -->
<!--<h1><a href="#hero">Header 1</a></h1>-->
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="#hero">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#services">Our Vision</a></li>
<li><a href="#portfolio">Our Solutions</a></li>
<!-- <li><a href="#testimonials">Testimonials</a></li> -->
<li><a href="#team">Team</a></li>
<!-- <li class="menu-has-children"><a href="">Drop Down</a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="menu-has-children"><a href="#">Drop Down 2</a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
<li><a href="#">Drop Down 5</a></li>
</ul>
</li> -->
<li><a href="#contact">Get Involved</a></li>
</ul>
</nav>
<!-- #nav-menu-container -->
</div>
</header>
<!-- #header -->
<!--==========================
About Section
============================-->
<section id="about">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">About Us</h3>
<div class="section-title-divider"></div>
<p class="section-description">When you put the whole picture together, recycling is the right thing to do</p>
</div>
</div>
</div>
<div class="container about-container wow fadeInUp">
<div class="row">
<div class="col-lg-6 about-img">
<!--img src="img/about.jpg" alt="">
</div-->
<div class="slideshow-container" style="text-align: center;">
<div class="mySlides fade">
<img src="img/p1.jpg" style="height: 350px; width: 93%">
</div>
<div class="mySlides fade">
<img src="img/p2.jpg" style="height: 350px; width: 93%">
</div>
<div class="mySlides fade">
<img src="img/p3.jpg" style="height: 350px; width: 93%">
</div>
<div class="mySlides fade">
<img src="img/p4.jpg" style="height: 350px; width: 93%">
</div>
<div class="mySlides fade">
<img src="img/p5.jpg" style="height: 350px; width: 93%">
</div>
<div class="mySlides fade">
<img src="img/p6.jpg" style="height: 350px; width: 93%">
</div>
<div class="mySlides fade">
<img src="img/p7.jpg" style="height: 350px; width: 93%">
</div>
</div>
<br>
<div style="text-align:center">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</div>
<script>
var slideIndex = 0;
showSlides();
function showSlides() {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("dot");
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
slideIndex++;
if (slideIndex > slides.length) {slideIndex = 1}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
setTimeout(showSlides, 2500); // Change image every 2 seconds
}
</script>
</div>
<div class="col-md-6 about-content">
<h2 class="about-title">We provide great products and ideas</h2>
<p class="about-text">
Uneako is an amalgamation of “Unique” and “Eco”, meaning that we provide eco friendly and sustainable products in a never seen before avatar. We are aware that saving the environment is the need of the hour and we; through our products, are contributing our bit towards the cause. Our motto, “Sustainability is the only way to a better future”, is reflected in all our products and innovations.
</p>
<p class="about-text">
Our company was envisioned by two brothers whose dream was not only to create unique products for people but also spread the message of sustainability and care for the environment. Thus, Uneako was born; making products which engulf the needs of the people along with doing their part to make the environment more suitable for the future generations.
</p>
</div>
<div class="col-md-12 about-content">
<p class="about-text">
Our mission is to innovate and develop simple products which can contribute towards the betterment of the environment with each purchase. We want to be responsible citizens of the planet and want to spread the concern that we have for the environment to everyone who buys our product. Together, we want to build a union where everyone does their small bit towards safeguarding the earth and in return having a better, safer and cleaner planet for them and their children.
Our products consist of environmentally friendly stationery and gifting items which are variedly different from any other product available in the market because we beautifully try to inculcate the environment in our products. We have seed pencils and pens which have the seeds of various plants at the end of it, allowing the user to plant a tree whenever they buy the item. We also have notepads made from seed paper, which when put in a plant, dissolve and give birth to a new sapling. Our stationary is made from 100% biodegradable and waste material thus ensuring that there is no harm to the environment whatsoever. For example, we have our newspaper pencils which are made entirely from waste newspaper which is tightly rolled around the graphite to give it a firm base.
We continue to create products which redefine how we imagine a simple day to day item to be and he hope to spread the message of Uneako to as many people as we can.
</p>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Services Section
============================-->
<section id="services">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Our Vision</h3>
<div class="section-title-divider"></div>
<p class="section-description">Our team will take your business presence to new level</p>
</div>
</div>
<div class="row">
<div class="col-md-4 service-item">
<div class="service-icon"><i class="fa fa-share"></i></div>
<h4 class="service-title"><a href="">Sharing</a></h4>
<p class="service-description">"We innovate our ideas to share a new future. We amalgamate UNIQUE with ECO-FRIENDLY".</p>
</div>
<div class="col-md-4 service-item">
<div class="service-icon"><i class="fa fa-recycle"></i></div>
<h4 class="service-title"><a href="">Sustainable</a></h4>
<p class="service-description">"We didn't inherit earth from our ancestors, we borrowed it from our children". The act of courage to save the earth calls for innovation and so does Uneako" </p>
</div>
<div class="col-md-4 service-item">
<div class="service-icon"><i class="fa fa-smile-o"></i></div>
<h4 class="service-title"><a href="">Happiness</a></h4>
<p class="service-description">"In every walk with nature one receives far more than he seeks"</p>
</div>
<!-- <div class="col-md-4 service-item">
<div class="service-icon"><i class="fa fa-photo"></i></div>
<h4 class="service-title"><a href="">Magni Dolores</a></h4>
<p class="service-description">Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum</p>
</div>
<div class="col-md-4 service-item">
<div class="service-icon"><i class="fa fa-road"></i></div>
<h4 class="service-title"><a href="">Nemo Enim</a></h4>
<p class="service-description">At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque</p>
</div>
<div class="col-md-4 service-item">
<div class="service-icon"><i class="fa fa-shopping-bag"></i></div>
<h4 class="service-title"><a href="">Eiusmod Tempor</a></h4>
<p class="service-description">Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi</p>
</div> -->
</div>
</div>
</section>
<!--==========================
Subscrbe Section
============================-->
<section id="subscribe">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-8">
<h3 class="subscribe-title">Subscribe For Updates</h3>
<p class="subscribe-text">Join our fastest growing social entrepreneur's fan page to like / share and get access to the latest unique idea, freebies, products announcements and much more!</p>
</div>
<div class="col-md-4 subscribe-btn-container">
<a class="subscribe-btn" href="https://www.instagram.com/uneako_/">Subscribe Now</a>
</div>
</div>
</div>
</section>
</section>
<!--==========================
Porfolio Section
============================-->
<section id="portfolio">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Our Solutions</h3>
<div class="section-title-divider"></div>
<p class="section-description">It’s easy being green- Reduce, Reuse, Recycle.</p>
</div>
</div>
<div class="row">
<div class="col-md-3">
<a class="portfolio-item" style="background-image: url(img/portfolio-1.jpg);" >
<div class="details">
<h4>Plantable Notepad</h4>
<span>An eco touch to your writing love</span>
</div>
</a>
<!--modal-box-->
<div class="modal-box">
<div class="modal-box-content">
<img src="img/portfolio-1.jpg" alt="" class="img-fluid">
<span class="close-box" style="padding: 0 8.4px">×</span>
<div class="text-content">
<h1>Plantable Notepad</h1>
<p>Uneako’s plantable notepads are made from 100% Recycled Biodegradable Paper that keeps you connected to nature. The cover of the notepads offers you different varieties of seeds which you can grow in your immediate surrounding. This is a non-toxic, safe and environment-friendly product that also serves as a perfect gift for the people who love the environment. Let’s plant the future!</p>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<a class="portfolio-item" style="background-image: url(img/portfolio-2.jpg);" >
<div class="details">
<h4>Uneako Combo Box</h4>
<span>Supports you to be Responsible human</span>
</div>
</a>
<!--modal-box-->
<div class="modal-box">
<div class="modal-box-content">
<img src="img/portfolio-2.jpg" alt="" class="img-fluid">
<span class="close-box" style="padding: 0 8.4px">×</span>
<div class="text-content">
<h1>Uneako Combo Box</h1>
<p>Get ready to head back to your school or work with Uneako’s combo box consisting of 5 plantable pens, 5 plantable pencils, and 1 newspaper pencil. Made from recycled paper and 98% plastic-free products, this kit is a must for nature lovers. Every pen and pencil has a little seed that you can plant and watch it grow as you continue to write more and more. Hurry up and buy one now!</p>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<a class="portfolio-item" style="background-image: url(img/portfolio-3.jpg);" >
<div class="details">
<h4>Plantable Pen + Pencil</h4>
<span>Offering utility + plants together</span>
</div>
</a>
<!--modal-box-->
<div class="modal-box">
<div class="modal-box-content">
<img src="img/portfolio-3.jpg" alt="" class="img-fluid">
<span class="close-box" style="padding: 0 8.4px">×</span>
<div class="text-content">
<h1>Plantable Pen + Pencil</h1>
<p>Uneako brings to you an entirely new set of pen and pencils made from recycled paper and 98% plastic-free material. With a smooth quality of writing, each pen and pencil has a seed capsule that you can plant and watch it grow as you continue to write more and more.</p>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<a class="portfolio-item" style="background-image: url(img/portfolio-4.jpg);">
<div class="details">
<h4>Uneako Special Plantable Gifting Kit</h4>
<span>A perfect gift to share for planet</span>
</div>
</a>
<!--modal-box-->
<div class="modal-box">
<div class="modal-box-content">
<img src="img/portfolio-4.jpg" alt="" class="img-fluid">
<span class="close-box" style="padding: 0 8.4px">×</span>
<div class="text-content">
<h1>Uneako Special Plantable Gifting Kit</h1>
<p>Our set of jumbo combo kit comprises of 1 plantable notebook, 1 combo box, and 1 jute pouch. Made from 100% recycled biodegradable paper and 98% plastic-free materials the pens and pencils has a seed capsule so that you can contribute to a cleaner and greener future starting from your very home. The 100% biodegradable jute pouch carries your items in a stylish way.</p>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<a class="portfolio-item" style="background-image: url(img/portfolio-5.jpg);" >
<div class="details">
<h4>Colour Pencil</h4>
<span>Adds colour to your ideas and earth</span>
</div>
</a>
<!--modal-box-->
<div class="modal-box">
<div class="modal-box-content">
<img src="img/portfolio-5.jpg" alt="" class="img-fluid">
<span class="close-box" style="padding: 0 8.4px">×</span>
<div class="text-content">
<h1>Colour Pencil</h1>
<p>In a range of diverse colours, the colour pencils can be a perfect tool to colour upboth the blanck pages as well as nature. Made from recycled paper and edible coloiurs, the pencils are absolutely chemical free and safe for your little ones. Also the seed capsule at the end of gives you a chance to grow and nurture a new sapling in this world. </p>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<a class="portfolio-item" style="background-image: url(img/portfolio-6.jpg);" >
<div class="details">
<h4>Natural Jute Pouch</h4>
<span>Replace toxics from your daily life</span>
</div>
</a>
<!--modal-box-->
<div class="modal-box">
<div class="modal-box-content">
<img src="img/portfolio-6.jpg" alt="" class="img-fluid">
<span class="close-box" style="padding: 0 8.4px">×</span>
<div class="text-content">
<h1>Natural Jute Pouch</h1>
<p>Uneako’s natural jute gifting pouch comes with a drawstring to carry your day-to-day items in a stylish way. The bags are designed in a durable, reusable and sustainable manner. These natural coloured jute bags are also perfect for sending your guests home with something special. Buy these bags now to add warmth and richness in your life!
</p>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<a class="portfolio-item" style="background-image: url(img/portfolio-7.jpg);">
<div class="details">
<h4>Travel Writing Kit</h4>
<span>Suppots united mind to pen down</span>
</div>
</a>
<!--modal-box-->
<div class="modal-box">
<div class="modal-box-content">
<img src="img/portfolio-7.jpg" alt="" class="img-fluid">
<span class="close-box" style="padding: 0 8.4px">×</span>
<div class="text-content">
<p>some text....</p>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<a class="portfolio-item" style="background-image: url(img/portfolio-8.jpg);" >
<div class="details">
<h4>Biodegradable Visiting Card</h4>
<span>Adds Sparks to your identity</span>
</div>
</a>
<!--modal-box-->
<div class="modal-box">
<div class="modal-box-content">
<img src="img/portfolio-8.jpg" alt="" class="img-fluid">
<span class="close-box" style="padding: 0 8.4px">×</span>
<div class="text-content">
<h1>Biodegradable Visiting Card</h1>
<p>They say the first impression is the last impression! Make a solid first impression with our eco-friendly visiting cards. Made from eco-friendly paper and printed with harmless natural ink, it is a perfect solution for your personal businesses, startups and even bigger companies who want to leave a unique impression on their clients and/or investors. </p>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<a class="portfolio-item" style="background-image: url(img/portfolio-9.jpg);">
<div class="details">
<h4>Entrepreneur Diary</h4>
<span>Gives wings to your ideas</span>
</div>
</a>
<!--modal-box-->
<div class="modal-box">
<div class="modal-box-content">
<img src="img/portfolio-9.jpg" alt="" class="img-fluid">
<span class="close-box" style="padding: 0 8.4px">×</span>
<div class="text-content">
<p>some text....</p>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<a class="portfolio-item" style="background-image: url(img/portfolio-10.jpg);" >
<div class="details">
<h4>Thankyou Card</h4>
<span>Share thanks to share happiness</span>
</div>
</a>
<!--modal-box-->
<div class="modal-box">
<div class="modal-box-content">
<img src="img/portfolio-10.jpg" alt="" class="img-fluid">
<span class="close-box" style="padding: 0 8.4px">×</span>
<div class="text-content">
<p>some text....</p>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<a class="portfolio-item" style="background-image: url(img/portfolio-11.jpg);" >
<div class="details">
<h4>Bird Feeder</h4>
<span>Coming soon</span>
</div>
</a>
<!--modal-box-->
<div class="modal-box">
<div class="modal-box-content">
<img src="img/portfolio-11.jpg" alt="" class="img-fluid">
<span class="close-box" style="padding: 0 8.4px">×</span>
<div class="text-content text-center">
<h1>HEading</h1>
<p>some text.. Lorem ipsum dolor sit amet consectetur adipisicing elit. Iure enim doloremque minus eveniet quasi alias voluptatem earum exercitationem, officia, nisi adipisci magni architecto omnis ut cum? Hic, porro sit? Animi?</p>
</div>
</div>
</div>
</div>
<div class="col-md-3">
<a class="portfolio-item" style="background-image: url(img/portfolio-12.jpg);" >
<div class="details">
<h4>Air Purifier</h4>
<span>Coming Soon</span>
</div>
</a>
<!--modal-box-->
<div class="modal-box">
<div class="modal-box-content">
<img src="img/portfolio-12.jpg" alt="" class="img-fluid">
<span class="close-box" style="padding: 0 8.4px">×</span>
<div class="text-content text-center">
<h1>Air Purifier</h1>
<p>Nowadays we are dealing with the problem of excess air pollution in our cities. Fresh breathing air is now considered to be a luxury which only wealthy people who can afford expensive air purifiers can possess.But does it mean that you can not do anything about it? No, absolutely not! Luckily for you, Uneako brings it's very own innovative air purifier. Just like all other Uneako products, it is unique and eco-friendly.</p>
</div>
</div>
</div>
</div>
<!---==================
buy button section
==================--->
<div class="text-center">
<html>
<head>
<style>
.button {
background-color:rgb(5, 95, 9);
border:none;
color: white;
padding: 15px 60px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
margin-left: auto;
margin-right: auto;
cursor: pointer;
}
</style>
</head>
<body>
<a href="https://forms.gle/VFEaxJCWR35EezJ27" class="button">BUY NOW</a>
</body>
</html>
</div>
</div>
</div>
</div>
</section>
<!-- ==========================
Testimonials Section
============================-->
<!-- <section id="testimonials">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Testimonials</h3>
<div class="section-title-divider"></div>
<p class="section-description">Erdo lide, nora porodo filece, salvam esse se, quod concedimus ses haec dicturum fuisse</p>
</div>
</div>
<div class="testimonials">
<div class="content">
<div class="content-overlay"></div>
<img class="content-image" src="img/vivek1.jpg">
<div class="content-details fadeIn-bottom">
<h3 class="content-title">This is a title</h3>
<p class="content-text">This is a short description</p>
</div>
</a>
</div>
<div class="content">
<div class="content-overlay"></div>
<img class="content-image" src="img/vivek1.jpg">
<div class="content-details fadeIn-bottom">
<h3 class="content-title">This is a title</h3>
<p class="content-text">This is a short description</p>
</div>
</a>
</div>
<div class="content">
<div class="content-overlay"></div>
<img class="content-image" src="img/vivek1.jpg">
<div class="content-details fadeIn-bottom">
<h3 class="content-title">This is a title</h3>
<p class="content-text">This is a short description</p>
</div>
</a>
</div>
<div class="content">
<div class="content-overlay"></div>
<img class="content-image" src="img/vivek1.jpg">
<div class="content-details fadeIn-bottom">
<h3 class="content-title">This is a title</h3>
<p class="content-text">This is a short description</p>
</div>
</a>
</div>
</div>
</div>
</section> -->
<!--==========================
Team Section
============================-->
<section id="team">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<h3 class="section-title">Our Team</h3>
<div class="section-title-divider"></div>
<p class="section-description">A strong team can take any crazy vision and turn it into reality</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="member">
<div class="pic"><img src="img/team-1.jpg" alt=""></div>
<h4>Ankit Tripathi</h4>
<span>CO-FOUNDER</span>
<div class="social">
<!-- <a href=""><i class="fa fa-twitter"></i></a> -->
<a href="https://www.facebook.com/profile.php?id=100009572327459"><i class="fa fa-facebook"></i></a>
<!-- <a href=""><i class="fa fa-google-plus"></i></a> -->
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="member">
<div class="pic"><img src="img/atul.jpg" alt=""></div>
<h4>Atul Tripathi</h4>
<span>CO-FOUNDER</span>
<div class="social">
<!-- <a href=""><i class="fa fa-twitter"></i></a> -->
<a href="https://www.facebook.com/vaigyanik.atul"><i class="fa fa-facebook"></i></a>
<!-- <a href=""><i class="fa fa-google-plus"></i></a> -->
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="member">
<div class="pic"><img src="img/team-3.jpg" alt=""></div>
<h4>Vipin Vishal</h4>
<span>STRATEGY HEAD</span>
<div class="social">
<!-- <a href=""><i class="fa fa-twitter"></i></a> -->
<a href="https://www.facebook.com/profile.php?id=100000257729358"><i class="fa fa-facebook"></i></a>
<!-- <a href=""><i class="fa fa-google-plus"></i></a> -->
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="member">
<div class="pic"><img src="img/vivek1.jpg" alt=""></div>
<h4>Vivek Kumar</h4>
<span>H.R.</span>
<div class="social">
<!-- <a href=""><i class="fa fa-twitter"></i></a> -->
<a href="https://www.facebook.com/vivek98kumar"><i class="fa fa-facebook"></i></a>
<!-- <a href=""><i class="fa fa-google-plus"></i></a> -->
<a href="https://www.linkedin.com/in/vivek-kumar-980305/"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="member">
<div class="pic"><img src="img/deepra.jpg" alt=""></div>
<h4>Deepra Yadav</h4>
<span>BUSINESS DEVELOPMENT HEAD</span>
<div class="social">
<!-- <a href=""><i class="fa fa-twitter"></i></a> -->
<a href="https://www.facebook.com/yadavdeepra"><i class="fa fa-facebook"></i></a>
<!-- <a href=""><i class="fa fa-google-plus"></i></a> -->
<a href="https://www.linkedin.com/in/deepra-yadav-775950167"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="member">
<div class="pic"><img src="img/ankush.jpg" alt=""></div>
<h4>Deegnr Ankush </h4>
<span>GRAPHICS DESIGNER</span>
<div class="social">
<!-- <a href=""><i class="fa fa-twitter"></i></a> -->
<a href="https://m.facebook.com/deegnrankushDA"><i class="fa fa-facebook"></i></a>
<!-- <a href=""><i class="fa fa-google-plus"></i></a> -->
<a href="https://www.linkedin.com/in/deegnr-ankush-972a74171"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<!-- <div class="col-md-3">
<div class="member">
<div class="pic"><img src="img/team-4.jpg" alt=""></div>
<h4>Amanda Jepson</h4>
<span>Accountant</span>
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<a href=""><i class="fa fa-google-plus"></i></a>
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div> -->
</div>
</div>
</section>
<!--==========================
Contact Section
============================-->
<section id="contact">
<div class="container wow fadeInUp">
<div class="row">
<div class="col-md-12">
<h3 class="section-title text">Get Involved</h3>
<div class="section-title-divider"></div>
<p class="section-description text">Let's talk about the project</p>
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-push-2">
<div class="info">
<div>
<i class="fa fa-map-marker"></i>
<p class="text">Atal Incubation Centre<br>2nd floor BIMTECH, Plot Number 5, Knowledge Park 2 , Greater Noida, Uttar Pradesh 201306</p>
<i class="fa fa-map-marker"></i>
<p class="text">TECHNOLOGY BUSINESS INCUBATOR, NIET<br> 19, Knowledge Park II, Institutional Area,Greater Noida, Uttar Pradesh 201306 </p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p class="text">business@uneako.com</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p class="text">+91 9953775653 / 7011675819</p>
</div>
</div>
</div>
<div class="col-md-5 col-md-push-2">
<div class="form">
<div id="sendmessage">Your message has been sent. Thank you!</div>
<div id="errormessage"></div>
<form action="" method="post" role="form" class="contactForm">
<div class="form-group">
<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 class="validation"></div>
</div>
<div class="form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validation"></div>
</div>
<div class="form-group">
<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 class="validation"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validation"></div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="container">
<div class="col-md-4">
<div class="social" style="text-align: center; font-size: 35px; ">
<!-- <a href=""><i class="fa fa-twitter"></i></a> -->
<a href="https://www.facebook.com/uneako/"><i class="fa fa-facebook" style="padding-right: 45px;";></i></a>
<!-- <a href=""><i class="fa fa-google-plus"></i></a> -->
<a href="https://www.linkedin.com/company/uneako"><i class="fa fa-linkedin" style="padding-left: 45px"></i></a>
</div>
</div>
<div class="col-md-4">
<div class="copyright">
© Copyright <strong>UNEAKO</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=UNEAKO
-->
Designed by <a href="https://bootstrapmade.com/">Vaigyanik Likho</a>
</div>
</div>
<div class="col-md-4">
<div class="social" style="text-align: center; font-size: 35px; ">
<a href="https://twitter.com/UNEAKO2"><i class="fa fa-twitter" style="padding-right: 45px"></i></a>
<!--a href="https://www.facebook.com/vaigyanik.atul"><i class="fa fa-facebook"></i></a-->
<!-- <a href=""><i class="fa fa-google-plus"></i></a> -->
<a href="https://www.instagram.com/uneako_/"><i class="fa fa-instagram" style="padding-left: 45px"></i></a>
</div>
</div>
</div>
</div>
</footer>
<!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Required JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/morphext/morphext.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/stickyjs/sticky.js"></script>
<script src="lib/easing/easing.js"></script>
<!-- Template Specisifc Custom Javascript File -->
<script src="js/custom.js"></script>
<script src="contactform/contactform.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="slick/slick.min.js"></script>
</body>
</html>