-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathindex.html
199 lines (188 loc) · 8.08 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
<!DOCTYPE HTML>
<!--
Landed by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Hack-Miniblip</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body class="landing">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1 id="logo"><a href="index.html">Hack-Miniblip</a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Hack-Miniblip</a></li>
<li><a href="#one">Placa</a></li>
<li><a href="#two">Empezar</a></li>
<li><a href="#three">Participa</a></li>
<li><a href="#four">Creando comunidad</a></li>
<li><a href="#five">Cosas interesantes</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<h2>Hack - Miniblip</h2>
<p>¡Hackea la placa <a href="http://www.circolab.org/miniblip/">Miniblip</a>! La placa de CircoLab/BQ</p>
</header>
<span class="image"><img src="images/pic01.jpg" alt="" /></span>
</div>
<a href="#one" class="goto-next scrolly">Siguiente</a>
</section>
<!-- One -->
<section id="one" class="spotlight style1 bottom">
<span class="image fit main"><img src="images/pic02.jpg" alt="" /></span>
<div class="content">
<div class="container">
<div class="row">
<div class="4u 12u$(medium)">
<header>
<h2>Jugando con la placa: <a href="http://www.circolab.org/miniblip/">Miniblip</a></h2>
<p>¿Qué es? ¿Qué tiene?</p>
</header>
</div>
<div class="4u 12u$(medium)">
<p>La <a href="https://github.com/bqlabs/miniBLIP">miniblip</a> es una placa creada
por <a href="http://github.com/bqlabs">BQ</a> para <em>wearables</em> y lo que
surja. Tiene dos botones, 5 botones capacitivos y un array de
leds. Está basada en un ARM Cortex-M0 a 48MHz, el LPC11U24 que incluye 32KB FLASH y 8KB RAM y funciona a
48MHz (<a href="https://developer.mbed.org/platforms/mbed-LPC11U24/#features">más detalles</a>)</p>
</div>
<div class="4u$ 12u$(medium)">
<p>En esta página podrás encontrar algunos datos sobre cómo programarla y algunos ejemplos
varios. ¡Síguenos en <a href="https://github.com/hack-miniblip">nuestra organización en GitHub</a>!
Podrás encontrar ejemplos y muchas cosa más.</p>
<small class="imgauthor">
Imagen: <a href="https://github.com/jj">@JJ</a>, <a href="https://github.com/fergunet">@fergunet</a>,
<a href="https://twitter.com/cir_co_lab">@cir_co_lab</a>, <a href="https://github.com/iblancasa">@iblancasa</a>
</small>
</div>
</div>
</div>
</div>
<a href="#two" class="goto-next scrolly">Siguiente</a>
</section>
<!-- Two -->
<section id="two" class="spotlight style2 right">
<span class="image fit main"><img src="images/pic03.jpg" alt="" /></span>
<div class="content">
<header>
<h2>¿Cómo la programo? ¡Quiero empezar!</h2>
<p>En nada estarás creando</p>
</header>
<p>
<ol>
<li>Consigue una placa (en la gira <a href="http://www.circolab.org">Circolab)</a></li>
<li>Date de alta en <a href="https://developer.mbed.org/">MBED</a> y ve al compilador</li>
<li>Selecciona la plataforma "MBED LPC11U24"</li>
<li>Compila e instala el firmware usando
<a href="https://github.com/hack-miniblip/hack-miniblip.github.io/releases/tag/0.1">los cargadores oficiales</a></li>
</ol>
</p>
<ul class="actions">
<li><a href="programar.html" class="button">Leer más</a></li>
</ul>
<small class="imgauthor">
Imagen: <a href="https://github.com/jj">@JJ</a>
</small>
</div>
<a href="#three" class="goto-next scrolly">Siguiente</a>
</section>
<!-- Three -->
<section id="three" class="spotlight style3 left">
<span class="image fit main bottom"><img src="images/pic04.jpg" alt="" /></span>
<div class="content">
<header>
<h2>¡Participa!</h2>
<p>Esperamos tus ejemplos, ideas...</p>
</header>
<p>Durante el hackathón celebrado en Granada durante los días 30 de noviembre y 1 de diciembre de 2015
en la ETSIIT (organizado
por <a href="http://www.circolab.org">Circolab</a> y la <a href="http://osl.ugr.es/">
Oficina de Software Libre de la UGR</a>), se creó
<a href="https://github.com/hack-miniblip/">esta organización en GitHub</a>. Tenemos
<a href="https://github.com/hack-miniblip/hack-miniblip.github.io">un repositorio para documentación y ejemplos</a>
y otro para <a href="https://github.com/hack-miniblip/apps">subir los binarios de nuestras aplicaciones</a>.
¿A qué esperas para subir el tuyo?.
</p>
<ul class="actions">
<li><a href="participa.html" class="button">Leer más</a></li>
</ul>
<small class="imgauthor">
Imagen: <a href="https://github.com/jj">@JJ</a>
</small>
</div>
<a href="#four" class="goto-next scrolly">Siguiente</a>
</section>
<!-- Four -->
<section id="four" class="wrapper style1 special fade-up">
<div class="container">
<header class="major">
<h2>Únete a la comunidad</h2>
<p>Por que lo mejor de un producto es la gente que lo rodea</p>
</header>
<div class="box alt">
<div class="row uniform">
<section class="4u 6u(medium) 12u$(xsmall)">
<span class="icon alt major fa-code"></span>
<h3>¿Quieres aprender?</h3>
<p>Mira los <a href="https://github.com/hack-miniblip/hack-miniblip.github.io/tree/master/ejemplos">
ejemplos</a> que otros han hecho y crea el tuyo propio</p>
</section>
<section class="4u 6u$(medium) 12u$(xsmall)">
<span class="icon alt major fa-comment"></span>
<h3>¿Dudas?¿Sugerencias?</h3>
<p>Te esperamos en nuestro repositorio. ¡Abre un
<a href="https://github.com/hack-miniblip/hack-miniblip.github.io/issues">issue</a> y cuéntanos!</p>
</section>
<section class="4u$ 6u(medium) 12u$(xsmall)">
<span class="icon alt major fa-child"></span>
<h3>¡Sorprende!</h3>
<p>El límite lo pone tu imaginación</p>
</section>
</div>
</div>
</div>
</section>
<!-- Five -->
<section id="five" class="wrapper style2 special fade">
<div class="container">
<header>
<h2>Cosas interesantes</h2>
<p>Cosas relacionadas con la placa Miniblip que te recomendamos visitar</p>
</header>
<p>Visita de Circolab a Granada</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ZLJVbwZ1fBE" frameborder="0" allowfullscreen></iframe>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li>© The Artistic License 2.0. <a href="https://github.com/hack-miniblip/">
Hack-Miniblip</a></li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>