-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex_2.html
More file actions
107 lines (96 loc) · 5.01 KB
/
Copy pathindex_2.html
File metadata and controls
107 lines (96 loc) · 5.01 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
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<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">
<!-- Wrapper -->
<div id="wrapper" class="fade-in">
<!-- Intro -->
<div id="intro">
<h1>KidsDoCoding!</h1>
<p>Kids Do Coding! is aimed towards teaching 10 to 13 year old, beginning students the fundamental programming concepts that are necessary in today's computer-heavy world. We explore the various implementations of these concepts through the use of Python and we hope to build the foundation for a life long passion in computer science.</p>
<ul class="actions">
<li><a href="#header" class="button icon solid solo fa-arrow-down scrolly">Continue</a></li>
</ul>
</div>
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">KidsDoCoding!</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li class="active"><a href="index.html">Who We Are</a></li>
<li><a href="curriculum.html">What We Teach</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="schedule.html">Calendar</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Posts -->
<section class="team">
<article class="post featured">
<header class="major">
<h1>Meet the Team</h1>
<p>Our team is comprised of four high school students, all from Silicon Valley and exceptionally skilled in the computer science field.</p>
</header>
</article>
<article>
<header>
<h2>Anish</h2>
</header>
<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>
<br>
</article>
<article>
<header>
<h2>Arnav</h2>
</header>
<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>
<br>
</article>
<article>
<header>
<h2>Devansh</h2>
</header>
<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>
<br>
</article>
<article>
<header>
<h2>Saketh</h2>
</header>
<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>
<br>
</article>
</section>
</div>
<header id="header"><a href="https://forms.gle/7L3zvbzcCvpv7rXUA" target="_blank" rel="noopener noreferrer" class="logo">Join KidsDoCoding!</a><header>
</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>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->