This repository has been archived by the owner on Nov 10, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
index.html
129 lines (96 loc) · 3.69 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>MDN Content Kit Template</title>
<link href="css/main.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1>MDN Content Kit Template (Your-Topic-Name-Here)</h1>
<p>One sentence description of thing and its purpose.</p>
<p>
Technology level: is this technology well established or is it still experimental?
</p>
<p>
For any issues, submit issues against LinkToGithubRepoHere.
</p>
<h3>Versioning information</h3>
<p>Current as of Project 0.2.4, include the date of this kit's last significant update (not every commit will necessarily be significant.) Optionally, include some indication of what version of technology this kit supports if necessary, for example Python 2.7.x, or Node 0.9.x, if the above general description isn't detailed enough.</p>
<p>This content kit is published under the Mozilla Public License, version 2.0. (A fairly permissive license, compatible with MDN, which allows good reuse.) You can substitute it for another suitable license if you wish.</p>
<h2>What should the presenter have?</h2>
<ul>
<li>What hardware and software will the presenter need?</li>
<li>For example
<ul>
<li>Modern browsers, text editor?</li>
<li>Python or Node installed?</li>
<li>Instructions for projecting your device's screen (USB webcam, document camera, etc.)</li>
<li>Correct USB cable for the device</li>
<li>Remote debugging enabled for phone demos</li>
</ul>
</li>
<li>What knowledge and background will the presenter most likely need?</li>
</ul>
<h2>What should the audience have?</h2>
<ul>
<li>What hardware and software will the audience need?</li>
<li>What knowledge and background is the audience recommended to have? For beginner level kits, please include even basics like understanding how to write a simple web page or understanding how to use an editor.</li>
</ul>
<h2>Learning objectives</h2>
<p>After you present or teach this content kit, your audience will know how to:</p>
<ul>
<li></li>
<li></li>
</ul>
<h2>Link to materials</h2>
<p>Project resources overview</p>
<ul>
<li>Source code: link</li>
<li>Live demo: link</li>
<li>Issue tracker/feedback: link</li>
<li>Builds: link</li>
</ul>
<p>Supporting docs/references</p>
<ul>
<li>Docs: link</li>
<li>Wiki: link</li>
<li>tutorial: link</li>
</ul>
<h2>Presentation setup</h2>
<ul>
<li>Link to slides</li>
<li>Links to videos of the presentation materials being used (optional)</li>
</ul>
<p>Include notes here on presenting or using the materials</p>
<h2>Demo setup</h2>
<ul>
<li>Link to demos</li>
<li>Demo script:
<ul>
<li>A walkthrough of how to run the demo</li>
<li>Main points to make</li>
</ul>
</li>
<li>Troubleshooting:
<ul>
<li>Things that might be broken</li>
<li>Things that might be broken</li>
</ul>
</li>
<li>Links to videos of the demos being used</li>
<li>Instructions for how to give the demo offline</li>
</ul>
<h2>Active learning</h2>
<p>If possible, include some kind of active learning mechanism in your content kit slides, to break up the presentation a bit. This may include links to demos that the audience can play with, live coding sections, demos that include participation from the audience, etc.</p>
<h2>Frequently asked questions (FAQs)</h2>
<p>
List any questions that the presenter might get here, especially any "difficult" questions. Or link to a file of FAQs.
</p>
<dl>
<dt>Question 1</dt>
<dd>Question 1 answer</dd>
<dt>Question 2</dt>
<dd>Question 2 answer</dd>
<dt>etc.</dt>
<dd>etc.</dd>
</dl>