-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex_old.html
More file actions
952 lines (864 loc) · 50.5 KB
/
index_old.html
File metadata and controls
952 lines (864 loc) · 50.5 KB
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
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>CocoRobo</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=9, IE=edge" />
<meta name='robots' content='noindex,follow' />
<link rel='stylesheet' id='bootstrap-css' href='assets/css/bootstrap.min.css?ver=4.4.1' type='text/css' media='screen' />
<link href='https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700&subset=latin,devanagari,latin-ext' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Playfair+Display:700,900|Fira+Sans:400,400italic' rel='stylesheet' type='text/css'>
<link rel='stylesheet' id='fontawesome-css' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css?ver=4.4.1' type='text/css' media='all' />
<!--<link rel='stylesheet' id='style-css' href='assets/css/new-style.css' type='text/css' media='all' />-->
<link rel="stylesheet" href="assets/css/animate.css" type='text/css' media='all'>
<script type='text/javascript' src='assets/js/jquery.js'></script>
<link type="text/css" rel="stylesheet" id="flexible-switch" href="assets/css/new-style-blue.css" />
<!-- <link rel="stylesheet" href="assets/css/additional/reset.css"> -->
<link rel="stylesheet" href="assets/css/additional/style.css">
<style>
/* For Demo Purposes Only ( You can delete this anytime :-) */
#colour-variations {
padding: 10px;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
width: 140px;
position: fixed;
left: 0;
top: 100px;
z-index: 999999;
background: #fff;
/*border-radius: 4px;*/
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
-webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
-ms-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
}
#colour-variations.sleep {
margin-left: -140px;
}
#colour-variations h3 {
text-align: center;;
font-size: 11px;
letter-spacing: 2px;
text-transform: uppercase;
color: #777;
margin: 0 0 10px 0;
padding: 0;;
}
#colour-variations ul,
#colour-variations ul li {
padding: 0;
margin: 0;
}
#colour-variations ul {
float: left;
}
#colour-variations li {
list-style: none;
display: inline;
}
#colour-variations li a {
width: 20px;
height: 20px;
position: relative;
float: left;
margin: 5px;
}
#colour-variations li a[data-theme="../assets/css/new-style-blue"] {
background: #0785f2;
}
#colour-variations li a[data-theme="../assets/css/new-style-green"] {
background: #6e85c1;
}
#colour-variations li a[data-theme="../assets/css/new-style-yellow"] {
background: #9261d4;
}
#colour-variations li a[data-theme="../assets/css/new-style-red"] {
background: #f25454;
}
#colour-variations li a[data-theme="../assets/css/new-style-orange"] {
background: orange;
}
.option-toggle {
position: absolute;
right: 0;
top: 0;
margin-top: 5px;
margin-right: -30px;
width: 30px;
height: 30px;
background: #fff;
text-align: center;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
color: #0785f2;
cursor: pointer;
-webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
-ms-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
}
.option-toggle i {
top: 5px;
position: relative;
}
.option-toggle:hover, .option-toggle:focus, .option-toggle:active {
color: #0785f2;
text-decoration: none;
outline: none;
}
.fa-2x {
font-size: 1.5em;
}
.menu-primary-menu-container { font-family: 'Poppins';font-weight: 700; }
.container-fluid.full-width {
padding-left: 0;
padding-right: 0;
overflow-x: hidden;
}
.row.row-no-gutter {
margin: 0
}
.row.row-no-gutter [class*="col-"] {
padding: 0
}
.img-full-width {
width: 100.5%;
height: auto;
}
.has-inner .row.row-no-gutter {
margin-left: -10px;
margin-right: -10px;
}
.row.row-no-gutter .inner {
padding-left: 10px;
padding-right: 10px;
}
</style>
<!-- End demo purposes only -->
</head>
<body>
<div class="hero-image">
<div id="home">
<div style="padding-top:50px;" class="hero-overlay">
<header id="site-header">
<div class="row">
<nav id="top-nav" class="navbar navbar-default navbar-fixed-top navbar-scroll-changed">
<div class="container">
<div class="col-md-2 col-sm-1 col-xs-12">
<div class="branding">
<a href="#" title="Home is where the heart is" rel="home"><img id="logo" src="assets/images/flexible-logo.png" alt="Home is where the heart is"></a>
</div><!--end branding-->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div><!--end navbar-header-->
</div><!--end col-md-2 col-sm-2 col-xs-12-->
<div class="col-md-10 col-sm-11 col-xs-12">
<div class="navbar-collapse collapse" id="bs-example-navbar-collapse-1" aria-expanded="true" style="height: 1px;" role="navigation">
<div class="menu-primary-menu-container">
<ul id="menu-main-top-navigation" class="menu nav navbar-nav navbar-right">
<li><a href="#about">关于 COCOROBO</a></li>
<li style="font-weight:bolder;font-family:'Hiragino Sans GB';">
<!--<a href="#products">产品</a>-->
<a href="#" class="drop-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">产品</a>
<ul class="dropdown-menu">
<li><a style="color:#222;" href="#cocomod">CocoMod</a></li>
<li role="separator" class="divider"></li>
<li><a style="color:#222;" href="#coco3dp">Coco3DP</a></li>
<li role="separator" class="divider"></li>
<li><a style="color:#222;" href="#cocopack">CocoPack</a></li>
</ul>
</li>
<li style="font-weight:bolder;font-family:'Hiragino Sans GB';"><a href="#applications">应用</a></li>
<li style="font-weight:bolder;font-family:'Hiragino Sans GB';"><a href="#education">教育</a></li>
<li style="font-weight:bolder;font-family:'Hiragino Sans GB';"><a href="#outlook">展望</a></li>
</ul>
</div><!--end menu-->
</div><!--end navbar-collapse-->
</div><!--end col-md-10 col-sm-10 col-xs-12-->
</div><!--end container-->
</nav>
</div><!--end row-->
<div class="main-message-left">
<div class="container">
<h1 style="font-weight: 800;" class="flex fadeInUp animated">MAKE FOR<br>THE FUTURE</h1>
<p class="description-image flex fadeInUp animated">
「为乐趣而创造」
</p>
<a class="btn btn-cta-primary btn-cta-blue flex" href="#about" role="button">了解更多</a>
</div><!--end container-->
</div><!--end main-message-->
</header>
</div><!--end hero-overlay-->
</div><!--end acasa-->
</div><!--end hero-image-->
<div id="about">
<section>
<div class="zig-zag container">
<div class="row">
<div style="margin:0 10px;background:linear-gradient(135deg, #007fff, #0e73d8);padding:0.2em 1.5em 4em 1.5em;border-radius:10px;box-shadow:0px 0px 50px 10px rgba(0,0,0,.1)" class="title">
<h2 style="color:#fff;" class="flex">我们是谁?</h2>
<p style="color:#fff;" style="font-weight:bold;line-height:2em;color:#444;padding-top:10px;" class="description flex">CocoRobo 是一家专注于 STEAM (科学,技术,工程,艺术,数学)的教育科技(EdTech)公司,与全球前沿科技一起,将技术、思考、设计、游戏融入独一无二的创造中,迎接个人制造时代,
我们不断探索最前沿技术,把最新的理念和技术带到 STEAM 的教育中,把最好的设计,体验带到产品中来。</p>
</div><!--end title-->
<hr style="margin-top:100px;width:500px;" />
<div class="title">
<h2 class="flex">科技发展时间线</h2>
<p style="line-height:2em;color:#444;padding-top:20px;" class="description flex ">大约每隔十五年左右,就会迎来一次技术与社会的碰撞。</p>
</div><!--end title-->
<div style="font-size: 62.5%;margin: 0; padding: 0; border: 0;font-size: 100%;font: inherit;vertical-align: baseline;display: block;line-height: 1;font-family: "Fira Sans", sans-serif; color: #383838;" class="cd-horizontal-timeline">
<div class="timeline">
<div class="events-wrapper">
<div class="events">
<ol style="list-style-type: none;">
<li><a href="#0" data-date="01/01/1980" class="selected">1985</a></li>
<li><a href="#0" data-date="01/01/1985">1995</a></li>
<li><a href="#0" data-date="01/01/2004">2005</a></li>
<li><a href="#0" data-date="01/01/2007">2015</a></li>
<li><a href="#0" data-date="01/01/2010">2016</a></li>
<li><a href="#0" data-date="01/07/2016">21 世纪</a></li>
</ol>
<span class="filling-line" aria-hidden="true"></span>
</div> <!-- .events -->
</div> <!-- .events-wrapper -->
<ul class="cd-timeline-navigation">
<li><a href="#0" class="prev inactive">Prev</a></li>
<li><a href="#0" class="next">Next</a></li>
</ul> <!-- .cd-timeline-navigation -->
</div> <!-- .timeline -->
<div class="events-content">
<ol style="list-style-type: none;">
<li class="selected" data-date="01/01/1980">
<h2>Personal Computer</h2>
<em style="padding-top:20px;">80s, 20 Century</em>
<p id="cd-p-smaller">
个人电脑的诞生,使它成为普通人能用的产品
</p>
</li>
<li data-date="01/01/1985">
<h2>Birth of the Internet</h2>
<em style="padding-top:20px;">90s, 20 Century</em>
<p id="cd-p-smaller">
互联网的出现,让人们与世界连结起来
</p>
</li>
<li data-date="01/01/2004">
<h2>3D Printing</h2>
<em style="padding-top:20px;">21 Century</em>
<p id="cd-p-smaller">
第一款开源桌面 3D 打印机 — RepRap
</p>
</li>
<li data-date="01/01/2007">
<h2>Augemented Reality</h2>
<em style="padding-top:20px;">Year 2015</em>
<p id="cd-p-smaller">
微软公司推出了跨时代的增强现实产品 — Hololens
</p>
</li>
<li data-date="01/01/2010">
<h2>Virtual Reality</h2>
<em style="padding-top:20px;">Year 2016</em>
<p id="cd-p-smaller">
将VR和AR作为他们十年计划中的另一个重头戏
</p>
</li>
<li data-date="01/07/2016">
<h2>Anything is Possible</h2>
<em style="padding-top:20px;">Modern Society</em>
<p id="cd-p-smaller">
随着人工智能、机器人、增强现实、3D打印等新技术的发展,新的技术和设备正在代替人类解决越来越多难题,完成更多专业性的精细工作,改变了我们与世界的交互方式。生产环节中按部就班和机械模仿将逐渐被智能机器所取代,而无法被取代的将是人区别于机器独有的创造力和对新知的探求利用。
</p>
</li>
</ol>
</div> <!-- .events-content -->
</div>
</section><!--end info-->
<hr style="margin-top:20px;width:500px;" />
<div style="margin-top:100px;margin-bottom:100px;" class="title">
<h2 style="font-size:60px;" class="flex">STATUS QUO</h2>
<p style="line-height:2em;color:#444;padding-top:20px;" class="description flex ">当我们的孩子踏入社会时,70%的工作现在还未被创造出来,
那么如何应对这么一个快速变化的时代?</p>
<p style="line-height:2em;color:#444;padding-top:20px;" class="description flex ">↓</p>
<p style="line-height:2em;color:#444;padding-top:20px;" class="description flex ">寓教于乐,我们通过融合 3D 打印技术,模块化的硬件/软件设计,增强现实技术,<br/>来打造一系列多元化,创新型,寓教于乐的套件产品。</p>
</div><!--end title-->
<!--<div class="hero-image-1">
<div id="home">
<div style="padding-top:50px;" class="hero-overlay-1">
<header>
<div class="row">
</div>
<div class="main-message-left">
<div class="container">
<h1 style="width:75%;font-weight: 800;line-height:1.5em;" class="flex fadeInUp animated">第一时间转化为 STEAM 教育产品</h1>
<p style="line-height:2em;" class="description-image flex fadeInUp animated">
与全球前沿科技一起,将技术、思考、设计、游戏融入独一无二的创造中,迎接个人制造时代,<br/>我们不断探索最前沿技术,把最新的理念和技术带到 STEAM 的教育中,把最好的设计,体验带到产品中来。
</p>
</div>
</div>
</header>
</div>
</div>
</div>
-->
<!--<div class="hero-image-2">
<div id="home">
<div style="padding-top:50px;" class="hero-overlay-2">
<header>
<div class="row">
</div>
<div class="main-message-center">
<div class="container">
<h1 style="font-weight: 800;" class="flex fadeInUp animated">寓教于乐</h1>
<p style="line-height:1.75em;" class="description-image flex fadeInUp animated">
通过融合3D打印技术,模块化的硬件/软件设计,增强现实技术,<br/>来打造一系列多元化,创新型,寓教于乐的套件产品。
</p>
</div>
</div>
</header>
</div>
</div>
</div>-->
</div>
<!-- <section style="margin-bottom:100px;margin-top:-20px;" id="about" class="marketing-action">
<div class="overlay">
<div class="text">
<h2 style="color:#fff;line-height:2em;" class="flex ">大约每隔十五年左右,就会迎来一次技术与社会的碰撞</h2>
<!--<p style="padding-bottom:25px;" class="description-image flex ">
Cras justo odio, dapibus ac facilisis in, egestas eget quam. Nullam id dolor id nibh ultricies vehicula ut id elit.
</p>
<a href="#home" class="btn btn-cta-primary btn-cta-buy" role="button">Go to Top</a>
</div>
</div>
</section>-->
<div id="products">
<div class="hero-image-p1">
<div id="home">
<div style="padding-top:50px;" class="hero-overlay-p1">
<header>
<div class="row">
</div><!--end row-->
<div class="main-message-center">
<div class="container">
<h1 style="font-weight: 800;" class="flex">产品</h1>
<p style="line-height:1.75em;" class="description-image flex">
Pharetra Parturient Malesuada Fringilla
</p>
</div><!--end container-->
</div><!--end main-message-->
</header>
</div><!--end hero-overlay-->
</div><!--end acasa-->
</div><!--end hero-image-->
<section class="container">
<div class="row">
<div style="margin-top:75px;" id="cocomod" class="title">
<h2 class="flex ">CocoMod</h2>
<p class="description flex ">我们推出的一系列硬件模块(Coco Mod),从负责核心的主控模块,到各种各样的传感器模块,输入输出模块等等。用户利用这些模块,通过不同的组合,可以实现各种功能的产品,从机器人到智能家庭硬件。</p>
</div><!--end title-->
<div>
<div class="row">
<div class="col-md-4 caption flex animated" data-wow-delay="0.1s">
<a href="#" title=""><img src='assets/images/module_1.png' class="serv" alt="Cursuri" /></a>
<h4 style="padding-top:50px;">主控模块</h4>
<!--<p>WiFi / BT ready, GPIO /ADC / PWM, SPI/I2C/UART 以及更多</p>-->
<ul>
<li>多用的功能模块接口</li>
<li>WiFi / BT ready</li>
<li>GPIO /ADC / PWM</li>
</ul>
<!--<a href="#" title="See more" class="more">See more <i class="fa fa-angle-right"></i></a>-->
</div><!--end col-sm-6-->
<div class="col-md-4 caption flex animated" data-wow-delay="0.2s">
<a href="#" title=""><img src='assets/images/module_2.png' class="serv" alt="Cursuri" /></a>
<h4 style="padding-top:50px;">输入类功能模块</h4>
<ul>
<li>Button, Konb, Touchpad,</li>
<li>Gyroscope, Audio Analyzer</li>
<li>Camera, GSM, Makey Makey</li>
</ul>
</div><!--end col-sm-6-->
<div class="col-md-4 caption flex animated" data-wow-delay="0.3s">
<a href="#" title=""><img src='assets/images/module_3.png' class="serv" alt="Cursuri" /></a>
<h4 style="padding-top:50px;">输出类功能模块</h4>
<ul>
<li>Display, Battery,</li>
<li>MP3 Player, Motor Controller</li>
<li>Servo controller</li>
</ul>
</div><!--end col-sm-6-->
</div>
</div><!--end col-md-6-->
</div><!--end row-->
</section>
<div class="hero-image-3">
<div id="home">
<div style="padding-top:50px;" class="hero-overlay-3">
<header>
<div class="row">
</div><!--end row-->
<div class="main-message-left">
<div class="container">
<h1 style="font-weight: 800;" class="flex fadeInUp animated">组合大不同</h1>
<p style="line-height:1.75em;" class="description-image flex fadeInUp animated">
通过融合3D打印技术,模块化的硬件/软件设计,增强现实技术,<br/>来打造一系列多元化,创新型,寓教于乐的套件产品。
</p>
</div><!--end container-->
</div><!--end main-message-->
</header>
</div><!--end hero-overlay-->
</div><!--end acasa-->
</div><!--end hero-image-->
<section class="container">
<div class="row">
<div id="coco3dp" class="title">
<h2 class="flex ">Coco3DP</h2>
<div style="width:80%;margin:3em 10%;background:linear-gradient(135deg, #FFFFFF, #FFFFFF);padding:3em 1.5em 3em 1.5em;border-radius:10px;box-shadow:0px 0px 40px 10px rgba(0,0,0,.1)" class="title">
<h2 style="color:#222;line-height:1.5em;" class="flex">丰富的 3D 模型库,打印一切!</h2>
</div><!--end title-->
<p class="description flex ">3D 打印技术经过过去二十多年的发展,已经接近走到成熟期。我们认为,3D 打印技术在教育领域已经足够可用。如火如荼般发展的创客运动和创客空间,让3D打印不再是遥不可及。并且我们有理由相信,随着技术的发展,3D 打印质量会越来越好,成本越来越低。</p>
</div><!--end title-->
<div class="col-md-6">
<div class="row">
<div class="col-sm-6 caption flex animated" data-wow-delay="0.1s">
<a href="#" title=""><img src='assets/images/3dp_1.png' class="serv" alt="Cursuri" /></a>
<a href="#" title=""><h4 style="padding-top:50px;">Coco RoboCar</h4></a>
<!--<p>WiFi / BT ready, GPIO /ADC / PWM, SPI/I2C/UART 以及更多</p>-->
<!--<a href="#" title="See more" class="more">See more <i class="fa fa-angle-right"></i></a>-->
</div><!--end col-sm-6-->
<div class="col-sm-6 caption flex animated" data-wow-delay="0.2s">
<a href="#" title=""><img src='assets/images/3dp_2.png' class="serv" alt="Cursuri" /></a>
<h4 style="padding-top:50px;">Coco Drone</h4>
</div><!--end col-sm-6-->
</div><!--end row-->
</div><!--end col-md-6-->
<div class="col-md-6">
<div class="row">
<div class="col-sm-6 caption flex animated" data-wow-delay="0.3s">
<a href="#" title=""><img src='assets/images/3dp_5.png' class="serv" alt="Cursuri" /></a>
<a href="#" title=""><h4 style="padding-top:50px;">Coco Doggy</h4></a>
</div><!--end col-sm-6-->
<div class="col-sm-6 caption flex animated" data-wow-delay="0.4s">
<a href="#" title=""><img src='assets/images/3dp_4.png' class="serv" alt="Cursuri" /></a>
<a href="#" title=""><h4 style="padding-top:50px;">Coco RoboArm</h4></a>
</div><!--end col-sm-6-->
</div><!--end row-->
</div><!--end col-md-6-->
</div><!--end row-->
</section>
<div class="hero-image-4">
<div id="home">
<div style="padding-top:50px;" class="hero-overlay-4">
<header>
<div class="row">
</div><!--end row-->
<div class="main-message-left">
<div class="container">
<h1 style="font-weight: 800;" class="flex fadeInUp animated">创意套件</h1>
<p style="line-height:1.75em;" class="description-image flex fadeInUp animated">
精致,轻量级,模块化的STEAM电子套件。我们希望科学的设计与搭配,激发用户无限的创造潜能。<br/>启发任何对机器人感兴趣的知识青年一起创造科学教育的未来。
</p>
</div><!--end container-->
</div><!--end main-message-->
</header>
</div><!--end hero-overlay-->
</div><!--end acasa-->
</div><!--end hero-image-->
</div>
</div>
<div style="background-color:#111;" class="container-fluid full-width">
<div id="coco3dp" class="row row-no-gutter">
<div class="col-xs-6 col-sm-4">
<img src="assets/images/pack_synth.jpg" class="img-full-width" alt="" />
<!--<div>
<h4 style="padding-top:50px;">输出类功能模块</h4>
<ul>
<li>Display, Battery,</li>
<li>MP3 Player, Motor Controller</li>
<li>Servo controller</li>
</ul>
</div>-->
</div>
<!-- close .col -->
<div class="col-xs-6 col-sm-4">
<img src="assets/images/pack_home.jpg" class="img-full-width" alt="" />
</div>
<!-- close .col -->
<div class="col-xs-6 col-sm-4">
<img src="assets/images/pack_lighting.jpg" class="img-full-width" alt="" />
</div>
<!-- close .col -->
<div class="col-xs-6 col-sm-4">
<img src="assets/images/pack_roboto.jpg" class="img-full-width" alt="" />
</div>
<div class="col-xs-6 col-sm-4">
<img src="assets/images/pack_3dp.jpg" class="img-full-width" alt="" />
</div>
<div class="col-xs-6 col-sm-4">
<img src="assets/images/pack_more.jpg" class="img-full-width" alt="" />
</div>
<!-- close .col -->
</div>
</div>
<section id="applications">
<div class="hero-image-p1">
<div id="home">
<div style="padding-top:0px;" class="hero-overlay-p1">
<header>
<div class="row">
</div><!--end row-->
<div class="main-message-center">
<div class="container">
<h1 style="font-weight: 800;" class="flex">应用</h1>
<p style="line-height:1.75em;" class="description-image flex">
Pharetra Parturient Malesuada Fringilla
</p>
</div><!--end container-->
</div><!--end main-message-->
</header>
</div><!--end hero-overlay-->
</div><!--end acasa-->
</div><!--end hero-image-->
<div class="container">
<div style="margin-top:75px;" class="title">
<h2 class="flex">激发孩子们对技术的兴趣和热情</h2>
<p class="description flex ">结合我们的套件产品,我们开发了一系列有趣的应用。我们希望可以通过这些应用不断地激发孩子们对技术的兴趣和热情,早早埋下创新的种子。</p>
</div><!--end title-->
<div style="padding-bottom:25px;" class="title"><h4 style="border-radius:5px;font-weight:bolder;color:#fff;background:linear-gradient(135deg, #007fff, #0e73d8);padding:1em;" class="flex">桌面版应用</h4></div>
<div class="row">
<div class="col-md-4 caption flex animated" data-wow-delay="0.1s">
<i class="fa fa-paint-brush"></i>
<h3>Cocoduino</h3>
<p>这是一款桌面版的APP,兼容当今世界最流行的Arduino开发环境,丰富的资源和技术支持,适合14岁以上儿童。</p>
</div><!--end col-md-4-->
<div class="col-md-4 caption flex animated" data-wow-delay="0.3s">
<i class="fa fa-coffee"></i>
<h3>Coco Scratch</h3>
<p>一款图形化编程平台,敲击一下鼠标便能完成一个简单的项目,适合8-16岁儿童。</p>
</div><!--end col-md-4-->
<div class="col-md-4 caption flex animated" data-wow-delay="0.5s">
<i class="fa fa-keyboard-o"></i>
<h3>Coco Leap Motion</h3>
<p>这是一款桌面版的APP,通过它来实现Leap motion对机器人的控制,完成更多有趣好玩的操作。</p>
</div><!--end col-md-4-->
</div><!--end row-->
<div style="padding-bottom:25px;" class="title"><h4 style="border-radius:5px;font-weight:bolder;color:#fff;background:linear-gradient(135deg, #007fff, #0e73d8);padding:1em;" class="flex">移动版应用</h4></div>
<div class="row">
<div class="col-md-4 caption flex animated" data-wow-delay="0.1s">
<i class="fa fa-paint-brush"></i>
<h3>Coco Playground</h3>
<p>这是一款结合AR技术的趣味性编程手机APP,借助实体的积木以及屏幕上的动画,引导小朋友去学习和理解编程,适合6-10岁儿童。</p>
</div><!--end col-md-4-->
<div class="col-md-4 caption flex animated" data-wow-delay="0.3s">
<i class="fa fa-coffee"></i>
<h3>Coco Go</h3>
<p>这是一款用于控制机器人运动的手机APP,支持多达4路电机和12路舵机的控制,同时可以通过预编程的方式为每款机器人设定各自的运动学算法。</p>
</div><!--end col-md-4-->
<div class="col-md-4 caption flex animated" data-wow-delay="0.5s">
<i class="fa fa-keyboard-o"></i>
<h3>Coco Battle</h3>
<p>这是一款结合AR技术的趣味性游戏APP,支持多达3位用户,6台机器人的对战平台,让小朋友可以玩中学。</p>
</div><!--end col-md-4-->
</div><!--end row-->
<div class="row">
<div class="col-md-4 caption flex animated" data-wow-delay="0.1s">
<i class="fa fa-paint-brush"></i>
<h3>Coco Music</h3>
<p>这是一款跟音乐套件配合使用的手机APP,内置多款电子乐器,如钢琴,吉他,架子鼓等。</p>
</div><!--end col-md-4-->
<div class="col-md-4 caption flex animated" data-wow-delay="0.3s">
<i class="fa fa-coffee"></i>
<h3>Coco Blink</h3>
<p>这是一款跟灯光套件配合使用的手机APP,可以用它来控制LED点阵屏的亮度,颜色,图案,以及进行趣味性互动。</p>
</div><!--end col-md-4-->
<div class="col-md-4 caption flex animated" data-wow-delay="0.5s">
<i class="fa fa-keyboard-o"></i>
<h3>Coco Hub</h3>
<p>这是一款跟物联网套件配合使用的手机APP,用它可以实时汇总和监测传感器上的信息,并且可以用过编程的方式实现多个传感器节点之前的互动。</p>
</div><!--end col-md-4-->
</div>
</div><!--end container-->
</section>
<section style="padding-top:50px;padding-bottom:100px;" id="education">
<div class="hero-image-p1">
<div id="home">
<div class="hero-overlay-p1">
<header>
<div class="row">
</div><!--end row-->
<div class="main-message-center">
<div class="container">
<h1 style="font-weight: 800;" class="flex">教育</h1>
<p style="line-height:1.75em;" class="description-image flex">
Pharetra Parturient Malesuada Fringilla
</p>
</div><!--end container-->
</div><!--end main-message-->
</header>
</div><!--end hero-overlay-->
</div><!--end acasa-->
</div><!--end hero-image-->
<div class="zig-zag container">
<div class="row">
<div class="title">
<h2 class="flex">一站式的 STEAM 教育解决方案</h2>
<p style="line-height:2em;" class="description flex ">我们提供一站式的STEAM教育解决方案,包括课程开发、课程传授、实验室设计、套件提供、知识内容提供等。我们坚信,科学教育在教会学生科学知识的同时,能够最好地鼓励学生的好奇心,激发探索欲望,培养良好的学习习惯。</p>
</div><!--end title-->
<!--<div class="col-md-6">
<img src='assets/images/edu_maker.jpg' class="serv flex" alt="Flexible" />
<div style="margin:-20px 0 10px 0;">
<h2 style="font-family:'Hiragino Sans GB';" class="flex">针对个人</h2>
<div class="flex">
<ul>
<ul>
<li>社区支持</li>
<li>完备的课程</li>
</ul>
</div>
</div>
</div>
<div class="col-md-6">
<img src='assets/images/edu_school.jpg' class="serv flex" alt="Flexible" />
<div style="margin:-20px 0 10px 0;">
<h2 style="font-family:'Hiragino Sans GB';" class="flex">针对学校</h2>
<div class="flex">
<ul>
<li>课程开发和传授</li>
<li>培训和技术支持</li>
<li>创建 STEAM 实验室</li>
<li>社区</li>
</ul>
</div>
</div>
</div>-->
</div><!--end row-->
</div><!--end zig-zag-->
<div style="background-color:#111;" class="container-fluid full-width">
<div id="coco3dp" class="row row-no-gutter">
<div class="col-xs-6 col-sm-4">
<img src="assets/images/edu_img1.jpg" class="img-full-width" alt="" />
<!--<div>
<h4 style="padding-top:50px;">输出类功能模块</h4>
<ul>
<li>Display, Battery,</li>
<li>MP3 Player, Motor Controller</li>
<li>Servo controller</li>
</ul>
</div>-->
</div>
<!-- close .col -->
<div class="col-xs-6 col-sm-4">
<img src="assets/images/edu_img2.jpg" class="img-full-width" alt="" />
</div>
<!-- close .col -->
<div class="col-xs-6 col-sm-4">
<img src="assets/images/edu_img3.jpg" class="img-full-width" alt="" />
</div>
</div>
<!-- close .col -->
</div>
</div>
</section><!--end info-->
<div id="outlook">
<div class="hero-image-q1">
<div id="home">
<div style="padding-top:50px;" class="hero-overlay-q1">
<header>
<div class="row">
</div><!--end row-->
<div class="main-message-left">
<div class="container">
<h1 style="font-weight: 800;" class="flex fadeInUp animated">Mind and Hand</h1>
<p style="line-height:1.75em;" class="description-image flex fadeInUp animated">
MIT Motto
</p>
</div><!--end container-->
</div><!--end main-message-->
</header>
</div><!--end hero-overlay-->
</div><!--end acasa-->
</div><!--end hero-image-->
<div class="hero-image-q2">
<div id="home">
<div style="padding-top:50px;" class="hero-overlay-q2">
<header>
<div class="row">
</div><!--end row-->
<div class="main-message-right">
<div class="container">
<h1 style="font-weight: 800;" class="flex fadeInUp animated">Design is how it works.</h1>
<p style="line-height:1.75em;" class="description-image flex fadeInUp animated">
Steve Jobs
</p>
</div><!--end container-->
</div><!--end main-message-->
</header>
</div><!--end hero-overlay-->
</div><!--end acasa-->
</div><!--end hero-image-->
<div class="hero-image-q3">
<div id="home">
<div style="padding-top:50px;" class="hero-overlay-q3">
<header>
<div class="row">
</div><!--end row-->
<div class="main-message-left">
<div class="container">
<h1 style="font-weight: 800;" class="flex fadeInUp animated">Mind and Hand</h1>
<p style="line-height:1.75em;" class="description-image flex fadeInUp animated">
Seymoure Papert
</p>
</div><!--end container-->
</div><!--end main-message-->
</header>
</div><!--end hero-overlay-->
</div><!--end acasa-->
</div><!--end hero-image-->
<div class="hero-image-q4">
<div id="home">
<div style="padding-top:50px;" class="hero-overlay-q4">
<header>
<div class="row">
</div><!--end row-->
<div class="main-message-right">
<div class="container">
<h1 style="font-weight: 800;" class="flex fadeInUp animated">Failure is an option.</h1>
<p style="line-height:1.75em;" class="description-image flex fadeInUp animated">
Elon Musk
</p>
</div><!--end container-->
</div><!--end main-message-->
</header>
</div><!--end hero-overlay-->
</div><!--end acasa-->
</div><!--end hero-image-->
</div>
<section id="team">
<div style="margin-top:75px;padding-bottom:100px;" class="container">
<div class="title">
<h2 class="flex animated">团队/Team</h2>
<p class="description flex animated">Made by Innovators & Dreamers and for Innovators & Dreamers.</p>
</div><!--end title-->
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="price-table col-sm-6 flex " data-wow-delay="0.1s">
<i class="fa fa-user"></i>
<h6>Chief Executive Officer</h6>
<span class="price">Tony</span>
<p class="features">
Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Cras mattis consectetur purus sit amet fermentum. us blandit si us blandit si.
</p>
</div><!--price-table-->
<div class="price-table col-sm-6 flex " data-wow-delay="0.3s">
<i class="fa fa-user"></i>
<h6>Chief Marketing Officer</h6>
<span class="price">Syan</span>
<p class="features">
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
</p>
</div><!--price-table-->
</div><!--end row-->
</div><!--end col-sm-6-->
<div class="col-md-6">
<div class="row">
<div class="price-table col-sm-6 flex " data-wow-delay="0.5s">
<i class="fa fa-user"></i>
<h6>Mechanical Engineer</h6>
<span class="price">Conan</span>
<p class="features">
Maecenas sed diam eget risus varius blandit sit amet non magna. Cras mattis consectetur purus sit amet fermentum.amet fermentum.amet fermentum.
</p>
</div><!--price-table-->
<div class="price-table col-sm-6 flex " data-wow-delay="0.7s">
<i class="fa fa-user"></i>
<h6>Chief Design Officer</h6>
<span style="color:#ccc;" class="price">MORE</span>
<p class="features">
Cras mattis consectetur purus sit amet fermentum. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.amet fermentum.amet.
</p>
</div><!--price-table-->
</div><!--end row-->
</div><!--end col-sm-6-->
</div><!--end row-->
</div><!--end container-->
</section><!--end plan-->
<section id="contact" class="marketing-action">
<div class="overlay">
<div class="text">
<h2 style="color:#fff;" class="flex ">The Future of Maker Education is Now</h2>
<p style="padding-bottom:30px;" class="description-image flex ">
CocoRobo's Products are dade for Dreamers & Innovators
</p>
<a href="#home" class="btn btn-cta-primary btn-cta-blue btn-cta-buy" role="button">返回顶部</a>
</div><!--end text-->
</div><!--end overlay-->
</section><!--end marketing-action-->
<div id="footer">
<div class="container">
<div class="row">
<div class="footer-section col-md-1">
<a href="#" title="Home is where the heart is" rel="home"><img src='assets/images/flexible-logo-footer.png' class="logo-footer flex " alt="Home is where the heart is"></a>
</div><!--end footer-section-->
<div class="footer-section col-md-8 col-sm-9 col-xs-12">
<p class="copyright flex ">© Copyright 2016 <strong>CocoRobo.</strong> All rights reserved.</p>
</div><!--end footer-section-->
<!-- <div class="footer-section col-md-3 col-xs-12">
<div class="social copyright flex ">
<a href="#" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="#" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="#" target="_blank"><i class="fa fa-instagram"></i></a>
</div>
</div> -->
</div><!--end row-->
</div><!--end container-->
</div><!--end footer-->
<!-- End demo purposes only -->
<script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js?ver=1.0'></script>
<script type='text/javascript' src='assets/js/bootstrap.min.js'></script>
<!--<script type='text/javascript' src='assets/js/jquery-mobile.js?ver=1.0'></script>-->
<script type='text/javascript' src="assets/js/wow.min.js"></script>
<script type='text/javascript' src="assets/js/main.js"></script>
<script type='text/javascript' src="assets/js/additional/modernizr.js"></script> <!-- Modernizr -->
<script type='text/javascript' src="assets/js/additional/jquery-2.1.4.js"></script>
<script type='text/javascript' src="assets/js/additional/jquery.mobile.custom.min.js"></script>
<script type='text/javascript' src="assets/js/additional/main.js"></script> <!-- Resource jQuery -->
<script>
//jQuery transitions init(wow + animated)
wow = new WOW(
{
boxClass: 'flex',
animateClass: 'animated', // default
offset: 0, // default
mobile: true, // default
live: true // default
}
)
wow.init();
</script>
<script type="text/javascript" src="assets/js/jQuery.style.switcher.js"></script>
<script type="text/javascript">
$(function(){
$('#colour-variations ul').styleSwitcher({
defaultThemeId: 'flexible-switch',
hasPreview: false,
cookie: {
expires: 30,
isManagingLoad: true
}
});
$('.option-toggle').click(function() {
$('#colour-variations').toggleClass('sleep');
});
});
</script>
</body>