-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfor-coaches.html
30 lines (26 loc) · 1.15 KB
/
for-coaches.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
<!DOCTYPE html>
<head>
<meta charset="utf8">
<title>Coaches stuff for JavaScript for absolute Beginners workshop</title>
</head>
<h2>Coaches orga stuff</h2>
<p>Everybody join or fill out, respectively.</p>
<ul>
<li><a href="https://groups.google.com/a/opentechschool.org/forum/?hl=en&fromgroups#!forum/coaches.js">Mailing list</a></li>
<li><a href="http://doodle.com/gwkksxyh32wkexez">Poll who’s gonna be available for coaching</a></li>
</ul>
<h2>Organization infos for students and coaches</h2>
<ul>
<li><a href="http://js.opentechschool.org/schedule-v2.html">Our own event info including links to hosted course material</a></li>
<li><a href="http://www.meetup.com/opentechschool-berlin/events/114138122/">meetup.com</a></li>
</ul>
<h2>Course material on Github</h2>
<p>Go ahead and write issues and do pull requests.</p>
<ul>
<li><a href="https://github.com/OpenTechSchool/js-beginners-4h-workshop-1">Day 1</a></li>
<li><a href="https://github.com/OpenTechSchool/js-beginners-day2">Day 2</a></li>
</ul>
<h2>Advice on teaching</h2>
<ul>
<li><a href="http://sjockers.github.com/ots-slides/presentations/coaching/">OpenTechSchool coaching guide</a></li>
</ul>