-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·627 lines (592 loc) · 20.4 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
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
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Kickstarter Recreate</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--link rel="stylesheet/less" href="less/bootstrap.less" type="text/css" /-->
<!--link rel="stylesheet/less" href="less/responsive.less" type="text/css" /-->
<!--script src="js/less-1.3.3.min.js"></script-->
<!--append ‘#!watch’ to the browser URL, then refresh the page. -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
<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/scripts.js"></script>
</head>
<body>
<div class="row clearfix row-border">
<div class="col-md-4 column div-border">
<ul class="nav nav-pills">
<li>
<img class="kickstarter"src="icons/KICKSTARTER.png">
</li>
<li>
<a class="nav-small" href="#discover">Discover</a>
</li>
<li>
<a class="nav-small" href="#start">Start</a>
</li>
<!--<li class="dropdown pull-right">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Dropdown<strong class="caret"></strong></a>
<ul class="dropdown-menu">
<li>
<a href="#">Action</a>
</li>
<li>
<a href="#">Another action</a>
</li>
<li>
<a href="#">Something else here</a>
</li>
<li class="divider">
</li>
<li>
<a href="#">Separated link</a>
</li>
</ul>
</li>-->
</ul>
</div>
<div class="col-md-8 column">
<ul class="nav nav-pills">
<!--search icon not showing here for some reason-->
<li>
<input type="search" class="searchicon">
</li>
<li>
<a href="#">Sign up</a>
</li>
<li>
<a href="#">Log in</a>
</li>
<!--<li class="dropdown pull-right">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Dropdown<strong class="caret"></strong></a>
<ul class="dropdown-menu">
<li>
<a href="#">Action</a>
</li>
<li>
<a href="#">Another action</a>
</li>
<li>
<a href="#">Something else here</a>
</li>
<li class="divider">
</li>
<li>
<a href="#">Separated link</a>
</li>
</ul>
</li>-->
</ul>
</div>
</div>
<div class="container">
<div class="row clearfix">
<div class="col-md-12 column">
<h3 class="text-center">
mDrawBot: 4-in-1 Drawing Robot
</h3>
<p class="text-center">by Makeblock</p>
</div>
</div>
<div class="row clearfix">
<div class="col-md-8 column">
<div class="vid">
<iframe width="560" height="315" src="https://www.youtube.com/embed/v8iA9-QhrQo" frameborder="0" allowfullscreen></iframe>
</div><!--./vid -->
<p class="large-desc">mDrawBot is a 4-in-1 drawing robot kit, it can be assembled into 4 different drawing robots: mScara, mCar, mSpider and mEggBot.</p>
<div>
<a href="#">
<b>Shenzhen, China</b>
</a>
<a href="#" class="bump-right">
<b>Robots</b>
</a>
<div class="btn btn--border-gray btn--small" href="#">Share this project</div>
</div>
</div>
<div class="col-md-4 column row-border">
<dl>
<dt>
407
</dt>
<dd>
backers
</dd>
<dt>
$98,773
</dt>
<dd>
pledged of $55,000,000 goal.
</dd>
<dt>
28
</dt>
<dd>
days until Winter Comes.
</dd>
</dl>
<div>
<button type="button" class="btn2 btn-success">Back This Project</button>
<a href="#"><span></span>Remind Me</a>
<p class="light">This project will be funded on Fri, May 8 2015 6:35 PM JST.<p>
</ul>
</div>
</div>
</div>
<div class="row clearfix">
<div class="col-md-12 column">
<ul class="nav nav-pills">
<li class="active">
<a href="#">Campain</a>
</li>
<li>
<a href="#">Updates</a>
</li>
<li>
<a href="#">Comments</a>
</li>
</ul>
</div>
</div>
<div class="row clearfix">
<div class="col-md-8 column">
<dl>
<dt>
About this project
</dt>
<dt>
What is mDrawBot ?
</dt>
<dd>
mDrawBot is a 4-in-1 drawing robot kit, it can be assembled into 4 different configuration drawing robots: <strong>mScara, mSpider, mEggBot and mCar.</strong>
</dd>
</dl>
<figure>
<img class="img-responsive" src="https://ksr-ugc.imgix.net/assets/003/454/708/b76ddae05caa10fc551a81920b751710_original.gif?v=1426601328&w=700&h=&fit=max&auto=format&q=92&s=17c32b9a2d202b3a7c9a92cce63ded29">
<figcaption class="caption">mDrawBot</figcaption>
</figure>
<!--<div class="media">
<a href="#" class="pull-left"><img src="http://lorempixel.com/64/64/" class="media-object" alt=""></a>
<div class="media-body">
<h4 class="media-heading">
Nested media heading
</h4> Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis.
<div class="media">
<a href="#" class="pull-left"><img src="http://lorempixel.com/64/64/" class="media-object" alt=""></a>
<div class="media-body">
<h4 class="media-heading">
Nested media heading
</h4> Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis.
</div>
</div>
</div>
</div>-->
<h4>
Who are Talking about mDrawBot?
</h4>
<img class="img-responsive" src="img/sponsers.jpg">
<p>
This kit consists of <a href="http://www.makeblock.cc/" target="_blank">Makeblock</a> parts and we also designed a powerful software named mDraw to control these robots. mDrawBot contains over 60 components (and countless screws and nuts), here's the picture of all the components.
</p>
<img class="img-responsive" src="img/block-parts.jpg">
<h4>
mScara
</h4>
<p>
mScara is a SCARA (Selective Compliance Articulated Robot Arm) driven by stepper motors. If you install a pen on mScara, it can draw pictures on a flat surface. Replacing the pen with a laser diode, it can turn into a desktop laser engraver.
</p>
<figure>
<img class="img-responsive" src="img/draw-image.jpg">
<figcaption class="caption">mScara</figcaption>
</figure>
<h4>
mSpider
</h4>
<p>
mSpider is a drawing robot which can draw pictures on a wall or a white board. Two stepper motors control the movement of mSpider though strings. Theoretically, it can draw in a huge range by increasing the length of strings.
</p>
<figure>
<img class="img-responsive" src="img/mspider.jpg">
<figcaption class="caption">mSpider</figcaption>
</figure>
<h4>
mEggBot
</h4>
<p>
mEggBot is designed to draw on things that are improbable to print on, such as eggs or ping-pong balls. It can be used to write letters or to draw expressions on eggs, or to draw Easter eggs.
</p>
<figure>
<img class="img-responsive" src="img/eggbot.jpg">
<figcaption class="caption">mEggBot</figcaption>
</figure>
<h4>
mCar
</h4>
<p>
mCar is a three-wheel robot car. It contains two stepper motor drive wheels and a ball caster wheel. It can draw its own movement tracks on the surface. If you install a chalk instead of a pen, it can draw on the floor.
</p>
<figure>
<img class="img-responsive" src="img/mcar.jpg">
<figcaption class="caption">mCar</figcaption>
</figure>
<h3>
How to use mDrawBot?
</h3>
<h4>
Assembly
</h4>
<p>
Each mDrawBot kit can be assembled into any of the 4 different configurations. We provide the detailed assembling instructions and you can build any configuration in an hour. The assembly instructions can be downloaded here: <a href="https://github.com/Makeblock-official/mDrawBot" target="_blank">https://github.com/Makeblock-official/mDrawBot</a>.
</p>
<p>
You can also use your own Aruduino UNO instead of Makeblock Orion. The wiring may be a little complicated, but it works well.
</p>
<h4>
Software
</h4>
<p>
After installing the mDraw software, you can import images and make the robot draw them. mDraw is a powerful software designed for mDrawBot. Here are some features:
</p>
<ul>
<li>SVG import</li>
<li>BMP to SVG conversion</li>
<li>Support Gray-scale laser engraving</li>
<li> Several customizable paramters including limit switch location, stepper motor direction, drawing range</li>
<li>Zooming the drawing with the mouse wheel</li>
</ul>
<p>
mDraw is an open source project hosted on Github. Fork it here:<a href="https://github.com/Makeblock-official/mDrawBot">https://github.com/Makeblock-official/mDrawBot</a>.
</p>
<h4>
A Drawbot, and More than a Drawbot
</h4>
<p>
mDrawBot is a drawbot (or 4 drawbots), and it's more than a drawbot. You can re-use the Makeblock robot parts in countless new projects and it's easy to extend the kit with new parts. Here are some examples of what you could do:
</p>
<div class="vid">
<iframe width="560" height="315" src="https://www.youtube.com/embed/s2N8tDkel8A" frameborder="0" allowfullscreen></iframe>
</div><!--./vid -->
<p class="caption">Yes, you can do Cyanide </p>
<p> We also provide 2 upgrade packs for mDrawBot: the bluetooth module and the laser engraver pack (500mW).</p>
<figure>
<img class="img-responsive" src="img/bluetooth-upgrade.jpg">
<figcaption class="caption">bluetooth-upgrade-pack</figcaption>
</figure>
<figure>
<img class="img-responsive" src="img/laser-engraver.jpg">
<figcaption class="caption">laser-engraver-upgrade-pack</figcaption>
</figure>
<p>You can also design your own upgrade pack for your mDrawBot. By adding an <a href="http://www.makeblock.cc/me-3-axis-accelerometer-and-gyro-sensor/" target="_blank">accelerometer and gyro sensor</a>, it can become a two-wheeled self-balancing vehicle. Add some additional Makeblock mechanical parts and it may transform into a <a href="http://www.makeblock.cc/xy-plotter-robot-kit-v2-0-with-electronic/" target="_blank">XY plotter</a>. The only limit is your imagination.
</p>
<h4>Who is Creating mDrawBot?</h4>
<p>mDrawBot is created by the <a href="http://www.makeblock.cc/" target="_blank">Makeblock</a> team. Makeblock is an aluminum extrusion based construction platform that can bring your creations to life. With Makeblock you can make professional and solid robots, machines or even art projects. Imagination is your only limitation.
</p>
<p>We're located in the Maker City - Shenzhen, and we are passionate about our product. We believe in the ideology of open source technology. We're open to share and we hope you can share with us.
</p>
<p>
Contact us: info@makeblock.cc
</p>
<h4> Why do we need your help?</h4>
<p>
We are using crowdfunding to get market validation and quick feedback that will help to expedite our research & development. To make mDrawBot more user-friendly, we want to listen to all your suggestions!
</p>
<h4>Timeline</h4>
<figure>
<img class="img-responsive" src="img/timeline.jpg">
<figcaption class="caption">timeline</figcaption>
</figure>
<h4>Rewards</h4>
<figure>
<img class="img-responsive" src="img/rewards.jpg">
<figcaption class="caption">rewards</figcaption>
</figure>
<h4>
Stretch Goals
</h4>
<ul>
<li>$100k ---- A free plastic egg and a pen for each mDrawBot. You can use them to test the mEggBot then make your own Easter Eggs.</li>
<li>$250k ---- A free attitude sensor for each mDrawBot. You can use it to build a self-balancing vehicle or even a self-stablized gimbal.</li>
</ul>
<h4>
Risks and Challenges
</h4>
<p>
The circuit boards and mechanical parts are from the existing Makeblock system. They have been field-tested by thousands of users since out last Kickstarter and proven to be solid. Several new mechanical parts have already passed testing and we have been testing the prototype for about 2 months.
</p>
<p>The grayscale laser engraving function of mDraw (the software) is not completed yet, but it doesn't affect the function of this kit. We believe that it will be done before your mDrawBot is delivered to you.
</p>
<a class="bold" href="/help/faq/kickstarter%20basics#Acco" target="_blank">Learn about accountability on Kickstarter</a>
<h3>
FAQ
</h3>
<ul>
<li class="dropdown">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Why is the freight so high with the early bird?<strong class="caret"></strong></a>
<ul class="dropdown-menu">
<li>
It's improbable to set the freight of every country and territory due to the freight setting system of kickstarter. So we set an average value for some cases. If the setting freight ($57) is over your real freight, don't panic. We will send you some useful accessories for your mDrawBot, such as a gyroscope sensor. And the price of accessories will be higher than your "extra freight".
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">With which operating system can software work?<strong class="caret"></strong></a>
<ul class="dropdown-menu">
<li>
mDraw can work with Mac, Windows, and Linux.
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">What material can the laser cut/engrave?<strong class="caret"></strong></a>
<ul class="dropdown-menu">
<li>
Engraving: Wood boards, colorful paper cards, dark opaque acrylic, foam papers, dark cloth, leather, etc.
Cutting: Colored paper cards, foam papers, etc.
Power: 500mW.
</li>
</ul>
</li>
</ul>
<p class="teenytinytoby">Last updated: Tonight, in your basement, with the broomstick</p>
<button type="button" class="btn2 btn-primary btn-sm">Ask a question</button>
</div>
<div class="col-md-4 column">
<h3 class="text-left">
Rewards
</h3>
<p class="pledge">Pledge $1 or more</p>
<div class="panel panel-default">
<p class="backer">31 backers</p>
<p>Thank you!</p>
<p>Ever pledge means a lot to us. We'll do our best to improve mDrawBot. It's really cool that you like to read Game of Thrones and see so many people die in the book. Any suggestions or recommendations on mDrawRoBot are welcome.
</p>
<p><strong>Estimated delivery:</strong> May 2015</p>
</div>
<p class="pledge">Pledge $149 or more</p>
<div class="panel panel-default">
<p class="backer">11 backers</p>
<p>mDrawBot without Makeblock Orion.</p>
<p>Orion is an upgraded Arduino UNO board. If you have your own Arduino UNO board, you can use it to control many women and create your own harem. The wiring may be a little messy, but it works well (that's what she said).
</p>
<p><strong>Estimated delivery:</strong> May 2015</p>
<p class="teenytinytoby">Ships anywhere in the world</p>
</div>
<p class="pledge">Pledge $159 or more</p>
<div class="panel panel-default">
<p class="backer">100 backers<span class="label-default">All Gone!</span></p>
<br>
<p>Early Bird of Standard Version.</p>
<p>Act fast! Reserve your own mDrawBot and save $20.
</p>
<p><strong>Estimated delivery:</strong> May 2015</p>
<p class="teenytinytoby">Ships anywhere in the world</p>
</div>
<p class="pledge">Pledge $179 or more</p>
<div class="panel panel-default">
<p class="backer">52 backers</p>
<p>Standard Version of mDrawBot.</p>
<p>$50.99 off retail price (v.s. retail price $229.99). Draw your own legend with your own mDrawBot!
</p>
<p><strong>Estimated delivery:</strong> May 2015</p>
<p class="teenytinytoby">Ships anywhere in the world</p>
</div>
<p class="pledge">Pledge $199 or more</p>
<div class="panel panel-default">
<p class="backer">8887 backers</p>
<p>mDrawBot with a Bluetooth Module.</p>
<p>Sometimes the USB cable is annoying, for example, when you are trying to reform your worst enemy into a quadiped self-balancing vehicle. We provide you with this package so that you could use the blue tooth instead of the USB cable. The bluetooth module is dual pleasure mode. Both 2.0 and 4.0 are supported.
</p>
<p><strong>Estimated delivery:</strong> May 2015</p>
<p class="teenytinytoby">Ships anywhere in the world</p>
</div>
<p class="pledge">Pledge $249 or more</p>
<div class="panel panel-default">
<p class="backer">22 backers</p>
<p>mDrawBot with a Laser Engraver Upgrade Pack.</p>
<p>With a Laser diode, you could upgrade your mDrawBot into a laser engraver. That would be REALLY cool!
</p>
<p><strong>Estimated delivery:</strong> May 2015</p>
<p class="teenytinytoby">Ships anywhere in the world</p>
</div>
<p class="pledge">Pledge $299 or more</p>
<div class="panel panel-default">
<p class="backer">2 incestious Lannisters</p>
<p>mDrawBot with a Bluetooth Module and a Laser Engraver Upgrade Pack.</p>
<p>Now you get them both! Nothing is cooler than that! Well, except the Death Star...
</p>
<p><strong>Estimated delivery:</strong> May 2015</p>
<p class="teenytinytoby">Ships anywhere in the world</p>
</div>
<p class="pledge">Pledge $999 or more</p>
<div class="panel panel-default">
<p class="backer">6 Wight Walkers</p>
<p>mDrawBot Distributor Pack.</p>
<p>You will receive a distributor pack of 7 of mDrawBots (standard version) at distributor pricing for market research and resale. Free Shipping for Westerous and The Wall.
</p>
<p><strong>Estimated delivery:</strong> May 2015</p>
<p class="teenytinytoby">Ships anywhere in the world</p>
</div>
<!--<span class="label label-success">Label</span>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
Panel title
</h3>
</div>
<div class="panel-body">
Panel content
</div>
<div class="panel-footer">
Panel footer
</div>
</div>-->
</div>
</div>
</div>
</div>
<footer class="mega-footer">
<div class="row clearfix border-top">
<div class="col-md-2 column">
<h4 class="footer--header">About us</h4>
<ul class="styled-list">
<li>
What is Kickstarter?
</li>
<li>
Year in Kickstarter 2014
</li>
<li>
Who we are
</li>
<li>
Jobs
</li>
<li>
Press
</li>
<li>
Stats
</li>
<li>
Projects we love
</li>
</ul>
</div>
<div class="col-md-2 column">
<h4 class="footer--header">Help</h4>
<ul class="styled-list">
<li>
FAQ
</li>
<li>
Our Rules
</li>
<li>
Creator Handbook
</li>
<li>
Trust & Safety
</li>
<li>
Support
</li>
<li>
Terms of Use
</li>
<li>
Privacy Policy
</li>
</ul>
</div>
<div class="col-md-2 column">
<h4 class="footer--header">Discover</h4>
<ul class="styled-list">
<li>
Art
</li>
<li>
Comics
</li>
<li>
Crafts
</li>
<li>
Dance
</li>
<li>
Design
</li>
<li>
Fashion
</li>
<li>
Film & Video
</li>
<li>
Food
</li>
</ul>
</div>
<div class="col-md-2 column">
<h4 class="footer--header"></h4>
<ul class="styled-list">
<li>
Games
</li>
<li>
Journalism
</li>
<li>
More crap
</li>
<li>
Gods
</li>
<li>
The Old Gods
</li>
<li>
And the New
</li>
<li>
ばか
</li>
</ul>
</div>
<div class="col-md-2 column">
<h4 class="footer--header">Hello</h4>
<ul class="styled-list">
<li>
Happening<span class="label label-success">New!</span>
</li>
<li>
Company Blog
</li>
<li>
Engineering Blog
</li>
<li>
Pokemon Blog
</li>
<li>
ピカチュ〜〜〜〜〜〜〜〜〜!!!!
</li>
<li>
Terms of Use
</li>
<li>
There Is No Priva$#"%!!"
</li>
</ul>
</div>
</div>
</footer>
</body>
</html>