-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
103 lines (93 loc) · 4.61 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
---
layout: default
title: Home
---
<div id="home">
<div id="home1" class="imgbox">
<div class="inner">
<h2 class="headline">Learn to program with Mirobot</h2>
<h2 class="headline">The WiFi drawing robot for children</h2>
<a href="/products/mirobot/" class="button">Learn more ></a>
</div>
</div>
<section id="bloks">
<div class="inner">
<a href="/blog/2016/06/30/project-bloks/"><img src="/assets/blog/project-bloks/leader.jpg"></a>
<h3><a href="/blog/2016/06/30/project-bloks/">Mirobot and Google's Project Bloks</a></h3>
<p>Google recently announced a project to make programming physical. Use real blocks to create programs and then send them to Mirobot to draw.
<p><a href="/blog/2016/06/30/project-bloks/">Read more...</a></p>
</div>
</section>
<section id="howitworks">
<div class="inner">
<h3>How It works...</h3>
<div class="ss-slide slide1">
<img src="/assets/home/how1.jpg" alt="1. Mirobot comes as a kit to build yourself" />
</div>
<div class="ss-slide ss-hidden slide2">
<img src="/assets/home/how2.jpg" alt="2. It's easily assembled, with no tools required" />
</div>
<div class="ss-slide ss-hidden slide3">
<img src="/assets/home/how3.jpg" alt="3. Connect using WiFi then program it using your web browser" />
</div>
<div class="ss-slide ss-hidden slide4">
<img src="/assets/home/how4.jpg" alt="4. Make it draw and start learning to program!" />
</div>
<a href="#" class="ss-prev ss-index-number"><</a>
<span class="ss-index"></span>
<a href="#" class="ss-next ss-index-number">></a>
</div>
</section>
<div id="home2" class="imgbox">
</div>
<section id="testimonials">
<div class="inner">
<div class="ss-slide ss-hidden">
<blockquote>
<p>Educational technology is tricky to get right. Mirobot is smart in all sorts of subtle ways – I’m tremendously impressed with the thought and care that continues to go into it.</p>
<cite>Jonathan Sanderson - Think Physics, Northumbria University</cite>
</blockquote>
</div>
<div class="ss-slide ss-hidden">
<blockquote>
<p>Students love the Mirobots they build - getting direct feedback from programming shapes is very engaging, particularly for the tactile and kinaesthetic learners.</p>
<cite>Arjen Lentz - Chief Explorer, OpenSTEM Pty Ltd</cite>
</blockquote>
</div>
<div class="ss-slide ss-hidden">
<blockquote>
<p>The Mirobot is a fantastic tool to bring robot design and construction right into the classroom. The online building instructions were incredibly helpful and the straight forward programming language, used through iPads, allowed the children to operate the robots. It’s great to see ‘awe and wonder’ back in the classroom.</p>
<cite>Ian Chandler - Year 6 Teacher, Hollybush Primary School</cite>
</blockquote>
</div>
<div class="ss-slide ss-hidden">
<blockquote>
<p>Mirobot has made it possible for Maths With Robots to provide experiential learning for Shape and Space, Pythagoras Theorem and Trigonometry and lots more.</p>
<cite>Garry Redrup - Maths Educator, Maths With Robots</cite>
</blockquote>
</div>
<a href="#" class="ss-prev ss-index-number"><</a>
<span class="ss-index"></span>
<a href="#" class="ss-next ss-index-number">></a>
</div>
</section>
<div id="home3" class="imgbox">
</div>
<section id="coverage">
<div class="inner">
<h3>As seen on...</h3>
<ul>
<li><a href="http://makezine.com/2015/05/14/next-generation-mirobots/"><img src="/assets/home/make.gif" alt="Make" /></a></li>
<li><a href="http://hackaday.com/2014/05/16/introducing-mirobot-a-diy-wifi-robot-for-children/"><img src="/assets/home/hackaday.gif" alt="Hack-a-Day" /></a></li>
<li><a href="http://www.rs-online.com/designspark/electronics/eng/blog/an-interview-with-ben-pirt-creator-of-the-mirobot-diy-robot"><img src="/assets/home/rs.gif" alt="RS Designspark" /></a></li>
<li><a href="http://atmelcorporation.wordpress.com/2014/05/05/mirobot-is-an-atmel-powered-wifi-robotics-kit"><img src="/assets/home/atmel.gif" alt="Atmel" /></a></li>
<li><a href="http://www.hertfordshiremercury.co.uk/Hertford-dad-offers-children-chance-make-robot/story-21981394-detail/story.html"><img src="/assets/home/mercury.gif" alt="Mercury" /></a></li>
<li><a href="http://www.geek.com/chips/mirobot-is-a-diy-wi-fi-robot-kit-aimed-at-getting-kids-excited-about-engineering-1593156/"><img src="/assets/home/geek.gif" alt="Geek.com" /></a></li>
</ul>
</div>
</section>
</div>
<script type="text/javascript">
new Slideshow('howitworks');
new Slideshow('testimonials', {order:'random'});
</script>