-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
220 lines (204 loc) · 10.9 KB
/
Copy pathindex.html
File metadata and controls
220 lines (204 loc) · 10.9 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
<!DOCTYPE HTML>
<html>
<head>
<title>KidsDoCoding!</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="#intro">KidsDoCoding!</a></li>
<li><a href="#about">Who we are</a></li>
<li><a href="#mission">What we do</a></li>
<li><a href="#courses">Our Courses</a></li>
<li><a href="#curriculum">Our Curriculum</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#resources">Resources</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- KidsDoCoding Section -->
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<h1>KidsDoCoding!</h1>
<p>Anybody can code!</p>
<ul class="actions">
<li><a href="https://forms.gle/7L3zvbzcCvpv7rXUA" target="_blank" rel="noopener noreferrer" class="button scrolly">Join KidsDoCoding!</a></li>
</ul>
</div>
</section>
<!-- Who we are Section -->
<section id="about" class="wrapper style2 spotlights">
<section>
<div class="content">
<div class="inner">
<h2>Meet the Team</h2>
<p>Our team is comprised of four high school students, all from Silicon Valley and exceptionally skilled in the computer science field.</p>
<br>
<h3>Anish</h3>
<p>Anish is currently a junior at Monta Vista High School. Anish is knowledgable in Java, Python, C++ and HTML and hopes to expand this list in the future. His experiences include attending and volunteering at multiple Hackathons, volunteering to teach younger students Computer Science, training and deploying AI models, competing in USACO competitions, and serving as an officer at his school Computer Science Club. During his free time, he enjoys messing around with API's and listening to podcasts.</p>
</div>
</div>
</section>
<section>
<div class="content">
<div class="inner">
<h3>Arnav</h3>
<p>Arnav is a current junior who attends Monta Vista High School. He has a strong passion for coding, always wanting to learn more and hoping that he can spread his knowledge to others. Arnav has several years of experience in java, python, and in R. He likes to compete in hackathons, usaco competitions, and many other coding contests. Outside of programming, Arnav has many interests. In his free time, Arnav likes to read books, play tennis, go hiking, and just enjoys spending time with nature in general.</p>
</div>
</div>
</section>
<section>
<div class="content">
<div class="inner">
<h3>Devansh</h3>
<p>Devansh is currently a junior at Monta Vista High School. Devansh codes in Java and Python. During his free time, he enjoys studying biology. Despite his main field being biology, he learned the importance of having programming knowledge at his disposal, and believes that it is a fundamental skill for success in the modern world. He enjoys listening to, playing, and composing music on his viola and piano.</p>
</div>
</div>
</section>
<section>
<div class="content">
<div class="inner">
<h3>Saketh</h3>
<p>Saketh is currently a junior at Monta Vista High School. During his free time, he enjoys applying machine learning to music and participating in debate and martial arts. Saketh codes in C++, Python, Java, HTML, JavaScript and CSS. He has competed at multiple hackathons, taught younger students in Computer Science and Math, and website development.</p>
</div>
</div>
</section>
</section>
<!-- What we do Section -->
<section id="mission" class="wrapper style3 fade-up">
<div class="inner">
<h2>What we do</h2>
<p>Kids Do Coding! is aimed towards teaching K-8th grade, beginning students the fundamental programming concepts that are necessary in today's computer-heavy world. We plan to explore the various implementations of these concepts through the Python and Java languages and we hope to build the foundation for a lifelong passion in computer science.</p>
</div>
</section>
<!-- Courses Section -->
<section id="courses" class="wrapper style3 fade-up">
<div class="inner">
<h2>Our Courses</h2>
<p>We offer courses in both Python and Java, enabling students to choose which path they want to take. Regardless of the course taken, students can expect to receive invaluable learnings and a solid foundation in computer science.</p>
<div class="features">
<section>
<h3>Intro to Java</h3>
<p>In this course, we explore the fundamental principles of Computer Science and how they are implemented in the Java language.</p>
</section>
<section>
<h3>Intro to Python</h3>
<p>In this course, we explore the fundamental principles of Computer Science and how they are implemented in the Python language.</p>
</section
</div>
</div>
</section>
<!-- Curriculum Section -->
<section id="curriculum" class="wrapper style3 fade-up">
<div class="inner">
<h2>Our Curriculum</h2>
<p>Our curriculum is a comprehensive, organized roadmap to master the intricacies of computer science. Our curriculum approaches Computer Science from a holistic level, and we cover concepts that are universal to all programming languages, which combine to make for a robust learning experience.</p>
<div class="features">
<section>
<h3>Console I/O</h3>
<p>Python's built in functions like print() and input() can be used to create an interactive program.</p>
</section>
<section>
<h3>Variables</h3>
<p>Strings, Integers, Floats and Booleans can be used to organize code and unlock the true potential of programming. Operations with Numbers, Booleans and Strings can help us design truly powerful algorithms.</p>
</section>
<section>
<h3>Conditionals</h3>
<p>Comparative statements like If, Else If and Else allow us to create modular code that responds differently under different circumstances.</p>
</section>
<section>
<h3>Iterables</h3>
<p>Datatypes like Lists, Tuples and Dictionaries can be used to construct large datasets and easily navigate through it all.</p>
</section>
<section>
<h3>Loops and Control Flow</h3>
<p>From repeating code to traversing iterables, Loops allow us to do it all and are core to some of the most commonly used algorithms.</p>
</section>
<section>
<h3>Functions/Methods</h3>
<p>Structuring code and optimizing execution time and memory use, Functions mark the transition into more advanced programming concepts.</p>
</section>
</div>
</div>
</section>
<!-- Schedule Section -->
<section id="schedule" class="wrapper style2 spotlights">
<section>
<div class="content">
<div class="inner">
<h2>Meeting Times</h2>
<p><a href="https://meet.google.com/cyi-xdjz-wio" target="_blank" rel="noopener noreferrer">Python sessions every Saturday from 11 a.m. to 12 p.m. PST</a></p>
<p><a href="https://meet.google.com/trk-crtv-avc" target="_blank" rel="noopener noreferrer">Java sessions every Sunday from 11 a.m. to 12 p.m. PST</a></p>
</div>
</div>
</section>
<section>
<div class="content">
<div class="inner">
<h2>Upcoming Events</h2>
<p><a href="https://meet.google.com/pqb-htfz-mka" target="_blank" rel="noopener noreferrer">KidsDoCoding! Informational Session on Saturday, July 31 and Sunday, August 1 from 11 a.m. to 12 p.m. PST</a></p>
</div>
</div>
</section>
</section>
<!-- Schedule Section -->
<section id="resources" class="wrapper style2 spotlights">
<section>
<div class="content">
<div class="inner">
<h2>Resources<h2>
<h3>Google Classroom</h2>
<p><a href="https://classroom.google.com/c/MzU5NTI0NjY4OTMz?cjc=smw5lba" target="_blank" rel="noopener noreferrer">Google Classroom - Intro to Python</a><br><a href="https://classroom.google.com/c/MzU5NTI0NjY5MDk4?cjc=ukrd2qe" target="_blank" rel="noopener noreferrer">Google Classroom - Intro to Java</a></p>
<br>
<h3>Slideshows</h3>
<p><a href="https://drive.google.com/drive/folders/1JRbRpUIEvufdqRf1DC3BX-pQV8OcrDSU?usp=sharing" target="_blank" rel="noopener noreferrer">Slideshows - Intro to Python</a><br><a href="https://drive.google.com/drive/folders/1neUOqLOZdN1X1DfgCuiDe1Y03TrI0M0u?usp=sharing" target="_blank" rel="noopener noreferrer">Slideshows - Intro to Java</a></p>
<br>
<h3>Additional Tools</h3>
<p><a href="https://replit.com" target="_blank" rel="noopener noreferrer">Replit</a></p>
</div>
</div>
</section>
</section>
<!-- FAQ Section -->
<section id="faq" class="wrapper style3 fade-up">
<div class="inner">
<h2>FAQ</h2>
<h3>Should I attend the meetings alongside my child?</h3>
<p>Parents are welcome to join in on our meetings! However, we will provide the necessary support to ensure that no student is left behind.</p>
<h3>Am I required to attend every single meeting?</h3>
<p>No, we cover one topic at a time, so you can treat our classes as standalone workshops. However, we highly reccomend that you do attend each lesson because it is important to learn the concepts sequentially, and you may not understand everything that goes on in one lecture if you don't know the content covered previously.</p>
</div>
</section>
<!-- Join us Section -->
<section id="contact" class="wrapper style3 fade-up">
<div class="inner">
<h3>Contact us at <a href="mailto:kidsdocoding101@gmail.com" target="_blank" rel="noopener noreferrer">kidsdocoding101@gmail.com</h3>
<br>
<ul class="actions">
<li><a href="https://forms.gle/7L3zvbzcCvpv7rXUA" target="_blank" rel="noopener noreferrer" class="button scrolly">Join KidsDoCoding!</a></li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>