This repository was archived by the owner on Feb 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
406 lines (400 loc) · 18.7 KB
/
index.html
File metadata and controls
406 lines (400 loc) · 18.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
<!DOCTYPE html>
<html>
<head>
<link href="/images/evive_logo_250px.png" rel="shortcut icon">
<title>evive | The best electronic prototyping platform!</title>
<link rel="stylesheet" type="text/css" href="./css/main.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="description" content="evive: transform your ideas to reality. It is an open source embedded platform for all age groups to help them learn, build, debug their robotics, embedded and other projects. With an Arduino Mega at its heart, evive offers a unique menu-based visual interface to make projects, which removes the need to re-program the Arduino repeatedly. evive offers the world of IoT, with power supplies, sensory and actuator support in one small portable kit."/>
<meta name="author" content="Agilo Technologies"/>
<meta name="keywords" content="evive, arduino, arduino projects, learn robotics, DIY kits, robotics, embedded, iot, iit kanpur, ATL, Atal tinkering lab"/>
<meta property="fb:page_id" content="211519409232010"/>
<meta property="og:site_name" content="evive"/>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-77537572-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1742818725959100');
fbq('track', "PageView");</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=1742818725959100&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 878338614;
var google_conversion_language = "en";
var google_conversion_format = "3";
var google_conversion_color = "ffffff";
var google_conversion_label = "JFIrCIjUh2gQtsTpogM";
var google_remarketing_only = false;
/* ]]> */
</script>
<!-- <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script> -->
<!-- <noscript> -->
</head>
<body>
<div class="navbar-wrapper">
<div class="navbar navbar-expanded">
<div class="navbar-content-wrapper left-side">
<a class="brand" href="../">evive</a>
</div>
<div class="navbar-content-wrapper right-side">
<a class="link home" href="./">Home</a>
<a class="link" target="_blank" href="http://learn.evive.cc">Learn</a>
<a class="link" target="_blank" href="/techSpecs.html">TechSpecs</a>
<a class="link" href="#gallery">Gallery</a>
<a class="link" href="#project">Projects</a>
<a class="link" href="#contact">Contacts</a>
<a class="link" href="//blog.evive.cc">Blog</a>
<a class="link buy-link" href="http://learn.evive.cc/?t=Buy">Buy</a>
</div>
</div>
</div>
<div class="section section-1">
<div class="text-container">
<div class="are-you-a">ARE YOU A</div>
<div class="text-changer">MAKER</div>
</div>
<div class="cover-container">
<img class="cover" src="./images/section-1.png" alt="evive">
</div>
</div>
<div class="section section-lbd">
<div>learn better</div>
<div>|</div>
<div>build easier</div>
<div>|</div>
<div>debug smarter</div>
</div>
<div class="section section-replacing">
<div class="image-wrapper">
<img src="./images/replacingComponents.gif" alt="Replacing Electronics Component with evive">
</div>
<div class="text">
<div class="title">Best electronic prototyping tool</div>
<div class="content">evive is an open-source embedded platform for all age groups to help them learn, build, debug their robotics, embedded and other projects. With an Arduino Mega at it's heart, evive offers a unique menu-based visual interface which removes the need to re-program the Arduino repeatedly. evive offers the world of IoT, with power supplies, sensory and actuators support in one small portable unit.</div>
</div>
</div>
<div class="section section-eia">
<div class="title">EVIVE IN ACTION</div>
<div class="text">Transform your ideas into reality</div>
</div>
<div>
<iframe style="width: 100%;height: 600px;display: block;" src="https://www.youtube.com/embed/3F0_JspobN0" frameborder="0" allowfullscreen></iframe>
</div>
<div class="section section-features">
<div class="title">
<span>FEATURES</span>
<span class="line"></span>
</div>
<div class="features">
<div class="feature">
<img src="./images/features/solution_2.png" alt="One Stop Solution evive">
<div>
<div class="head">One Stop Solution</div>
<div class="small-info">
An all-in-one prototyping laboratory catering to a wide range of your hobby needs-efficient learning, easy building and quick debugging
</div>
</div>
</div>
<div class="feature">
<img src="./images/features/tft_2.png" alt="Visual Interface evive">
<div>
<div class="head">Visual Interface</div>
<div class="small-info">
Intuitive and reprogrammable menu based interface with built-in functions and capability to easily add user defined functions
</div>
</div>
</div>
<div class="feature">
<img src="./images/features/portable_2.png" alt="Portable and Safe evive">
<div>
<div class="head">Portable and Safe</div>
<div class="small-info">
Compact, light weight, equipped with a rechargeable battery with added safety against reverse polarity, over-current and over-voltage
</div>
</div>
</div>
<div class="feature">
<img src="./images/features/DAC_2.png" alt="Data Acquisition evive">
<div>
<div class="head">Data Acquisition</div>
<div class="small-info">
Precise current and voltage sensing, data visualization and logging features, comes with an inbuilt mini-oscilloscope feature
</div>
</div>
</div>
<div class="feature">
<img src="./images/features/wifiXBeeBluetooth_2.png" alt="Internet of Things evive">
<div>
<div class="head">Internet of Things</div>
<div class="small-info">
Multiple easily integrable wireless communication options make evive a perfect choice for internet of things based projects
</div>
</div>
</div>
<div class="feature">
<img src="./images/features/plug&play_2.png" alt="Plug and Play Interface evive">
<div>
<div class="head">Plug and Play Interface</div>
<div class="small-info">
Hasslefree hardware control - easily connect actuators, touch inputs etc. and control them directly from the menu interface
</div>
</div>
</div>
</div>
</div>
<a name="gallery"></a>
<div class="section section-slideshow">
<div>
<img src="./images/gallery/Arduino at Heart.png" style="width: 100%;position: relative;opacity: 0;">
</div>
<div class="saharan-slideshow">
<img class="saharan-slide" src="./images/gallery/Arduino at Heart.png" alt="Arduino at Heart evive">
<img class="saharan-slide" src="./images/gallery/children.jpg" alt="Children playing with evive">
<img class="saharan-slide" src="./images/gallery/evive's Oscilloscope.png" alt="evive mini-oscilloscope">
<img class="saharan-slide" src="./images/gallery/Desktop Interface.png" alt="Labview Desktop Interface">
<img class="saharan-slide" src="./images/gallery/Visual Interface.png" alt="evive Visual Interface">
<img class="saharan-slide" src="./images/gallery/learn.jpg" alt="learn with evive">
<img class="saharan-slide" src="./images/gallery/IoT Hub.png" alt="evive IoT Hub">
<img class="saharan-slide" src="./images/gallery/Touch.png" alt="evive Touch">
<img class="saharan-slide" src="./images/gallery/Sense.png" alt="evive Sensing">
<img class="saharan-slide" src="./images/gallery/DIY Skateboard with evive.png" alt="evive DIY Skateboard">
<img class="saharan-slide" src="./images/gallery/Scientific Calculator with evive.png" alt="evive Scientific Calculator">
<div class="dots">
<div class="gallery-title">title</div>
<div class="gallery-text"></div>
<div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
<div class="dot"></div>
</div>
</div>
</div>
</div>
<div class="section section-techspecs">
<div class="title">
<span>TECH SPECS</span>
<span class="line"></span>
</div>
<div class="image-wrapper">
<img src="./images/specs_1.png" href="http://evive.cc/techSpecs.html">
</div>
<div style="text-align: center;padding-bottom: 24px;">
<a class="explore-more" href="http://evive.cc/techSpecs.html">Explore more</a>
</div>
</div>
<a name="project"></a>
<div class="section section-projects">
<div class="title">PROJECTS</div>
<div class="content">
<div class="tile">
<div class="image-wrapper">
<img src="./images/projects/Calculator.png" alt="Scientific Calculator">
</div>
<div class="text-wrapper">
<div class="can-be-invisible">
<a class="full-instructions" target="_blank" href="https://www.hackster.io/evive-an-opensource-embedded-platoform/scientific-calculator-on-evive-powered-by-arduino-mega-5b4373?ref=search&ref_id=evive&offset=2">
<div >
This is a Scientific Calculator with a 4 decimal accuracy, with functions like +, -, *, %, Sin, Cos, Tan, arcSin, arcCos, aTan, log made using evive.
</div>
</div>
<a class="title" target="_blank" href="https://www.hackster.io/evive-an-opensource-embedded-platoform/scientific-calculator-on-evive-powered-by-arduino-mega-5b4373?ref=search&ref_id=evive&offset=2">
Scientific Calculator
</a>
</div>
</div>
<div class="tile">
<div class="image-wrapper">
<img src="./images/projects/Obstacle.png" alt="Obstacle Avoiding Robot">
</div>
<div class="text-wrapper">
<div class="can-be-invisible">
<a class="full-instructions" target="_blank" href="https://www.hackster.io/evive-transform-your-ideas-to-reality/ultrasonic-obstacle-avoiding-robot-using-evive-784a0d?ref=search&ref_id=evive&offset=5">
<div>
With ultrasonic sensor mounted, the robot detects the obstcle when they come in its way. After the obstacle is detected in front of it, the robot analyses, which direction is the best to go using ultrasonic reading at various angles.
</div>
</div>
<a class="title" target="_blank" href="https://www.hackster.io/evive-transform-your-ideas-to-reality/ultrasonic-obstacle-avoiding-robot-using-evive-784a0d?ref=search&ref_id=evive&offset=5">
Ultrasonic Obstacle Avoiding Robot
</a>
</div>
</div>
<div class="tile">
<div class="image-wrapper">
<img src="./images/projects/Plant.png" alt="Plant Monitoring System">
</div>
<div class="text-wrapper">
<div class="can-be-invisible">
<a class="full-instructions" target="_blank" href="https://www.hackster.io/evive-an-opensource-embedded-platoform/plant-monitoring-and-watering-system-using-evive-d48677?ref=search&ref_id=evive&offset=7">
<div>
Implementing a plant monitoring system which monitors the temperature and moisture of plant soil and waters it when needed.
</div>
</div>
<a class="title" target="_blank" href="https://www.hackster.io/evive-an-opensource-embedded-platoform/plant-monitoring-and-watering-system-using-evive-d48677?ref=search&ref_id=evive&offset=7">
Plant Monitoring and Watering System
</a>
</div>
</div>
<div class="tile">
<div class="image-wrapper">
<img src="./images/projects/Skateboard.png" alt="Skateboard evive">
</div>
<div class="text-wrapper">
<div class="can-be-invisible">
<a class="full-instructions" target="_blank" href="https://www.hackster.io/evive/smartphone-controlled-electric-skateboard-20e21b?ref=search&ref_id=evive&offset=12 ">
<div>
DIY powered skateboard is controlled using Smartphone over Bluetooth communication.
</div>
</div>
<a class="title" target="_blank" href="https://www.hackster.io/evive/smartphone-controlled-electric-skateboard-20e21b?ref=search&ref_id=evive&offset=12 ">
Smartphone Controlled Electric Skateboard
</a>
</div>
</div>
</div>
<div style="text-align: center;padding-bottom: 24px;margin-top: 30px">
<a class="explore-moreproject" href="https://www.hackster.io/evive/products/evive">Explore more</a>
</div>
</div>
<a name="contact"></a>
<div class="section section-contacts">
<div class="title">Meet Our Team: Agilo Technologies</div>
<div class="contacts">
<div class="contact">
<img class="contact-image" src="./images/contacts/dhrupal.jpg" alt="Dhrupal R Shah">
<div>Dhrupal R Shah</div>
<div>CEO & Co-founder</div>
<div>
<a target="_blank" href="https://www.facebook.com/dhrupal93"><img class="social-icon" src="./images/fb.png"></a>
<a target="_blank" href="https://www.linkedin.com/in/dhrupal93"><img style="margin-left: 6px;background: #0274b3;" class="social-icon" src="./images/linkedin.png"></a>
</div>
</div>
<div class="contact">
<img class="contact-image" src="./images/contacts/abhishek.jpg" alt="Abhishek Sharma">
<div>Abhishek Sharma</div>
<div>COO & Co-founder</div>
<div>
<a target="_blank" href="https://www.facebook.com/abhi.shr.030"><img class="social-icon" src="./images/fb.png"></a>
<a target="_blank" href="https://www.linkedin.com/in/abhishr"><img style="margin-left: 6px;background: #0274b3;" class="social-icon" src="./images/linkedin.png"></a>
</div>
</div>
<div class="contact">
<img class="contact-image" src="./images/contacts/pankaj.jpg" alt="Pankaj Kumar Verma">
<div>Pankaj Kumar Verma</div>
<div>CPO & Co-founder</div>
<div>
<a target="_blank" href="https://www.facebook.com/pankajshanker.verma"><img class="social-icon" src="./images/fb.png"></a>
<a target="_blank" href="https://www.linkedin.com/in/pankaj-kumar-verma-78b60197"><img style="margin-left: 6px;background: #0274b3;" class="social-icon" src="./images/linkedin.png"></a>
</div>
</div>
</div>
</div>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<div class="footer">
<div class="footer-a">
<div class="footer-b">COMPANY</div>
<div class="footer-c">
<a href="http://learn.evive.cc/?t=HowItWorks">HOW IT WORKS</a>
<!-- <a href="sadhfdskfjdkjksdf">ABOUT</a> -->
<a href="http://learn.evive.cc/files/evive_Press_Kit.rar">PRESS KIT</a>
<!-- <a href="sadhfdskfjdkjksdf">CAREERS</a> -->
<a href="http://blog.evive.cc">BLOG</a>
<a href="http://learn.evive.cc/?t=PartnerWithUs">PARTNER US</a>
<!-- <a href="sadhfdskfjdkjksdf">BECOME A DISTRIBUTOR </a> -->
</div>
</div>
<div class="footer-a">
<div class="footer-b">SUPPORT</div>
<div class="footer-c">
<a href="http://learn.evive.cc/?t=Services">SERVICES</a>
<a href="http://learn.evive.cc/?t=Services">STEM PROGRAM</a>
<!-- <a href="sadhfdskfjdkjksdf">SCHOOLS</a> -->
<!-- <a href="sadhfdskfjdkjksdf">COLLEGES</a> -->
<!-- <a href="sadhfdskfjdkjksdf">MAKERSPACES</a> -->
<!-- <a href="sadhfdskfjdkjksdf">REQUEST A WORKSHOP</a> -->
<a href="http://learn.evive.cc/?t=ContactUs">CONTACT US</a>
</div>
</div>
<div class="footer-a">
<div class="footer-b">RESOURCES</div>
<div class="footer-c">
<a href="http://learn.evive.cc">LEARNING CENTER</a>
<a href="http://learn.evive.cc/?t=GettingStarted">GETTING STARTED</a>
<a href="http://learn.evive.cc/?views=Features">DOCUMENTATION</a>
<a href="http://learn.evive.cc/?views=LearningModules">LEARNING MODULES</a>
<!-- <a href="sadhfdskfjdkjksdf">FORUM</a> -->
<a href="https://www.hackster.io/evive">PROJECT HUB</a>
</div>
</div>
<div class="footer-a">
<div class="footer-b">SHOP</div>
<div class="footer-c">
<a href="https://www.tindie.com/stores/evivetoolkit/">INTERNATIONAL CUSTOMERS</a>
<a href="https://evivestore.ccavenue.com/stores/storefront.do?command=validateMerchant¶m=evivestore">INNDIAN CUSTOMERS</a>
<!-- <a href="sadhfdskfjdkjksdf">BULK ORDERING</a> -->
<!-- <a href="sadhfdskfjdkjksdf">FIND A RETAILER</a> -->
<!-- <a href="sadhfdskfjdkjksdf">REFER A FRIEND</a> -->
</div>
</div>
<div class="footer-a footer-email-wrapper">
<div class="footer-b">SUBSCRIBE FOR UPDATES</div>
<div class="footer-email-container">
<form action="http://evive.us13.list-manage.com/subscribe/post?u=be8f997ef5db27944559c6598&id=bc4935bb71" target="_blank" method="post" novalidate>
<input type="email" name="EMAIL" placeholder="Enter your email..." class="footer-email-input" id="mce-EMAIL" required="" data-cip-id="mce-EMAIL">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="footer-email-submit">
</form>
</div>
<div style="margin-top: 12px;" class="footer-b">FIND EVIVE ON SOCIAL MEDIA</div>
<div class="social-icons">
<a href="https://www.facebook.com/evivetoolkit"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/evivetoolkit"><i class="fa fa-twitter"></i></a>
<a href="https://www.youtube.com/c/evivetoolkit"><i class="fa fa-youtube"></i></a>
<a href="https://plus.google.com/+evivetoolkit"><i class="fa fa-google"></i></a>
<a href="https://github.com/evivetoolkit"><i class="fa fa-github"></i></a>
</div>
<div>
<a href="">
<img style="width: 320px; align-self: center;" src="images/fund-indiegogo.png">
</a>
</div>
</div>
<div style="width: 100%;border-top: solid 1px;margin: 12px 0 0;padding: 12px 12px 8px;">
<div style="max-width: 1230px;margin: auto;">
<span style="line-height: 40px;">© 2017 Agilo Technologies Pvt. Ltd. All rights reserved.</span>
<div style="float: right;">
<div class="creative-commons">
<a href="https://creativecommons.org/licenses/by-nc/4.0/"><i class="fa fa-creative-commons"></i></a>
<a href="https://creativecommons.org/licenses/by-nc/4.0/">BY-NC</a>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="./scripts/home.js"></script>
</body>
</html>