-
Notifications
You must be signed in to change notification settings - Fork 319
/
index.html
288 lines (273 loc) · 15.2 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" name="google-site-verification" content="y2qSQ8u5dyqCclUC_LogrgqihF-6ow-gDaktJTOovc4" />
<title>Girl Develop It SF - Teaching Materials</title>
<link href="common/css/bootstrap.min.css" rel="stylesheet" />
<link href="common/styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container">
<h1 class="page-header">
<a href="http://www.meetup.com/Girl-Develop-It-San-Francisco/#upcoming"><img src="common/img/circle-gdi-logo.png" class="gdilogo-small" alt="Girl Develop It SF logo" /></a>
<a href="http://www.meetup.com/Girl-Develop-It-San-Francisco/#upcoming">Girl Develop It San Francisco</a> - Teaching Materials
</h1>
<p>
<a href="http://www.meetup.com/Girl-Develop-It-San-Francisco/#upcoming">Girl Develop It SF</a> hosts a variety of CC-licensed programming & web development curriculum created for our workshops on the teaching-materials.org domain.
</p>
<p>Our curriculum is designed to be taught in person, but may be useful to self-learners as well.</p>
<p>Interested in teaching any of it?
<ul>
<li>Consult our <a href="https://docs.google.com/document/d/1wNqY-d90SQpVIKMmCcWnL2iibSfb-Ze2emgT0eaa6vA/">teaching guide</a>.
<li>Report <a href="https://github.com/gdisf/teaching-materials/issues">issues</a> and open <a href="https://github.com/gdisf/teaching-materials/pulls">pull requests</a> on the <a href="https://github.com/gdisf/teaching-materials">gdisf/teaching-materials Github repo</a>.
<li><a href="mailto:[email protected]&subject=teaching-materials">Let us know</a> about what you taught where.
</ul>
</p>
<p>Interested in contributing? <a href="https://github.com/gdisf/teaching-materials">Fork our curricula on Github!</a><p>
<h2>Current Curriculum</h2>
<table class="table">
<thead>
<tr><th>Topic <th>Prereqs <th>Duration <th>Other links
<tbody>
<tr><td><a href="/tech101/">TECH101: What is the Web?</a>
<td>None
<td>3hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/tech101/README.md">Meetup description</a>
<tr><td><a href="/html/">HTML101</a>
<td>None
<td>3hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/html/README.md">Meetup description</a>
| <a href="https://github.com/gdisf/teaching-materials/blob/master/html/follow_up.md">Follow Up Email</a>
<tr><td><a href="/css/">Intro to CSS</a>
<td>None
<td>3hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/css/README.md">Meetup description</a>
| <a href="https://github.com/gdisf/teaching-materials/blob/master/css/follow_up.md">Follow Up Email</a>
<tr><td><a href="/htmlcss-2day/">HTML & CSS (New, Project-Based)</a>
<td>None
<td>12hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/htmlcss-2day/README.md">
<tr><td><a href="/css3-fx">CSS3 Effects & Animation</a>
<td>HTML101
<td>2-3hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/css3-fx/README.md">Meetup description</a>
| <a href="https://github.com/gdisf/teaching-materials/blob/master/css3-fx/follow_up.md">Follow Up Email</a>
<tr>
<td><a href="/bootstrap-hosting-github/">Intro to Bootstrap</a>
<td>HTML101
<td>8hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/bootstrap-hosting-github/README.md">Meetup description</a>
| <a href="/bootstrap-hosting-github/bootstrap_lessonplan.html">Lesson plan</a>
| <a href="https://github.com/gdisf/teaching-materials/blob/master/bootstrap-hosting-github/follow_up.md">Follow Up Email</a>
<tr>
<tr>
<td><a href="/javascript/">JS101: Intro to JavaScript</a>
<td>None
<td>10-15hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/javascript/README.md">Meetup description</a>
| Lesson plan</a>
| <a href="https://github.com/gdisf/teaching-materials/blob/master/javascript/follow_up.md">Follow Up Email</a>
<tr>
<td><a href="/jsweb/">JS200: JS and the Web</a>
<td>JS101
<td>5hours
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/jsweb/README.md">Meetup description</a>
| <a href="https://github.com/gdisf/teaching-materials/blob/master/jsweb/follow_up.md">Follow Up Email</a>
<tr>
<td><a href="/ajax/">JS302: AJAX/JSON</a>
<td>JS201
<td>2-3hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/ajax/README.md">Meetup description</a>
| <a href="https://github.com/gdisf/teaching-materials/blob/master/ajax/follow_up.md">Follow Up Email</a>
<tr>
<td><a href="http://teaching-materials.org/apis/">JS303: Client-side APIs</a>
<td>JS203
<td>2-3hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/apis/README.md">Meetup description</a>
| <a href="https://github.com/gdisf/teaching-materials/blob/master/apis/follow_up.md">Follow Up Email</a>
<tr>
<td><a href="/jsoo/">JS304a: Object-Oriented JS</a>
<td>JS203
<td>2-3hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/jsoo/README.md">Meetup description</a>
| <a href="https://github.com/gdisf/teaching-materials/blob/master/jsoo/follow_up.md">Follow Up Email</a>
<tr>
<td><a href="/jasmine/">JS401: Intro to Unit Testing with Jasmine</a>
<td>JS401
<td>3hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/jasmine/README.md">Meetup description</a>
| <a href="https://github.com/gdisf/teaching-materials/blob/master/jasmine/follow_up.md">Follow Up Email</a>
<tr><td><a href="/accessibility/">Web Accessibility Workshop</a>
<td>None
<td>3hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/accessibility/README.md">Meetup description</a>
| <a href="https://github.com/gdisf/teaching-materials/blob/master/accessibility/follow_up.md">Follow Up Email</a>
<tr>
<td><a href="/algorithms/">ALG101: Intro to Algorithms</a>
<td>None
<td>2-3hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/algorithms/README.md">Meetup description</a>
| <a href="https://github.com/gdisf/teaching-materials/blob/master/algorithms/lessonplan.md">Lesson Plan</a>
| <a href="https://github.com/gdisf/teaching-materials/blob/master/algorithms/follow_up.md">Follow Up Email</a>
<tr>
<td><a href="/github-web">OSS101: Intro to GitHub - No terminal required!</a>
<td>None
<td>3hrs
<td>
<!-- <a href="https://github.com/gdisf/teaching-materials/blob/master/github-web/README.md">Meetup description</a> -->
<tr>
<td><a href="/cli">PROG101: Intro to the Command Line</a>
<td>None
<td>3hrs
<td><a href="https://github.com/gdisf/teaching-materials/blob/master/cli/README.md">Meetup description</a> <tr>
<tr>
<td><a href="/git-oss">OSS102: Command-Line Git for Open Source</a>
<td>PROG101
<td>3hrs
<td>
<!-- <a href="https://github.com/gdisf/teaching-materials/blob/master/github-web/README.md">Meetup description</a> -->
<tr>
<td><a href="/wordpress101/index.html">WordPress 101</a>
<td>None
<td>6hrs
<td>
</table>
<!---------------------------- DEPRECATED CONTENT ------------------------------->
<h2>Deprecated Curriculum</h2>
<table class="table">
<thead>
<tr><th>Topic <th>Prereqs <th>Duration <th>Other links
<tbody>
<tr><td><a href="/_DEPRECATED/htmlcss-1day/">HTML & CSS (Old, Exercise-Based)</a>
<td>None
<td>12hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/htmlcss-1day/README.md">Meetup description</a>
| <a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/htmlcss-1day/follow_up.md">Follow Up Email</a>
<tr>
<td><a href="/_DEPRECATED/htmlcss-selfpaced/">HTML & CSS (Online, Self-paced)</a>
<td>None
<td>10hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/htmlcss-selfpaced/README.md">Meetup description</a>
| <a href="/_DEPRECATED/htmlcss-selfpaced/lessonplan.html">Lesson plan</a>
| <a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/htmlcss-selfpaced/follow_up.md">Follow Up Email</a>ss
<tr><td><a href="/_DEPRECATED/css3-selectors">CSS3 Selectors</a>
<td>HTML101
<td>2-3hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/css3-selectors/README.md">Meetup description</a>
| <a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/css3-selectors/follow_up.md">Follow Up Email</a>
<tr><td><a href="/_DEPRECATED/csstools/">CSS Tools & Techniques</a>
<td>HTML101
<td>2-3hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/csstools/README.md">Meetup description</a>
| <a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/csstools/follow_up.md">Follow Up Email</a>
<tr>
<td><a href="/_DEPRECATED/javascript-selfpaced/">JS101: Intro to JavaScript (Online, Self-paced)</a>
<td>None
<td>10-15hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/javascript-selfpaced/README.md">Meetup description</a>
| <a href="/_DEPRECATED/javascript-selfpaced/lessonplan.html">Lesson plan</a>
| <a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/javascript-selfpaced/follow_up.md">Follow Up Email</a>
<tr>
<td><a href="/_DEPRECATED/jsreview/">JS102: JS Arrays, Objects, Functions</a>
<td>JS101
<td>6hours
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/jsreview/README.md">Meetup description</a>
| <a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/jsreview/follow_up.md">Follow Up Email</a>
<tr>
<td><a href="/_DEPRECATED/jsdom/">JS201: JS and the DOM (Review)</a>
<td>JS201
<td>2-3hours
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/jsdom/README.md">Meetup description</a>
<tr>
<td><a href="/_DEPRECATED/jquery/">JS301a: jQuery Intro</a>
<td>JS200
<td>2-3hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/jquery/README.md">Meetup description</a> | Lesson plan</a> | <a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/jquery/follow_up.md">Follow Up Email</a>
<tr>
<td><a href="/_DEPRECATED/jquery2/">JS301b: More jQuery</a>
<td>JS301a
<td>2-3hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/jquery2/README.md">Meetup description</a>
<tr>
<td><a href="/_DEPRECATED/jquery-selfpaced/">JS301: jQuery (Online, Self-paced)</a>
<td>JS200
<td>2-3hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/jquery-selfpaced/README.md">Meetup description</a>
<tr>
<td><a href="/_DEPRECATED/jsmvc/">JS304b: JS MVC</a>
<td>JS204
<td>2-3hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/jsmvc/README.md">Meetup description</a>
<tr>
<td><a href="/_DEPRECATED/backbone/">JS402: Backbone</a>
<td>JS205
<td>6hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/backbone/README.md">Meetup description</a>
<tr>
<td><a href="/_DEPRECATED/angular/">JS404: Angular</a>
<td>JS205
<td>6hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/angular/README.md">Meetup description</a>
<tr>
<td><a href="/_DEPRECATED/d3/">JS410: d3</a>
<td>JS200
<td>2-3hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/d3/README.md">Meetup description</a>
<tr>
<td><a href="/_DEPRECATED/multimedia/">HTML302: HTML5 Multimedia</a>
<td>HTML101, JS101
<td>2-3hrs
<td>
<tr>
<td><a href="/_DEPRECATED/storage/">HTML303: HTML5 Storage</a>
<td>HTML101, JS101
<td>2-3hrs
<td>
<tr>
<td><a href="/_DEPRECATED/graphics/">HTML301: HTML5 Graphics</a>
<td>HTML101, JS101
<td>2-3hrs
<td>
<tr>
<td><a href="/_DEPRECATED/data-modeling/">DB101: Intro to Data Modeling</a>
<td>None
<td>2-3hrs
<td> <a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/data-modeling/follow_up.md">Follow Up Email</a>
<tr>
<td><a href="/_DEPRECATED/hosting/hosting.html">WEB103: Hosting (inc Github Pages)</a>
<td>None
<td>30mins
<td>
<tr>
<td><a href="/_DEPRECATED/domains/slides.html">WEB102: Domains</a>
<td>None
<td>30mins
<td>
<tr>
<td><a href="/_DEPRECATED/git-old/">PROG102: Intro to Git</a>
<td>PROG101
<td>2-3hrs
<td><a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/git/README.md">Meetup description</a>
<td>
<tr>
<td><a href="/_DEPRECATED/github-desktop/github.html">PROG102-ALT: Version Control with Github Desktop</a>
<td>None
<td>30mins
<td>
<a href="https://github.com/gdisf/teaching-materials/blob/master/_DEPRECATED/github-desktop/follow_up.md">Follow Up Email</a>
</table>
</div>
<blockquote>
Tell me and I forget. Teach me and I remember. Involve me and I learn.
<small>Benjamin Franklin</small>
</blockquote>
<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-77771647-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>