-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathceapp.html
More file actions
executable file
·786 lines (763 loc) · 53.5 KB
/
ceapp.html
File metadata and controls
executable file
·786 lines (763 loc) · 53.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link href="./img/favicon.png" rel="icon">
<title>College Application Enrichment: Mobile App Development | Coding Minds Academy</title>
<meta name="keywords" content="MIT App Inventor, Mobile App Development, Kids Programming, College Application, College Application Building, K-12 Programming, K-12 Coding">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Learn how to program and develop mobile apps and build a strong college application with the experience. Prepare for AP Computer Science course, High School Programming Competition(HSPC), and build a foundation for programming. When the course ends, instructors will lead students to participate in the igniteCS Programming Expo, as well as EduInsider's science and technology innovation contest in the summer.">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/stack-interface.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/socicon.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/lightbox.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/flickity.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/iconsmind.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/theme.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/custom.css" rel="stylesheet" type="text/css" media="all" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,400i,500,600,700%7CMerriweather:300,300i%7CMaterial+Icons" rel="stylesheet">
<link rel="icon" href="https://codingmindsacademy.com/img/my/logofav.png" mce_href="/https://codingmindsacademy.com/img/my/logofav.png" type="image/x-icon">
<link rel="shortcut icon" href="https://codingmindsacademy.com/img/my/logofav.png" mce_href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="https://codingmindsacademy.com/img/my/logofav.png" mce_href="/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="57x57" href="https://codingmindsacademy.com/img/my/logofav.png" />
<link rel="apple-touch-icon" sizes="72x72" href="https://codingmindsacademy.com/img/my/logofav.png" />
<link rel="apple-touch-icon" sizes="114x114" href="https://codingmindsacademy.com/img/my/logofav.png" />
<link rel="apple-touch-icon" sizes="144x144" href="https://codingmindsacademy.com/img/my/logofav.png" />
<div style='margin:0 auto;display:none;'>
<img src="https://codingmindsacademy.com/img/my/logofav.png" />
</div>
</head>
<body class=" ">
<a id="start"></a>
<div style='margin:0 auto;display:none;'>
<img src="https://codingmindsacademy.com/img/my/logofav.png" />
</div>
<div class="nav-container ">
<div class="bar bar--sm visible-xs">
<div class="container">
<div class="row">
<div class="col-xs-3 col-sm-2">
<a href="index-cn.html">
<img class="logo logo-dark" alt="logo" src="img/my/logo1.png" />
<img class="logo logo-light" alt="logo" src="img/my/logo1.png" />
</a>
</div>
<div class="col-xs-9 col-sm-10 text-right">
<a href="#" class="hamburger-toggle" data-toggle-class="#menu1;hidden-xs">
<i class="icon icon--sm stack-interface stack-menu"></i>
</a>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</div>
<!--end bar-->
<nav id="menu1" class="bar bar-1 hidden-xs">
<div class="container">
<div class="row">
<div class="col-md-1 col-sm-2 hidden-xs">
<div class="bar__module">
<a href="index-cn.html"> <img class="logo logo-dark" alt="logo" src="img/my/logo1.png"> <img class="logo logo-light" alt="logo" src="img/my/logo1.png"> </a>
</div>
</div>
<div class="col-md-11 col-sm-12 text-right text-left-xs text-left-sm">
<div class="bar__module">
<ul class="menu-horizontal text-left">
<li> <a href="index-cn.html">
Home
</a> </li>
<li> <a href="index-cn.html#summercamp">
Our Programs
</a> </li>
<li> <a href="page-whycoding.html">
Why Coding
</a> </li>
</a> </li>
<li> <a href="page-about-us-1.html">
About Us
</a> </li>
</ul>
</div>
<div class="bar__module">
<!-- <a class="btn btn--sm type--uppercase" href="#customise-template"> <span class="btn__text">
Contact Us
</span> </a> -->
<a class="btn btn--sm btn--primary type--uppercase" href="contact-us-cn.html"> <span class="btn__text">
Contact Us
</span> </a>
</div>
</div>
</div>
</div>
</nav>
<!--end bar-->
</div>
<div class="main-container">
<section class="text-center height-50">
<div class="container pos-vertical-center">
<div class="row">
<div class="col-sm-8">
<i class="icon icon-Coding color--primary"></i>
<h1>College Application Enrichment:<br>Mobile App Development</h1>
<h3>Grades 9 - 12</h3>
<p class="lead">
Learn how to program and develop mobile apps and build a strong college application with the experience. Prepare for AP Computer Science courses, and build a foundation for programming. When the course ends, instructors will lead students to publish their own apps to the official Google Play App Store.
</p>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="cover height-80 imagebg text-center" data-overlay="4">
<div class="background-image-holder">
<img alt="background" src="img/my/mobile-learn-1.jpg" />
</div>
<div class="container pos-vertical-center">
<div class="row">
<div class="col-sm-8">
<h1>
College Application Enrichment: Mobile App Development
</h1>
<p class="lead">
Learn how to program and develop mobile apps.
</p>
<div class="modal-instance block">
<div class="video-play-icon video-play-icon--sm modal-trigger"></div>
<span>
<strong>See MIT App Inventor in Action</strong>
</span>
<div class="modal-container">
<div class="modal-content bg-dark" data-width="60%" data-height="60%">
<iframe src="https://www.youtube.com/embed/sNjGAiOrX-o?autoplay=1" allowfullscreen="allowfullscreen"></iframe>
</div>
<!--end of modal-content-->
</div>
<!--end of modal-container-->
</div>
<!--end of modal instance-->
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="">
<div class="container">
<h2 class="text-center">About the Course</h2>
<h2><br></h2>
<!--end of row-->
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<p>
With the increasing number of American universities seeking for admission from Asian students, traditional student learning and practical experience has been difficult to meet the admission requirements of elite schools. Computer programming as the most popular professional and field has become an indispensable skill for university applicants. For most high school students who don't have much programming background, learning computer programming more efficiently and obtaining unique achievements and experiences is the core goal of our intensive course of designing this mobile phone app.
</p>
<p>
This course introduces the popular mobile phone development tool MIT App Inventor to allow students to learn programming fundamentals while working on their own applications and enriching their content and experiences for AP CS courses, high school science competitions, extracurricular projects, and entrepreneurship. At the end of the course, instructors will guide students to publish their own apps to the official Google Play App Store.
</p>
<!-- <i class="icon icon-Fashion color--primary"></i> -->
<ul class="bullets">
<li><b>Course Format:</b> Online Classroom + Weekly Q&A and Progress Tracking + Personal Project Guide + App Publishing</li>
<li><b>Proposed Grades:</b> Grades 9 - 12</li>
<li><b>Prerequisites:</b> Algebra</li>
<li><b>Programming Basis:</b> No Requirement (No Basis)</li>
<li><b>Course Dates:</b> Starting on 6/10. Flexible schedule. Details can be found in the course overview.</li>
<li><b>Tuition:</b> $495(Free trial for the first week)</li>
</ul>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<!-- <section class="text-center bg--secondary">
<div class="container">
<div class="row">
<div class="col-sm-8">
<i class="icon icon-Fashion color--primary"></i>
<h3>适合谁</h3>
<ul class="bullets">
<li>了解AP CSP课程及考试内容</li>
<li>从零开始学习计算机科学及编程基础,为AP CSP课程做好准备</li>
<li>打算独立学习并参加AP CSP考试</li>
<li>有兴趣学习手机APP的开发</li>
<li>有打算积累计算机科研经历或准备参加高中科学竞赛</li>
<li>已经决定大学攻读计算机或者工程专业</li>
<li>犹豫是否选择计算机作为将来的专业(该课程提供了一个很全面的计算机科学体验)</li>
</ul>
</div>
</div>
</div>
</section> -->
<!-- <section class="text-center ">
<div class="container">
<div class="row">
<div class="col-sm-8">
<i class="icon icon-Angry color--primary"></i>
<h3>不适合谁</h3>
<ul class="bullets">
<li>已经完成过AP CSP的课程正在准备AP CSP考试(请参考AP CSP进阶课程)</li>
<li>打算学习传统AP CS课程或参加其考试(请参考AP CS训练营)</li>
<li>有一定的计算机科学基础,或已经系统学习过MIT App Inventor等编程工具</li>
<li>希望学习具体的编程语言比如Java、Python等等(请参考AP CS训练营)</li>
<li>已经具备计算机科研经历或者参加过计算机相关的科学竞赛</li>
</ul>
</div>
</div>
</div>
</section> -->
<section class="text-center bg--secondary">
<div class="container">
<div class="row">
<div class="col-sm-8">
<i class="icon icon-Target color--primary"></i>
<h3>Course Goals</h3>
<ul class="bullets">
<li>Learn solid programming fundamentals and computational thinking</li>
<li>Complete 10 mobile App projects</li>
<li>Design and complete a customized mobile App</li>
<li>Publish your app to Google’s official app store</li>
<!-- <li>Participate in the igniteCS Programming Expo in May of 2018</li>
<li>Participate in the EduInsiders Technology Innovation Competition in Summer 2018</li> -->
<li>Cultivate students' entrepreneurial and innovative awareness and ability</li>
<li>Prepare for high school courses - AP CS and AP CS Principle</li>
</ul>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="text-center">
<div class="container">
<div class="row">
<div class="col-sm-8">
<i class="icon icon-Video-Tripod color--primary"></i>
<h3>Why Choose an Online Course Form</h3>
<ul class="bullets">
<li>App development focuses on developing hands-on programming skills. Students are required to use computers to do a lot of programming. Traditional classroom teaching cannot meet the requirements of programming practice.</li>
<li>Classrooms in traditional classrooms are affected by traffic, time, and equipment. Online courses are fast and efficient, and are suitable for students to better allocate and arrange time.</li>
<li>With the different background and programming foundation, it is not effective for students to follow the teacher as the same time with the same pace.</li>
<li>Most current online courses are based solely on watching recorded video of the lesson. Students often do not have a reasonable plan to study or lack effective monitoring of progress.</li>
<li>In order to improve the effectiveness of the online courses, we conduct online questioning and progress tracking with our classmates weekly. When students complete 10 apps, we individually guide students on their own App projects and guide participation in competitions.</li>
</ul>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class=" ">
<div class="container">
<div class="text-center">
<i class="icon icon-Calendar-3 color--primary"></i>
<h3 class="text-center">Course Outline and Schedule</h3>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2 col-sm-10 col-sm-offset-1">
<div class="process-1">
<div class="process__item">
<h4>Week 1
<br>Introduction to Computer Science and App Development </h4>
<ul class="bullets">
<li>Why Learning Computer Science</li>
<li>How to Enrich Your College Application</li>
</ul>
</div>
<div class="process__item">
<h4>Week 1
<br>MIT App Inventor Setup</h4>
<ul class="bullets">
<li>Account Setup</li>
<li>Device Setup</li>
</ul>
</div>
<div class="process__item">
<h4>Week 1
<br>App 1: SoundBoard</h4>
<ul class="bullets">
<li>User Interface</li>
<li>Programming Blocks</li>
</ul>
</div>
<div class="process__item">
<h4><b>Week 1 Evaluation Q&A</b></h4>
</div>
<div class="process__item">
<h4>Week 2
<br>App 2: Paint Pot</h4>
<ul class="bullets">
<li>Event-Driven Programming</li>
<li>Variables</li>
</ul>
</div>
<div class="process__item">
<h4>Week 2
<br>App 3: Magic 8 Ball</h4>
<ul class="bullets">
<li>Random Number Generation</li>
<li>Conditional Structure</li>
</ul>
</div>
<div class="process__item">
<h4>Week 2
<br>App 4: Voice Control Alexa</h4>
<ul class="bullets">
<li>Strings</li>
<li>Voice Recognition</li>
</ul>
</div>
<div class="process__item">
<h4><b>Week 2 Evaluation Q&A</b></h4>
</div>
<div class="process__item">
<h4>Week 3
<br>App 5: Quiz Test</h4>
<ul class="bullets">
<li>Procedure</li>
<li>Screen Management</li>
</ul>
</div>
<div class="process__item">
<h4>Week 3
<br>App 6: Reaction Game</h4>
<ul class="bullets">
<li>Game Development Basics</li>
<li>Timer</li>
</ul>
</div>
<div class="process__item">
<h4><b>Week 3 Evaluation Q&A</b></h4>
</div>
<div class="process__item">
<h4>Week 4
<br>App 7: WeChat Messaging</h4>
<ul class="bullets">
<li>Internet Basics</li>
<li>List</li>
</ul>
</div>
<div class="process__item">
<h4>Week 4
<br>App 8: StarFall Game</h4>
<ul class="bullets">
<li>Animation Graphics</li>
<li>Sound and Music</li>
</ul>
</div>
<div class="process__item">
<h4><b>Week 4 Evaluation Q&A</b></h4>
</div>
<div class="process__item">
<h4>Week 5
<br>App 9: Shooting Game</h4>
<ul class="bullets">
<li>Gesture</li>
<li>Game Player Control</li>
</ul>
</div>
<div class="process__item">
<h4>Week 5
<br>App 10: Basketball Pickup Game</h4>
<ul class="bullets">
<li>Database Basics</li>
<li>Storage and Data Query</li>
</ul>
</div>
<div class="process__item">
<h4><b>Week 5 Evaluation Q&A</b></h4>
</div>
<div class="process__item">
<h4>Week 6
<br>Problem-based Innovation</h4>
<ul class="bullets">
<li>How to Come up with the Best Idea</li>
<li>Become a Young Entrepreneur</li>
</ul>
</div>
<div class="process__item">
<h4><b>Week 6 Project Planing</b></h4>
</div>
<div class="process__item">
<h4>Weeks 6-9
<br>Work on Your Own Idea</h4>
<ul class="bullets">
<li>Be Creative</li>
<li>Work Hard</li>
</ul>
</div>
<div class="process__item">
<h4><b>Weeks 6-9 Weekly Q&A</b></h4>
</div>
<div class="process__item">
<h4>Week 9
<br>Publish Your App to Google Play</h4>
<ul class="bullets">
<li>Publishing Preparation</li>
<li>Promote Apps in Google Play</li>
</ul>
</div>
<div class="process__item">
<h4><b>Week 9 Publishing and Competition</b></h4>
</div>
<div class="process__item">
<h4>Week 10
<br>Compete in igniteCS Programming Expo</h4>
<ul class="bullets">
<li>Prepare the Competition</li>
<li>To be a Winner</li>
</ul>
</div>
</div>
<!--end process-->
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="bg--secondary">
<div class="container">
<div class="text-center">
<i class="icon icon-Administrator color--primary"></i>
<h3>Instructors</h3>
</div>
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<p>
<a href="https://yusun.io" target="_blank">Dr. Yu Sun</a> is currently an assistant professor for California State Polytechnic University, Pomona's Computer Science Department. Dr. Sun has extensive work, research, and entrepreneurial experience in software, R&D in mobile communications, cloud computing, and Internet applications. He currently serves as director of <a href="https://softcom.io" target="_blank">software engineering, mobile and cloud computing labs</a>, and guides student research and entrepreneurship projects.
</p>
<p>
At the same time, Dr. Sun is also co-founder of <a href="https://zii.io" target="_blank">Ziiio</a>, an indoor navigation startup based on mobile technology. Prior to founding Ziiio, Dr. Sun was the Engineering Director at <a href="https://www.cloudpoint.io/" target="_blank">Cloudpoint Labs</a>. He led the team in the research and development of high-precision 3D Augmented Reality (AR) technology in infrastructure. Dr. Sun also worked as a software engineer at Amazon and participated in the development of Amazon Silk, the world's first cloud-based mobile web browser.
</p>
<p>
As the United States invests heavily in computer education for elementary and middle school students, Dr. Sun is also increasingly involved in K12 computer science education and teaching. He initiated and led a series of computer science education and educational activities for elementary and middle school students in the United States. From 2016 until now, he has won project support from Google IgniteCS and led the undergraduate team to Pomona, Hacienda Heights, and Rialto for <a href="https://cppignite.com" target="_blank">computer programming popularization courses</a>. In Summer 2016, Dr. Sun organized the first <a href="https://cppsummercamp.com" target="_blank">computer science summer camp </a> of Cal Poly Pomona's Department of Computer Science. A total of 18 students from 12 secondary schools went to California State Polytechnic University, Pomona to study. At the same time, Dr. Sun and the industry maintained contact. He participated in Google's AppliedCS project and brought Google engineers to campus to teach students the most practical programming development skills. In addition, Prof. Sun is also the judge of the 2017 California Science Contest Final (CSSF) and Intel International Engineering Awards (ISEF). In May 2017, he successfully organized the first <a href="https://www.cpp.edu/~hspc/" target="_blank">programming contest for high school students in Southern California</a>. Ninety-six students from 24 high schools participated and competed.
</p>
<p>
In early 2017, Dr. Sun founded <a href="https://codingmindsacademy.com/" target="_blank">Coding Minds Academy</a> in Irvine to further promote K12’s computer education. The purpose of education is to emphasize that professors are useful for students' advancement, so that students can learn topics that they are interested in and guide students to do practical projects. The curriculum includes the basics of computers at all ages, advanced technical courses, and tutorials on special projects, scientific research, and scientific competitions.
</p>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="text-center ">
<div class="container">
<h2 class="text-center">Course Highlights</h2>
<div class="row">
<div class="col-sm-4">
<div class="feature feature-3 boxed boxed--lg boxed--border">
<i class="icon icon--lg icon-Video-Tripod color--primary"></i>
<h4>Beginner's Friendly</h4>
<p>
Interactions online and offline to ensure that students are learning.
</p>
</div>
<!--end feature-->
</div>
<div class="col-sm-4">
<div class="feature feature-3 boxed boxed--lg boxed--border">
<i class="icon icon--lg icon-Administrator color--primary"></i>
<h4>Learn with Professors</h4>
<p>
Gain extra experiences about the real industry and research
</p>
</div>
<!--end feature-->
</div>
<div class="col-sm-4">
<div class="feature feature-3 boxed boxed--lg boxed--border">
<i class="icon icon--lg icon-Hand color--primary"></i>
<h4>Live and Real-time Interaction</h4>
<p>
Get your question answered in class and get help from the assistants
</p>
</div>
<!--end feature-->
</div>
<div class="col-sm-4">
<div class="feature feature-3 boxed boxed--lg boxed--border">
<i class="icon icon--lg icon-Idea color--primary"></i>
<h4>QA Discussion and Virtual Office Hours</h4>
<p>
Every of your questions will be answered, so you will never be bothered by guessing the correct answer
</p>
</div>
<!--end feature-->
</div>
<div class="col-sm-4">
<div class="feature feature-3 boxed boxed--lg boxed--border">
<i class="icon icon--lg icon-Air-Balloon color--primary"></i>
<h4>Well-Designed Assignments and Projects</h4>
<p>
Learn by doing is the key for CS study, and all the assignments and projects are designed for the goals
</p>
</div>
<!--end feature-->
</div>
<div class="col-sm-4">
<div class="feature feature-3 boxed boxed--lg boxed--border">
<i class="icon icon--lg icon-Key color--primary"></i>
<h4>Apply Colleges with More Experiences</h4>
<p>
Programming is just the first step. Build projects, attend science fairs will help you get into the top unversities
</p>
</div>
<!--end feature-->
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<section class="text-center bg--secondary hidden" ng-hide="true">
<div class="container">
<h2 class="text-center">注册报名</h2>注册报名</h2>Registration</h2>
<div class="row">
<div class="col-sm-6 col-md-4">
<div class="pricing pricing-1 boxed boxed--lg boxed--border">
<h3>Price</h3>
<span class="h2"><strong>$495</strong></span>
<span class="type--fine-print">Varius credit card payments are supported</span>
<hr>
<ul>
<li><span class="checkmark bg--primary-1"></span><span>First week lesson is a free trial (no payment necessary)</span></li>
<li><span class="checkmark bg--primary-1"></span><span>Excellent course designed for competitions</span></li>
<li><span class="checkmark bg--primary-1"></span><span>Weekly Q&A's with exclusive exercises after class</span></li>
<li><span class="checkmark bg--primary-1"></span><span>University professors' special guidance</span></li>
</ul>
<a class="btn btn--primary" href="https://csfoundation.wufoo.com/forms/m8vsgm21cz06w0/">
<span class="btn__text">
I want to register
</span>
</a>
</div><!--end of pricing-->
<div class="cta">
<!-- <p class="lead"> -->
If you have any questions, please feel free to contact Dr. Sun via WeChat.
<!-- </p> -->
</div>
</div>
</div>
<div class="row">
<div class="col-xs-6 col-sm-2 col-sm-offset-5">
<img src="img/my/qr.jpg"></img>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<!-- <section class="switchable ">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12">
<table class="border--round table--alternate-row">
<thead>
<tr>
<th class="col-sm-3 col-md-3">日期</th>
<th class="col-sm-3 col-md-3">时间</th>
<th class="col-sm-3 col-md-3">地点</th>
<th class="col-sm-2 col-md-2">价格</th>
<th class="col-sm-1 col-md-1">注册</th>
</tr>
</thead>
<tbody>
<tr>
<td>7/3-7/7</td>
<td>9AM-12PM</td>
<td>Irvine, CA</td>
<td>$180/周</td>
<td><a class="btn btn--primary" target="_blank" href="https://codingminds.wufoo.com/forms/r930rui0cs574j/">
<span class="btn__text">注册</span>
</a></td>
</tr>
<tr>
<td>7/24-7/28</td>
<td>9AM-12PM</td>
<td>Irvine, CA</td>
<td>$180/周</td>
<td><a class="btn btn--primary" target="_blank" href="https://codingminds.wufoo.com/forms/r930rui0cs574j/">
<span class="btn__text">注册</span>
</a></td>
</tr>
<tr>
<td>7/31-8/4</td>
<td>9AM-12PM</td>
<td>Irvine, CA</td>
<td>$180/周</td>
<td><a class="btn btn--primary" target="_blank" href="https://codingminds.wufoo.com/forms/r930rui0cs574j/">
<span class="btn__text">注册</span>
</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section> -->
<!-- <section class="bg--secondary">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="text-block">
<h4>Frequently Asked Questions</h4>
</div>
</div>
<div class="col-md-4">
<div class="text-block">
<h5>How do refunds work?</h5>
<p>
Open a
<a href="#">refund request</a> with us and we can work with you to resolve it ASAP.
</p>
</div>
<div class="text-block">
<h5>Do I need to buy a SPRK robot?</h5>
<p>
No. We will provide a SPRK robot and a tablet for each student to use during the camp.
</p>
</div>
<div class="text-block">
<h5>Is there a bulk-buy discount?</h5>
<p>
We have corporate and enterprise arrangements that our pricing team can assist with on a case-by-case basis.
<a href="#">Contact Us</a> for info.
</p>
</div>
</div>
<div class="col-md-4">
<div class="text-block">
<h5>Is there any programming background required?</h5>
<p>
No. The program has been designed to teach young kids the fundamentals of programming with zero background.
</p>
</div>
<div class="text-block">
<h5>Do I need an SSL certificate?</h5>
<p>
This depends on whether your plan to process the payment on your site or not. We recommend using a third-party provider to unburden yourself.
</p>
</div>
</div>
</div>
</div>
</section> -->
<section class="space--xs imagebg" data-gradient-bg='#4876BD,#5448BD,#8F48BD,#BD48B1'>
<div class="container">
<div class="row">
<div class="cta cta--horizontal text-center-xs">
<div class="col-sm-9">
<h4>Interested in learning programs with fun?</h4>
</div>
<!-- <div class="col-sm-5">
<p class="lead">
Start learning programs now
</p>
</div> -->
<div class="col-sm-3 text-right text-center-xs">
<a class="btn btn--primary type--uppercase" target="_blank" href="contact-us-cn.html">
<span class="btn__text">
Contact Us
</span>
</a>
</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<footer class="footer-3 text-center-xs space--xs ">
<div class="container">
<div class="row">
<div class="col-sm-6">
<img alt="Image" class="logo" src="img/my/logo1.png" />
<ul class="list-inline list--hover">
<li>
<a href="#">
<!-- <span class="type--fine-print">Get Started</span> -->
</a>
</li>
<li>
<a href="#">
<span class="type--fine-print">Contact@CodingMindsAcademy.com</span>
</a>
</li>
</ul>
</div>
<div class="col-sm-6 text-right text-center-xs">
<ul class="social-list list-inline list--hover">
<li>
<a href="#">
<i class="socicon socicon-google icon icon--xs"></i>
</a>
</li>
<li>
<a href="#">
<i class="socicon socicon-twitter icon icon--xs"></i>
</a>
</li>
<li>
<a href="#">
<i class="socicon socicon-facebook icon icon--xs"></i>
</a>
</li>
<li>
<a href="#">
<i class="socicon socicon-instagram icon icon--xs"></i>
</a>
</li>
</ul>
</div>
</div>
<!--end of row-->
<div class="row">
<div class="col-sm-6">
<p class="type--fine-print">
Learn Coding with Fun | <a href="ceappc.html">中文</a>
</p>
</div>
<div class="col-sm-6 text-right text-center-xs">
<span class="type--fine-print">©
<span class="update-year"></span> Coding Minds Inc.</span>
<a class="type--fine-print" href="#">Privacy Policy</a>
<a class="type--fine-print" href="#">Legal</a>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</footer>
</div>
<!--<div class="loader"></div>-->
<a class="back-to-top inner-link" href="#start" data-scroll-class="100vh:active">
<i class="stack-interface stack-up-open-big"></i>
</a>
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/flickity.min.js"></script>
<script src="js/easypiechart.min.js"></script>
<script src="js/parallax.js"></script>
<script src="js/typed.min.js"></script>
<script src="js/datepicker.js"></script>
<script src="js/isotope.min.js"></script>
<script src="js/ytplayer.min.js"></script>
<script src="js/lightbox.min.js"></script>
<script src="js/granim.min.js"></script>
<script src="js/countdown.min.js"></script>
<script src="js/twitterfetcher.min.js"></script>
<script src="js/spectragram.min.js"></script>
<script src="js/smooth-scroll.min.js"></script>
<script src="js/scripts.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-98249988-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>