-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
226 lines (186 loc) · 7.43 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
<!DOCTYPE html>
<meta charset="utf-8">
<title>TEALS GitHub</title>
<style type="text/css">
body {
padding: 0;
margin: 0 0 50% 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 100%;
line-height: 140%;
}
div.top-banner {
margin: 0 auto;
padding: 0px 0;
background: rgb(0, 133, 117);
height: 200px;
font-family: 'Segoe Semibold', Tahoma, Geneva, Verdana, sans-serif;
color: white;
}
div.logo {
margin: 0px auto 0 auto;
width: 44em;
}
.gh-logo {
fill: rgb(0, 133, 117);
}
div.content {
margin: 0 auto 25% auto;
max-width: 44em;
}
div.github-logo {
display: inline;
padding-top: 8px;
margin-top: 0em;
}
h1,
h2,
h3 {
color: rgb(0, 133, 117);
;
font-family: 'Segoe Semibold', Tahoma, Geneva, Verdana, sans-serif;
font-weight: lighter;
}
h1 {
font-size: 300%;
margin: 1.2em 0 .9em 0;
}
h2 {
font-size: 200%;
margin: 1em 0 0 0;
margin-bottom: .5em;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
ul {
margin-top: 1em;
list-style-type: none;
}
li {
text-indent: -2ex;
margin-bottom: 0.5em;
}
p {
margin-top: 0.5em;
font-weight: 100;
color: rgb(80, 80, 80);
}
dt {
text-decoration: underline;
}
dl {
margin-left: 4ex;
}
dd {
margin-bottom: 0.5em;
}
.nowrap {
white-space: nowrap;
}
</style>
<!-- =========================================================================================== -->
<div class="top-banner">
<div class="logo">
<img width="200px" style="margin: auto auto auto -25px" src="image/Microsoft-logo_rgb_c-wht.png" /><br />
<span style="font-size: medium;">TEALS Program</span> <br /><br />
<span style="color: #30e5d0; font-size: large;">Building equitable, inclusive computer science programs in high
schools.</span>
</div>
</div>
<div class="content">
<h1>TEALS on GitHub
<div class="github-logo">
<svg aria-hidden="true" class="octicon octicon-mark-github" version="1.1" role="img" width="48" height="48"
viewBox="0 0 40 40">
<g transform="scale(2.5)">
<path class="gh-logo"
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59 0.4 0.07 0.55-0.17 0.55-0.38 0-0.19-0.01-0.82-0.01-1.49-2.01 0.37-2.53-0.49-2.69-0.94-0.09-0.23-0.48-0.94-0.82-1.13-0.28-0.15-0.68-0.52-0.01-0.53 0.63-0.01 1.08 0.58 1.23 0.82 0.72 1.21 1.87 0.87 2.33 0.66 0.07-0.52 0.28-0.87 0.51-1.07-1.78-0.2-3.64-0.89-3.64-3.95 0-0.87 0.31-1.59 0.82-2.15-0.08-0.2-0.36-1.02 0.08-2.12 0 0 0.67-0.21 2.2 0.82 0.64-0.18 1.32-0.27 2-0.27 0.68 0 1.36 0.09 2 0.27 1.53-1.04 2.2-0.82 2.2-0.82 0.44 1.1 0.16 1.92 0.08 2.12 0.51 0.56 0.82 1.27 0.82 2.15 0 3.07-1.87 3.75-3.65 3.95 0.29 0.25 0.54 0.73 0.54 1.48 0 1.07-0.01 1.93-0.01 2.2 0 0.21 0.15 0.46 0.55 0.38C13.71 14.53 16 11.53 16 8 16 3.58 12.42 0 8 0z">
</path>
</g>
</svg>
</div>
</h1>
<p>We host several repositories of TEALS-related projects and curriculum for both the Intro to computer science course
and the <a href="https://apstudent.collegeboard.org/apcourse/ap-computer-science-a">AP Computer Science A </a>
course.
The TEALSK12 Github organization can be found at <a
href="https://github.com/TEALSK12">https://github.com/TEALSK12</a>.
<h2>GitHub resources</h2>
<dl>
<dt><a href="https://github.com/tealsk12/tealsk12.github.io/wiki/">TEALS culture days</a></dt>
<dd>
<p>Culture day lessons available for teaching teams.</p>
</dd>
<dt><a href="https://tealsk12.github.io/introduction-to-computer-science/">Intro to computer science curriculum</a>
</dt>
<dd>
<p>The official TEALS curriculum for the Introduction to Computer Science course.</p>
</dd>
<dt><a href="https://tealsk12.github.io/2nd-semester-introduction-to-computer-science/">Intro to computer science -
second semester curriculum</a></dt>
<dd>
<p>The official TEALS curriculum for the second semester of the Introduction to Computer Science course.</p>
</dd>
<dt><a href="https://tealsk12.github.io/apcsa-public/">AP CS A curriculum</a></dt>
<dd>
<p>The official TEALS curriculum for the Advanced Placement Computer Science A course.</p>
</dd>
<dt><a href="https://tealsk12.github.io/forums.html">TEALS discussion</a></dt>
<dd>
<p>TEALS discussion forums relating to the TEALS curriculum.</p>
</dd>
<dt><a href="https://github.com/tealsk12/tealsk12.github.io/issues/">TEALS issue tracking</a></dt>
<dd>
<p>Our high-level database of issues, questions, feature requests and bugs for TEALS on GitHub. If it's specific
to a
particular area (like introduction to computer science, or the TEALS Minecraft project), then submit issues to
those specific repos, but if you're unsure where it belongs, or just want to submit an issue quickly, use this
primary issue database.</p>
</dd>
<h2>Public repositories</h2>
<p>Our public repositories are meant for students and instructors alike. Feel free to browse, clone, fork and issue
pull requests. If you have ideas, please feel free to contribute. Here are our top public repositories:
<dl>
<dt><a href="https://github.com/tealsk12/introduction-to-computer-science">Introduction to computer science</a>
<dd>
<p>Materials for the introduction to computer science course.</p>
<dt><a href="https://github.com/tealsk12/2nd-semester-introduction-to-computer-science">2nd semester introduction
to
computer science.</a>
<dd>
<p>A 2nd semester follow-up to the TEALS intro CS course.</p>
<dt><a href="https://github.com/tealsk12/apcsa-public">AP computer science A</a>
<dd>
<p>Public materials for the TEALS AP computer science A public resources.</p>
</dl>
<h2>Private repositories</h2>
<p>Our private repositories are meant for either instructor resources, or as a way for instructors to develop new
courses, projects and curriculum. If you're not currently a contributor, our private repositories will be hidden,
but
if you're an instructor or post high-school developer, see the contribute section below for information on how to
gain
access and possibly even contribute.
<h2>Additional & associate repositories</h2>
<p>There are other repos associated with the TEALS program that are under separate GitHub organizations or users:
<dl>
<dt><a href="https://github.com/khwilson/TEALSwiki/wiki">TEALS remote wiki</a>
<dd>
<p>A collection of notes for remote classrooms and their schools and volunteers.</p>
<dt><a href="https://github.com/Mikeware/SpaceBattleArena">Space Battle Arena</a>
<dd>
<p>A <a href="http://en.wikipedia.org/wiki/Programming_game">programming game</a> where you must write Java code
to
autonomously control a space ship to accomplish specified objectives.</p>
<dt><a href="https://github.com/tealsk12/teals-minecraft">TEALS Minecraft</a>
<dd>
<p>Minecraft-modding project for AP computer science.</p>
</dl>
<h2>Contribute</h2>
<p>If you'd like to contribute to an existing repo or have your project hosted on the TEALSK12 GitHub organization
site, we'd be thrilled! Send your request, along with your GitHub username, to <a
href="mailto:[email protected]">Kenney Chan</a>.
</div>