-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathen.html
121 lines (110 loc) · 4.07 KB
/
en.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
---
lang: en
layout: default
permalink: /en/
role: index
title: "Open source robotic platform"
description: "Open source platform for the creation, use and sharing of interactive 3D printed robots"
cover_image: "/assets/img/covers/parts.jpg"
published: true
---
<div class="cover" {% if page.cover_image %}style="background-image: linear-gradient(to right, rgba(0,0,0,.35) 0%, rgba(0,0,0,.35) 100%), url({{ site.baseurl }}{{ page.cover_image }});"{% endif %}>
<div class="row">
<header class="main-header tc small-centered medium-9 columns">
<h1>
Open source platform for the creation, use and sharing of interactive 3D printed robots
</h1>
<p class="lead">
Poppy is an interdisciplinary community of beginners and experts, scientists, educators, developers and artists, who all share a vision:
<br>
<strong>robots are powerful tools to learn and be creative</strong>.
</p>
</header>
</div>
</div>
<section class="audiences tc">
<h2 class="clish">Who is Poppy for?</h2>
<div class="row" data-equalizer data-equalize-on="large">
<div class="large-4 columns audience-tag education">
<div data-equalizer-watch>
<figure>
<span>
<svg class="icon">
<title>Learning book</title>
<use xlink:href="{{ site.baseurl }}/assets/img/symbol-defs.svg#icon-education"></use>
</svg>
</span>
</figure>
<h3>Education</h3>
<p>All-inclusive activities to teach computer science through robotics. Visual programming and simulation complement tangible object.</p>
</div>
<div class="cta">
<a href="{{ site.baseurl }}/{{ page.lang }}/education">Discover Poppy for education</a>
</div>
</div>
<div class="large-4 columns audience-tag art">
<div data-equalizer-watch>
<figure>
<span>
<svg class="icon">
<title>Puppet</title>
<use xlink:href="{{ site.baseurl }}/assets/img/symbol-defs.svg#icon-puppet"></use>
</svg>
</span>
</figure>
<h3>Artists</h3>
<p>Animate your ideas, change the body, incarnate movement, change of perspective!</p>
</div>
<div class="cta">
<a href="{{ site.baseurl }}/{{ page.lang }}/for-artists">Discover Poppy for artists</a>
</div>
</div>
<div class="large-4 columns audience-tag science">
<div data-equalizer-watch>
<figure>
<span>
<svg class="icon">
<title>Erlenmeyer flask</title>
<use xlink:href="{{ site.baseurl }}/assets/img/symbol-defs.svg#icon-science"></use>
</svg>
</span>
</figure>
<h3>Scientists, hackers</h3>
<p>Accessible, open-source, hackable. Major strengths for experimentation and sharing of knowledge and expertise.</p>
</div>
<div class="cta">
<a href="{{ site.baseurl }}/{{ page.lang }}/for-science">Discover Poppy for science</a>
</div>
</div>
</div>
</section>
<div class="row large-9 columns small-centered tc">
<h2 class="clish">
The Poppy community develops robotic creations that are easy to build, customize, deploy, and share.
</h2>
<p class="lead">
It promotes open-source by sharing hardware, software, and web tools.
</p>
</div>
{% include index/creatures.html %}
<div class="video-showcase">
<div class="row">
<div class="large-12 columns large-centered">
<div class="flex-video ratio-16-9">
<iframe width="1200" height="675" src="https://www.youtube.com/embed/videoseries?list=PLdX8RO6QsgB4llevKYVQ2NX9PDCNjSoqS" frameborder="0" allowfullscreen></iframe>
</div>
<div class="row columns description">
<a href="{{ site.data.links.youtube_channel }}" class="youtube button">» Watch more videos</a>
</div>
</div>
</div>
</div>
{% include latest-posts.html %}
<div class="latest-tweets">
<div class="row">
<div class="large-8 columns large-centered">
{% include twitter-feed.html %}
</div>
</div>
</div>
{% include sponsors.html %}