-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
961 lines (867 loc) · 40.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
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
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
<!DOCTYPE html>
<html lang="en">
<head>
<title>Team Envision</title>
<meta charset="utf-8">
<link rel="icon" type="image/png" sizes="32x32" href="images/logos/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Work+Sans:300,400,,500,600,700" rel="stylesheet">
<link rel="stylesheet" href="css/open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="css/jquery.timepicker.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light" id="ftco-navbar">
<div class="container">
<a class="navbar-brand" href="index.html"><img src="images/logos/envision_2.png" /></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav"
aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span> Menu
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active"><a href="#home" class="nav-link">Home</a></li>
<li class="nav-item"><a href="#about" class="nav-link">About</a></li>
<li class="nav-item"><a href="#division" class="nav-link">Divisions</a></li>
<li class="nav-item"><a class="nav-link" href="#projects">Projects</a></li>
<li class="nav-item"><a href="team.html" class="nav-link">Team</a></li>
<li class="nav-item"><a href="ContactFrom_v6/index.html" class="nav-link">Contact Us</a></li>
<!-- <li class="nav-item"><a href="https://forms.gle/ZexunUZz25wWdztw6" target="_blank" -->
<!-- class="nav-link">Join us</a></li> -->
</ul>
</div>
</div>
</nav>
<!-- END nav -->
<div class="hero-wrap js-fullheight">
<div class="overlay"></div>
<div class="container-fluid px-0" id="home">
<div class="row d-md-flex no-gutters slider-text align-items-center js-fullheight justify-content-end">
<img class="one-third js-fullheight align-self-end order-md-last img-fluid"
src="images/undraw_pair_programming_njlp.svg" alt="">
<div class="one-forth d-flex align-items-center ftco-animate js-fullheight">
<div class="text mt-5">
<span class="subheading">Est. 2018</span>
<h1 class="mb-3"><span>design,</span> <span>develop,</span> <span>idealize.</span></h1>
<p>a multidisciplinary tech team.</p>
<!-- <p><a href="#" class="btn btn-primary px-4 py-3">Get in touch</a></p> -->
</div>
</div>
</div>
</div>
</div>
<!-- about us -->
<section class="ftco-section services-section bg-light" id="about">
<div class="container">
<div class="row justify-content-center mb-5 pb-3"><br><br><br><br>
<div class="col-md-7 text-center heading-section ftco-animate">
<h2 class="mb-4">about us</h2>
<p style="text-align: justify">Team Envision is a Multidisciplinary technical team of Aaruush that
aims to provide solutions to most campus and societal issues and problems.<br> Team Envision
participated in various hackathons like the Rajasthan Hackathon, Mozofest Hackathon, Accenture
Blockchain etc and won under various categories.Team Envision is a consortium of AI, IoT,
Blockchain, Web designers etc who work closely to ideate, design, fabricate and develop products
to tackle campus and community issues and problems.<br>
<p style="text-align: center"><b>
It is a team where we convert your vision into reality.</b><br> <br>Bring us your ideas and
we will Envision it together.</p>
</p>
</div>
</div><br><br><br><br>
<div class="row justify-content-center mb-5 pb-3">
<div class="col-md-7 text-center heading-section ftco-animate">
<h2 class="mb-4">why choose us</h2>
<p>Being such a multidisciplinary organisation working on various projects all day and year long
till delivering products on time, well you got no reason to not to.</p>
</div>
</div>
<div class="row">
<div class="col-md-6 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-flex align-items-center">
<div class="icon d-flex align-items-center justify-content-center order-md-last">
<span class="flaticon-cloud"></span>
</div>
<div class="media-body pl-4 pl-md-0 pr-md-4 text-md-right">
<h3 class="heading">Research Oriented Projects</h3>
<p class="mb-0">Our goal is to investigate various issues concerning the environment and
lifestyle and research into it. </p>
</div>
</div>
</div>
<div class="col-md-6 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-flex align-items-center">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-server"></span>
</div>
<div class="media-body pl-4">
<h3 class="heading">Projects and Development</h3>
<p class="mb-0">We as team envision work all around the clock 24*7 and 365 days a year to
build various projects to client's staisfaction.</p>
</div>
</div>
</div>
<div class="col-md-6 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-flex align-items-center">
<div class="icon d-flex align-items-center justify-content-center order-md-last">
<span class="flaticon-customer-service"></span>
</div>
<div class="media-body pl-4 pl-md-0 pr-md-4 text-md-right">
<h3 class="heading">Society Issues</h3>
<p>A social issue is a problem that influences a large number of individuals. We aim to give
a solution to these problems for everyone</p>
</div>
</div>
</div>
<div class="col-md-6 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-flex align-items-center">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-life-insurance"></span>
</div>
<div class="media-body pl-4">
<h3 class="heading">Campus Issues</h3>
<p>We as Team Envision work on various issues aimed towards improving campus life of all
college students.</p>
</div>
</div>
</div>
<!--
<div class="col-md-6 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-flex align-items-center">
<div class="icon d-flex align-items-center justify-content-center order-md-last">
<span class="flaticon-cloud-computing"></span>
</div>
<div class="media-body pl-4 pl-md-0 pr-md-4 text-md-right">
<h3 class="heading">DNS Control</h3>
<p>Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic.</p>
</div>
</div>
</div>
<div class="col-md-6 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-flex align-items-center">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-settings"></span>
</div>
<div class="media-body pl-4">
<h3 class="heading">24/7 Support</h3>
<p>Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic.</p>
</div>
</div>
</div>
-->
</div>
</div>
</section>
<!-- Featuered projects -->
<section class="ftco-section ftco-no-pt ftc-no-pb" id="division">
<div class="container">
<div class="row">
<div class="col-lg-6 py-5">
<div class="heading-section ftco-animate mt-5">
<h2 class="mb-4">what we do?</h2>
<p>divisions of team envision</p>
</div>
<img src="images/undraw_visual_data_b1wx.svg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 py-5">
<div class="row">
<div class="col-md-6 ftco-animate">
<div class="media block-6 services border text-center">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-cloud-computing"></span>
</div>
<div class="mt-3 media-body media-body-2">
<h3 class="heading">AIML</h3>
<p>Understand Intelligence to give back to the society</p>
</div>
</div>
</div>
<div class="col-md-6 ftco-animate">
<div class="media block-6 services border text-center">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-cloud"></span>
</div>
<div class="mt-3 media-body media-body-2">
<h3 class="heading">IoT</h3>
<p>Implmenting and Developing Scalable framework and many
more!</p>
</div>
</div>
</div>
<div class="col-md-6 ftco-animate">
<div class="media block-6 services border text-center">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-server"></span>
</div>
<div class="mt-3 media-body media-body-2">
<h3 class="heading">Full Stack</h3>
<p>Developing state-of-the-art and end-to-end scalable Webapps</p>
</div>
</div>
</div>
<div class="col-md-6 ftco-animate">
<div class="media block-6 services border text-center">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-database"></span>
</div>
<div class="mt-3 media-body media-body-2">
<h3 class="heading">Electrical</h3>
<p>Researching on Smart Electrical Consumption and many more!</p>
</div>
</div>
</div>
<div class="col-md-6 ftco-animate">
<div class="media block-6 services border text-center">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-database"></span>
</div>
<div class="mt-3 media-body media-body-2">
<h3 class="heading">UI/UX</h3>
<p>Aims to provide a meaningful and good visual appearance to the project which is easily accessible to the users of the product.</p>
</div>
</div>
</div>
<div class="col-md-6 ftco-animate">
<div class="media block-6 services border text-center">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-database"></span>
</div>
<div class="mt-3 media-body media-body-2">
<h3 class="heading">Mechanical</h3>
<p>Mechanical engineers design, develop, build, and test. They deal with anything that moves, from components to machines to the human body.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- what we do --
<section class="ftco-section bg-light" id="2">
<div class="container">
<div class="row justify-content-center mb-5 pb-5">
<div class="col-md-7 text-center heading-section ftco-animate">
<span class="subheading"></span>
<h2 class="mb-4">What we do.</h2>
<h4 class="mb-4">Various Divisions of Team Envision</h4>
</div>
</div>
<div class="row">
<div class="col-md-12 nav-link-wrap mb-5 pb-md-5 pb-sm-1 ftco-animate">
<div class="nav ftco-animate nav-pills justify-content-center text-center" id="v-pills-tab" role="tablist" aria-orientation="vertical">
<a class="nav-link active" id="v-pills-nextgen-tab" data-toggle="pill" href="#v-pills-nextgen" role="tab" aria-controls="v-pills-nextgen" aria-selected="true">AI</a>
<a class="nav-link" id="v-pills-effected-tab" data-toggle="pill" href="#v-pills-effected" role="tab" aria-controls="v-pills-effected" aria-selected="false">IoT </a>
<a class="nav-link" id="v-pills-effects-tab" data-toggle="pill" href="#v-pills-effects" role="tab" aria-controls="v-pills-effects" aria-selected="false">Full Stack Development </a>
<a class="nav-link" id="v-pills-performance-tab" data-toggle="pill" href="#v-pills-performance" role="tab" aria-controls="v-pills-performance" aria-selected="false">Blockchain</a>
<a class="nav-link" id="v-pills-effectx-tab" data-toggle="pill" href="#v-pills-effectx" role="tab" aria-controls="v-pills-effectx" aria-selected="false">Visual & VFX </a> <br>
<a class="nav-link" id="v-pills-effecty-tab" data-toggle="pill" href="#v-pills-effecty" role="tab" aria-controls="v-pills-effecty" aria-selected="false">Electrical </a>
<a class="nav-link" id="v-pills-effectz-tab" data-toggle="pill" href="#v-pills-effectz" role="tab" aria-controls="v-pills-effectz" aria-selected="false">Mechanical </a>
</div>
</div>
<div class="col-md-12 align-items-center ftco-animate">
<div class="tab-content ftco-animate" id="v-pills-tabContent">
<div class="tab-pane fade show active" id="v-pills-nextgen" role="tabpanel" aria-labelledby="v-pills-nextgen-tab">
<div class="d-md-flex">
<div class="one-forth align-self-center">
<img src="images/undraw_laravel_and_vue_59tp.svg" class="img-fluid" alt="">
</div>
<div class="one-half ml-md-5 align-self-center">
<h2 class="mb-4">Artifical Intelligence</h2>
<p>Artificial Intelligence (AI) and Machine Learning (ML) are two very hot buzzwords right now, and often seem to be used interchangeably. </p>
<p>Artificial Intelligence is the broader concept of machines being able to carry out tasks in a way that we would consider “smart”.</p>
<!- <p><a href="#" class="btn btn-primary py-3">Get in touch</a></p>--
</div>
</div>
</div>
<div class="tab-pane fade" id="v-pills-performance" role="tabpanel" aria-labelledby="v-pills-performance-tab">
<div class="d-md-flex">
<div class="one-forth order-last align-self-center">
<img src="images/undraw_visual_data_b1wx.svg" class="img-fluid" alt="">
</div>
<div class="one-half order-first mr-md-5 align-self-center">
<h2 class="mb-4">BLockchain</h2>
<p>The blockchain is an incorruptible digital ledger of economic transactions that can be programmed to record not just financial transactions but virtually everything of value.</p>
<p>Each of these blocks of data (i.e. block) are secured and bound to each other using cryptographic principles (i.e. chain).</p>
</div>
</div>
</div>
<div class="tab-pane fade" id="v-pills-effected" role="tabpanel" aria-labelledby="v-pills-effected-tab">
<div class="d-md-flex">
<div class="one-forth align-self-center">
<img src="images/undraw_business_plan_5i9d.svg" class="img-fluid" alt="">
</div>
<div class="one-half ml-md-5 align-self-center">
<h2 class="mb-4">Internet of Things</h2>
<p>The internet of things, or IoT, is a system of interrelated computing devices, mechanical and digital machines, objects, animals or people that are provided with unique identifiers and the ability to transfer data over a network without requiring human-to-computer interaction.</p>
</div>
</div>
</div>
<div class="tab-pane fade" id="v-pills-effects" role="tabpanel" aria-labelledby="v-pills-effects-tab">
<div class="d-md-flex">
<div class="one-forth align-self-center">
<img src="images/undraw_business_plan_5i9d.svg" class="img-fluid" alt="">
</div>
<div class="one-half ml-md-5 align-self-center">
<h2 class="mb-4">Web Development</h2>
<p>Web design is the process of creating websites. It encompasses several different aspects, including webpage layout, content production, and graphic design. </p>
<p>While the terms web design and web development are often used interchangeably.</p>
</div>
</div>
</div>
<div class="tab-pane fade" id="v-pills-effectx" role="tabpanel" aria-labelledby="v-pills-effectx-tab">
<div class="d-md-flex">
<div class="one-forth align-self-center">
<img src="images/undraw_podcast_q6p7.svg" class="img-fluid" alt="">
</div>
<div class="one-half ml-md-5 align-self-center">
<h2 class="mb-4">Visual and VFX</h2>
<p>VFX Animation is the assimilation of the generated environment and lives action footage to create realistic imagery, that would be costly dangerous or human impossible to capture in real. </p>
<p>The visual effect in its most basic form is a digitally manipulated image or footage.</p>
</div>
</div>
</div>
<div class="tab-pane fade" id="v-pills-effecty" role="tabpanel" aria-labelledby="v-pills-effecty-tab">
<div class="d-md-flex">
<div class="one-forth align-self-center">
<img src="images/undraw_pair_programming_njlp.svg" class="img-fluid" alt="">
</div>
<div class="one-half ml-md-5 align-self-center">
<h2 class="mb-4">Electrical</h2>
<p>An electrical engineer is someone who designs and develops new electrical systems, solves problems and tests equipment. </p>
<p>Also study and apply the physics and mathematics of electricity, electromagnetism and electronics to both large and small scale systems to process information and transmit energy. </p>
</div>
</div>
</div>
<div class="tab-pane fade" id="v-pills-effectz" role="tabpanel" aria-labelledby="v-pills-effectz-tab">
<div class="d-md-flex">
<div class="one-forth align-self-center">
<img src="images/undraw_business_plan_5i9d.svg" class="img-fluid" alt="">
</div>
<div class="one-half ml-md-5 align-self-center">
<h2 class="mb-4">Mechanical</h2>
<p>Mechanical engineering is one of the broadest engineering disciplines. </p>
<p> </p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- stat numbers section -->
<section class="ftco-section ftco-counter img" id="section-counter">
<div class="container">
<div class="row justify-content-center mb-5">
<div class="col-md-7 text-center heading-section heading-section-white ftco-animate">
<span class="subheading">Envision in brief</span>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-10">
<div class="row">
<div class="col-md-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<strong class="number" data-number="15">0</strong>
<span>Projects Done</span>
</div>
</div>
</div>
<div class="col-md-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<strong class="number" data-number="10">0</strong>
<span>Hackathons Won</span>
</div>
</div>
</div>
<div class="col-md-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<strong class="number" data-number="20">0</strong>
<span>Members</span>
</div>
</div>
</div>
<div class="col-md-3 d-flex justify-content-center counter-wrap ftco-animate">
<div class="block-18 text-center">
<div class="text">
<strong class="number" data-number="4">0</strong>
<span>Satisfied Clients</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section bg-light" id="projects">
<div class="container">
<div class="row justify-content-center mb-5 pb-3">
<div class="col-md-7 text-center heading-section ftco-animate">
<h2>Featured Projects</h2>
<p>Our team have worked hard and spent sleepless nights to come up with innovative projects that we
believe can help the society by making even a small difference.</p>
</div>
</div>
<div class="row">
<div class="col-md-4 ftco-animate">
<div class="blog-entry" data-aos-delay="100">
<a>
<img src="images/Aaruush'20.jpg" class="block-20" alt="poster" />
<h3 class="heading">Aaruush'20 Website</h3>
</a>
</div>
</div>
<div class="col-md-4 ftco-animate">
<div class="blog-entry" data-aos-delay="100">
<a>
<img src="images/ca.jpeg" class="block-20" alt="poster" />
<h3 class="heading">Aaruush CA Portal</h3>
</a>
</div>
</div>
<div class="col-md-4 ftco-animate">
<div class="blog-entry" data-aos-delay="100">
<a>
<img src="images/here_for_you.jpg" class="block-20" alt="poster" />
<h3 class="heading">Here For You App</h3>
</a>
</div>
</div>
<div class="col-md-4 ftco-animate">
<div class="blog-entry" data-aos-delay="100">
<a>
<img src="images/GRID CONNECTED.png" class="block-20" alt="poster" />
<h3 class="heading">Grid Connected Solar Pv Array System Using CFTS</h3>
</a>
</div>
</div>
<div class="col-md-4 ftco-animate">
<div class="blog-entry" data-aos-delay="100">
<a>
<img src="images/GRID CONNECTED 2.png" class="block-20" alt="poster" />
<h3 class="heading">Low Cost IOT Hybrid Mesh Multicast Tree Network For Smart Agriculture</h3>
</a>
</div>
</div>
<div class="col-md-4 ftco-animate">
<div class="blog-entry" data-aos-delay="100">
<a>
<img src="images/near_you.jpg" class="block-20" alt="poster" />
<h3 class="heading">Near You App</h3>
</a>
</div>
</div>
<div class="col-md-4 ftco-animate">
<div class="blog-entry">
<a>
<img src="images/a_web.png" class="block-20" alt="poster" />
<h3 class="heading">Aaruush'19 Website</h3>
</a>
</div>
</div>
<div class="col-md-4 ftco-animate">
<div class="blog-entry" data-aos-delay="100">
<a>
<img src="images/a_app.png" class="block-20" alt="poster" />
<h3 class="heading">Aaruush Application<br>Android & iOS</h3>
</a>
</div>
</div>
<div class="col-md-4 ftco-animate">
<div class="blog-entry" data-aos-delay="200">
<a>
<img src="images/trashit.png" class="block-20" alt="poster" />
<h3 class="heading">Trashit</h3>
</a>
</div>
</div>
<div class="col-md-4 ftco-animate">
<div class="blog-entry" data-aos-delay="200">
<a>
<img src="images/suroma_web.png" class="block-20" alt="poster" />
<h3 class="heading">Suroma House of Children<br>Website</h3>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section testimony-section">
<div class="container">
<div class="row justify-content-center mb-5 pb-3">
<div class="col-md-7 text-center heading-section ftco-animate">
<span class="subheading">Work</span>
<h2 class="mb-4">Collaborations</h2>
</div>
</div>
<div class="row ftco-animate">
<div class="col-md-12">
<div class="carousel-testimony owl-carousel ftco-owl">
<div class="item">
<div class="testimony-wrap p-4 text-center">
<div class="user-img mb-4" style="background-image: url(images/1.png)">
</span>
</div>
<div class="text">
<!--<p class="mb-4">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>-->
<p class="name">SRM IST</p>
<!--<span class="position">Interface Designer</span>-->
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap p-4 text-center">
<div class="user-img mb-4" style="background-image: url(images/suromalogotrans.png)">
</span>
</div>
<div class="text">
<!--<p class="mb-4">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>-->
<p class="name">Suroma House of Children</p>
<!--<span class="position">Interface Designer</span>-->
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap p-4 text-center">
<div class="user-img mb-4" style="background-image: url(images/alogo.png)">
</div>
<div class="text">
<!--<p class="mb-4">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>-->
<p class="name">Aaruush</p>
<!--<span class="position">Interface Designer</span>-->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Featuered projects --
<section class="ftco-section ftco-no-pt ftc-no-pb" id="projects">
<div class="container">
<div class="row">
<div class="col-lg-6 py-5">
<div class="heading-section ftco-animate mt-5">
<h2 class="mb-4">What We Do?</h2>
<p>Divisions of Team Envision</p>
</div>
<img src="images/undraw_visual_data_b1wx.svg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 py-5">
<div class="row">
<div class="col-md-6 ftco-animate">
<div class="media block-6 services border text-center">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-cloud-computing"></span>
</div>
<div class="mt-3 media-body media-body-2">
<h3 class="heading">AI</h3>
<p>Even the all-powerful Pointing has no control about the blind texts</p>
</div>
</div>
</div>
<div class="col-md-6 ftco-animate">
<div class="media block-6 services border text-center">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-cloud"></span>
</div>
<div class="mt-3 media-body media-body-2">
<h3 class="heading">IoT</h3>
<p>Even the all-powerful Pointing has no control about the blind texts</p>
</div>
</div>
</div>
<div class="col-md-6 ftco-animate">
<div class="media block-6 services border text-center">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-server"></span>
</div>
<div class="mt-3 media-body media-body-2">
<h3 class="heading">Full Stack</h3>
<p>Even the all-powerful Pointing has no control about the blind texts</p>
</div>
</div>
</div>
<div class="col-md-6 ftco-animate">
<div class="media block-6 services border text-center">
<div class="icon d-flex align-items-center justify-content-center">
<span class="flaticon-database"></span>
</div>
<div class="mt-3 media-body media-body-2">
<h3 class="heading">Electrical</h3>
<p>Even the all-powerful Pointing has no control about the blind texts</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="ftco-section ftco-partner">
<div class="container">
<div class="row">
<div class="col-sm ftco-animate">
<a href="#" class="partner"><img src="images/a_app.png" class="img-fluid" alt="Colorlib Template">Check</a>
</div>
<div class="col-sm ftco-animate">
<a href="#" class="partner"><img src="images/partner-2.png" class="img-fluid" alt="Colorlib Template"></a>
</div>
<div class="col-sm ftco-animate">
<a href="#" class="partner"><img src="images/partner-3.png" class="img-fluid" alt="Colorlib Template"></a>
</div>
<div class="col-sm ftco-animate">
<a href="#" class="partner"><img src="images/partner-4.png" class="img-fluid" alt="Colorlib Template"></a>
</div>
<div class="col-sm ftco-animate">
<a href="#" class="partner"><img src="images/partner-5.png" class="img-fluid" alt="Colorlib Template"></a>
</div>
</div>
</div>
</section>
<!-- feature projects --
<section class="ftco-section testimony-section">
<div class="container">
<div class="row justify-content-center mb-5 pb-3">
<div class="col-md-7 text-center heading-section ftco-animate">
<span class="subheading">Features Projects</span>
<h2 class="mb-4">Features Projects</h2>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in</p>
</div>
</div>
<div class="row ftco-animate">
<div class="col-md-12">
<div class="carousel-testimony owl-carousel ftco-owl">
<div class="item">
<div class="testimony-wrap p-4 text-center">
<div class="user-img mb-4" style="background-image: url(images/person_1.jpg)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text">
<p class="mb-4">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p class="name">Mark Web 1</p>
<span class="position">Marketing Manager</span>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap p-4 text-center">
<div class="user-img mb-4" style="background-image: url(images/a_app.png)">
<span class="quote d-flex align-items-center justify-content-center">
<i class="icon-quote-left"></i>
</span>
</div>
<div class="text">
<p class="mb-4">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p class="name">Mark Web 2</p>
<span class="position">Interface Designer</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--<footer class="ftco-footer ftco-bg-dark ftco-section">
<div class="container">
<div class="row mb-5">
<div class="col-md">
<div class="ftco-footer-widget mb-4 bg-primary p-4">
<h2 class="ftco-heading-2">CoHost</h2>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<ul class="ftco-footer-social list-unstyled mb-0">
<li class="ftco-animate"><a href="#"><span class="icon-twitter"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-facebook"></span></a></li>
<li class="ftco-animate"><a href="#"><span class="icon-instagram"></span></a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4 ml-md-5">
<h2 class="ftco-heading-2">Unseful Links</h2>
<ul class="list-unstyled">
<li><a href="#" class="py-2 d-block">Servers</a></li>
<li><a href="#" class="py-2 d-block">Windos Hosting</a></li>
<li><a href="#" class="py-2 d-block">Cloud Hosting</a></li>
<li><a href="#" class="py-2 d-block">OS Servers</a></li>
<li><a href="#" class="py-2 d-block">Linux Servers</a></li>
<li><a href="#" class="py-2 d-block">Policy</a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Navigational</h2>
<ul class="list-unstyled">
<li><a href="#" class="py-2 d-block">Home</a></li>
<li><a href="#" class="py-2 d-block">Domain</a></li>
<li><a href="#" class="py-2 d-block">Hosting</a></li>
<li><a href="#" class="py-2 d-block">About</a></li>
<li><a href="#" class="py-2 d-block">Blog</a></li>
<li><a href="#" class="py-2 d-block">Contact</a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Office</h2>
<div class="block-23 mb-3">
<ul>
<li><span class="icon icon-map-marker"></span><span class="text">Team Envision Room, PG 303, Main Campus, SRM IST, Kattankulathur, Tamil Nadu 603203 (IN)</span></li>
<li><a href="#"><span class="icon icon-phone"></span><span class="text">Arko Chatterjee: +91 8902067083</span></a></li>
<li><a href="#"><span class="icon icon-envelope"></span><span class="text">[email protected]</span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<img src="images/logos/team_envision.png" alt="Developed by Team Envision" class="footer_cred" />
<p>with <i class="icon-heart" aria-hidden="true"></i></p>
</div>
</div>
</div>
</footer>
-->
<!--<section class="ftco-section ftco-counter img" id="section-counter">-->
<footer class="ftco-footer ftco-bg-dark ftco-section img" style="">
<div class="container">
<!--<div class="row mb-5 pb-5 align-items-center d-flex">
<div class="col-md-6">
<div class="heading-section heading-section-white ftco-animate">
<span class="subheading">Get an easy quote</span>
<h2 style="font-size: 30px;">Sign Up For Web Hosting Today!</h2>
</div>
</div>
<div class="col-md-3 ftco-animate">
<div class="price">
<span class="subheading">Starting at Only</span>
<h3>$4.50<span>/mo</span></h3>
</div>
</div>
<div class="col-md-3 ftco-animate">
<p class="mb-0"><a href="#" class="btn btn-primary py-3 px-4">Get started now</a></p>
</div>
</div>-->
<div class="row mb-5">
<div class="col-md">
<div class="ftco-footer-widget mb-4 bg-primary p-4">
<h2 class="ftco-heading-2">Team Envision</h2>
<p></p>
<ul class="ftco-footer-social list-unstyled mb-0">
<li class="ftco-animate"><a href="https://in.linkedin.com/company/team-envision" target="_blank"><span
class="icon-linkedin"></span></a></li>
<li class="ftco-animate"><a href="https://www.instagram.com/teamenvision_srm/" target="_blank"><span
class="icon-instagram"></span></a></li>
</ul>
</div>
<div class="ftco-footer-widget mb-4 bg-primary p-4">
<h2 class="ftco-heading-2">Aaruush</h2>
<p></p>
<ul class="ftco-footer-social list-unstyled mb-0">
<li class="ftco-animate"><a href="https://www.linkedin.com/in/aaruush/" target="_blank"><span
class="icon-linkedin"></span></a></li>
<li class="ftco-animate"><a href="https://www.instagram.com/aaruush_srm/" target="_blank"><span
class="icon-instagram"></span></a></li>
<li class="ftco-animate"><a href="https://www.facebook.com/aaruush.srm/" target="_blank"><span
class="icon-facebook"></span></a></li>
<li class="ftco-animate"><a href="https://twitter.com/aaruushsrmist?lang=en" target="_blank"><span
class="icon-twitter"></span></a></li>
<li class="ftco-animate"><a href="https://www.youtube.com/channel/UC6mwWpwkZchii-oyWz0v3dw" target="_blank"><span
class="icon-youtube"></span></a></li>
<li class="ftco-animate"><a href="https://aaruushblog.wordpress.com/ " target="_blank"><span
class="icon-wordpress"></span></a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Quick Links</h2>
<ul class="list-unstyled">
<li><a href="#" class="py-2 d-block">Home</a></li>
<li><a href="#about" class="py-2 d-block">About</a></li>
<li><a href="#division" class="py-2 d-block">Divisions</a></li>
<li><a href="#projects" class="py-2 d-block">Projects</a></li>
<li><a href="ContactFrom_v6/index.html" class="py-2 d-block">Contact Us</a></li>
<li><a href="" class="py-2 d-block">Join Us</a></li>
</ul>
</div>
</div>
<div class="col-md">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Office</h2>
<div class="block-23 mb-3">
<ul>
<li><span class="icon icon-map-marker"></span><span class="text">Team Envision Room, PG
303, Main Campus, SRM IST, Kattankulathur, Tamil Nadu 603203</span></li>
<li><a><span class="icon icon-phone"></span><span class="text">Mettina Varghese: +91
7024140570, <br>+91 9884140570</span></a></li>
<li><a><span class="icon icon-envelope"></span><span
class="text">[email protected]</span></a></li>
</ul>
</div>
</div>
</div>
</div>
<!--
<div class="row">
<div class="col-md-12 text-center">
<img src="images/team_envision.png" alt="Girl in a jacket" style="width:350px;height:75px;">
<p><Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0.
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="icon-heart" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. </p>
</div>
</div>
-->
<div class="row">
<div class="col-md-12 text-center">
<img src="images/logos/team_envision.png" alt="Developed by Team Envision" class="footer_cred" />
<p>with <i class="icon-heart" aria-hidden="true"></i></p>
</div>
</div>
</div>
</footer>
<!-- loader -->
<div id="ftco-loader" class="show fullscreen"><svg class="circular" width="48px" height="48px">
<circle class="path-bg" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke="#eeeeee" />
<circle class="path" cx="24" cy="24" r="22" fill="none" stroke-width="4" stroke-miterlimit="10"
stroke="#F96D00" />
</svg></div>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/bootstrap-datepicker.js"></script>
<script src="js/jquery.timepicker.min.js"></script>
<script src="js/scrollax.min.js"></script>
<script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBVWaKrjvy3MaE7SQ74_uJiULgl1JY0H2s&sensor=false"></script>
<script src="js/google-map.js"></script>
<script src="js/main.js"></script>
</body>
</html>