-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.html
459 lines (399 loc) · 14.9 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
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
<!DOCTYPE html>
<html lang="cs">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-127043569-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-127043569-1');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Míčkoflus</title>
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CVarela+Round" rel="stylesheet">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css" />
<!-- Owl Carousel -->
<link type="text/css" rel="stylesheet" href="css/owl.carousel.css" />
<link type="text/css" rel="stylesheet" href="css/owl.theme.default.css" />
<!-- Magnific Popup -->
<link type="text/css" rel="stylesheet" href="css/magnific-popup.css" />
<!-- Font Awesome Icon -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="css/style.css" />
<!-- Bootstrap language icons -->
<link type="text/css" rel="stylesheet" href="css/languages.min.css" />
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header id="home">
<div class="bg-img" style="background-image: url('./img/mickoflus-title.jpg');">
<div class="overlay"></div>
</div>
<nav id="nav" class="navbar nav-transparent">
<div class="container">
<div class="navbar-header">
<div class="navbar-brand">
<a href="index.html">
<img class="logo" src="img/logo.svg" alt="logo">
<img class="logo-alt" src="img/logo-alt.svg" alt="logo">
</a>
</div>
<div class="nav-collapse">
<span></span>
</div>
</div>
<ul class="main-nav nav navbar-nav navbar-right">
<li><a href="#home">Introduction</a></li>
<li><a href="#about">About Míčkoflus</a></li>
<li><a href="#partners">Partners</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#guide">Assembly instructions</a></li>
<li><a href="#team">Developers team</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="index.html"> <span class="lang-sm lang-lbl" lang="cs"></span></a></li>
</ul>
</div>
</nav>
<div class="home-wrapper">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="home-content">
<h1 class="white-text text-center">Míčkoflus</h1>
<p class="white-text text-center">Shoot all of them!</p>
<a href="#about"><button class="white-btn">Get more information</button></a>
</div>
</div>
</div>
</div>
</div>
</header>
<div id="about" class="section md-padding">
<div class="container">
<div class="row">
<div class="section-header">
<h2 class="title">About Míčkoflus</h2>
<p>It rides, shoots table tennis balls and looks innocent. This is Míčkoflus —
robotic kit from Robotárna (department of <a target="_tab" href="https://helceletka.cz">
DDM Helceletova Brno (local youth centre)</a>). The kit was firstly introduced at <a href="">RoboticCamp 2018</a>.</p>
</div>
<div class="row row-eq-height">
<div class="col-md-4 xsm-padding">
<div class="about">
<i class="fa fa-tree"></i>
<h3>Unique wooden design</h3>
<p>Strong, light and easily buildable. All thanks to wooden design.</p>
</div>
</div>
<div class="col-md-4 xsm-padding">
<div class="about">
<i class="fa fa-cogs"></i>
<h3>5 independent motors</h3>
<p>The motors allow Míčkoflus to ride, aim and shoot. You can add encoders to the motors and control them smoothly and precisely.</p>
</div>
</div>
<div class="col-md-4 xsm-padding">
<div class="about">
<i class="fa fa-mobile"></i>
<h3>Smartphone remote control</h3>
<p>In basic mode, Mičkoflus can be remotely controlled by smartphone via WiFi or Bluetooth.</p>
</div>
</div>
</div>
<div class="row row-eq-height">
<div class="col-md-4 xsm-padding">
<div class="about">
<i class="fa fa-child"></i>
<h3>Suitable for both, beginners and advanced users</h3>
<p>Everybody can build the basic model. Accept the challenge! Build a larger ball tray or add a gyroscope and program your own tower stabilization. Then, you will never miss your target!
</p>
</div>
</div>
<div class="col-md-4 xsm-padding">
<div class="about">
<i class="fa fa-random"></i>
<h3>Versatility</h3>
<p>Don't like shooting? Simply use the electronics and build something new.
The control board can drive up to 8 motors and provide enough GPIO pins to connect sensors and other peripherals.
Computation power and connectivity is also sufficient thanks to the ESP32 microcontroller. (120 MHz or 240 MHz dual core)</p>
</div>
</div>
<div class="col-md-4 xsm-padding">
<div class="about">
<i class="fa fa-github"></i>
<h3>Open source</h3>
<p>All the data and documentation about Míčkoflus (mechanic construction, electronics, firmware) are open-source
(MIT or <a href="https://creativecommons.org/licenses/by-sa/4.0/?" target="_tab">CC BY-SA 4.0</a>).
You can easily improve it!</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="partners" class="section md-padding bg-grey">
<div class="container">
<div class="row">
<div class="section-header">
<h2 class="title">Partners</h2>
<p>The kit was firstly introduced at RoboticCamp 2018. The camp is organized by
<a target="_tab" href="https://helceletka.cz">DDM Helceletova Brno (local youth centre)</a>
and it was supported by our partners.
Without their help, we would not be able to bring the Míčkoflus kit to the participants of the camp.
Thanks to all of them!</p>
</div>
<div class="row row-eq-height">
<div class="col-md-4 xsm-padding">
<div class="about">
<a target="_tab" href="https://www.honeywell.com/worldwide/en-cz">
<img src="img/partners/honeywell.png" class="partner"/>
</a>
</div>
</div>
<div class="col-md-4 xsm-padding">
<div class="about">
<a target="_tab" href="https://www.redhat.com/en/global/czech-republic">
<img src="img/partners/redhat.png" class="partner"/>
</a>
</div>
</div>
<div class="col-md-4 xsm-padding">
<div class="about">
<a target="_tab" href="https://www.gatema.cz/">
<img src="img/partners/gatema.svg" class="partner"/>
</a>
</div>
</div>
</div>
<div class="row row-eq-height">
<div class="col-md-4 xsm-padding">
<div class="about">
<a target="_tab" href="https://www.fablabbrno.cz/">
<img src="img/partners/fablab.png" class="partner"/>
</a>
</div>
</div>
<div class="col-md-4 xsm-padding">
<div class="about">
<a target="_tab" href="https://www.soselectronic.cz/">
<img src="img/partners/sos.png" class="partner"/>
</a>
</div>
</div>
<div class="col-md-4 xsm-padding">
<div class="about">
<a target="_tab" href="https://laskarduino.cz/">
<img src="img/partners/laskarduino.png" class="partner"/>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="gallery" class="section md-padding">
<div class="container">
<div class="row">
<div class="section-header">
<h2 class="title">Gallery</h2>
</div>
<div class="col-md-4 col-xs-6 work">
<a class="lightbox" href="./img/photo_1.jpg">
<img class="img-responsive" src="preview/photo_1.jpg" alt="">
</a>
</div>
<div class="col-md-4 col-xs-6 work">
<a class="lightbox" href="./img/photo_2.jpg">
<img class="img-responsive" src="preview/photo_2.jpg" alt="">
</a>
</div>
<div class="col-md-4 col-xs-6 work">
<a class="lightbox" href="./img/photo_3.jpg">
<img class="img-responsive" src="preview/photo_3.jpg" alt="">
</a>
</div>
<div class="col-md-4 col-xs-6 work">
<a class="lightbox" href="./img/photo_4.jpg">
<img class="img-responsive" src="preview/photo_4.jpg" alt="">
</a>
</div>
<div class="col-md-4 col-xs-6 work">
<a class="lightbox" href="./img/photo_5.jpg">
<img class="img-responsive" src="preview/photo_5.jpg" alt="">
</a>
</div>
<div class="col-md-4 col-xs-6 work">
<a class="lightbox" href="./img/photo_6.jpg">
<img class="img-responsive" src="preview/photo_6.jpg" alt="">
</a>
</div>
</div>
</div>
</div>
<div id="guide" class="section md-padding bg-grey">
<div class="container">
<div class="row">
<div class="section-header">
<h2 class="title">Assembly instructions</h2>
<p> Assembly instructions can be found on <a href="guide.html">the guide page</a>.
Unfortunately, the instructions are available only in Czech language,
but there are many pictures and you can try to use <a href="https://mickoflus-robotickytabor-cz.translate.goog/?_x_tr_sch=http&_x_tr_sl=cs&_x_tr_tl=en&_x_tr_hl=cs&_x_tr_pto=wapp">Google translation</a>.</p>
</div>
</div>
</div>
</div>
<div id="team" class="section md-padding">
<div class="container">
<div class="row">
<div class="section-header">
<h2 class="title">Developers team</h2>
</div>
<div class="col-sm-4">
<div class="team">
<div class="team-img">
<img class="img-responsive rounded-circle" src="img/honza.jpg" alt="">
<div class="overlay">
<div class="team-social">
<a target="_tab" href="https://honzamrazek.cz"><i class="fa fa-globe"></i></a>
<a target="_tab" href="https://github.com/yaqwsx"><i class="fa fa-github"></i></a>
<a target="_tab" href="https://twitter.com/yaqwsx_cz"><i class="fa fa-twitter"></i></a>
</div>
</div>
</div>
<div class="team-content">
<h3>Jan Mrázek</h3>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="team">
<div class="team-img">
<img class="img-responsive rounded-circle" src="img/jarek.jpg" alt="">
<div class="overlay">
<div class="team-social">
<a target="_tab" href="https://github.com/JarekParal/JarekParal"><i class="fa fa-globe"></i></a>
<a target="_tab" href="https://github.com/JarekParal"><i class="fa fa-github"></i></a>
<a target="_tab" href="https://linkedin.com/in/jaroslav-paral/"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="team-content">
<h3>Jarek Páral</h3>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="team">
<div class="team-img">
<img class="img-responsive rounded-circle" src="img/kuba.jpg" alt="">
<div class="overlay">
<div class="team-social">
<a target="_tab" href="https://github.com/Cednik"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
<div class="team-content">
<h3>Jakub Streit</h3>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="team">
<div class="team-img">
<img class="img-responsive rounded-circle" src="img/jarekmal.jpg" alt="">
<div class="overlay">
<div class="team-social">
</div>
</div>
</div>
<div class="team-content">
<h3>Jarek Malec</h3>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="team">
<div class="team-img">
<img class="img-responsive rounded-circle" src="img/vojta.jpg" alt="">
<div class="overlay">
<div class="team-social">
<a target="_tab" href="http://tasssadar.github.io/"><i class="fa fa-globe"></i></a>
<a target="_tab" href="https://github.com/Tasssadar"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
<div class="team-content">
<h3>Vojtěch Boček</h3>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="team">
<div class="team-img">
<img class="img-responsive rounded-circle" src="img/beda.jpg" alt="">
<div class="overlay">
<div class="team-social">
<a target="_tab" href="https://github.com/bsaid"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
<div class="team-content">
<h3>Bedřich Said</h3>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="contact" class="section md-padding bg-grey">
<div class="container">
<div class="row">
<div class="section-header">
<h2 class="title">Contact</h2>
</div>
<p>Do you have a question? Feel free to contact us: [email protected]</p>
</div>
</div>
</div>
<footer id="footer" class="sm-padding bg-dark">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-logo">
<a href="index.html"><img src="img/logo-alt.svg" alt="logo"></a>
</div>
<ul class="footer-follow">
<li><a target="_tab" href="https://www.facebook.com/robotarna/"><i class="fa fa-facebook"></i></a></li>
<li><a target="_tab" href="https://twitter.com/RobotikaBrno"><i class="fa fa-twitter"></i></a></li>
<li><a target="_tab" href="https://www.youtube.com/channel/UCxLGjiNwJ9u7Wdb1kahaHgg"><i class="fa fa-youtube"></i></a></li>
<li><a target="_tab" href="https://www.github.com/RoboticsBrno"><i class="fa fa-github"></i></a></li>
</ul>
<div class="footer-copyright">
<p>Copyright © 2017. All Rights Reserved. Based on a design by <a target="_tab" href="https://colorlib.com" target="_blank">Colorlib</a></p>
</div>
</div>
</div>
</div>
</footer>
<div id="back-to-top"></div>
<!-- jQuery Plugins -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<script type="text/javascript" src="js/jquery.magnific-popup.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script data-cfasync="false" type="text/javascript" src="https://cdn.rawgit.com/dwyl/html-form-send-email-via-google-script-without-server/master/form-submission-handler.js"></script>
</body>
</html>