This repository was archived by the owner on Sep 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathlevel2_presentation_guidelines.html
More file actions
57 lines (44 loc) · 2.84 KB
/
Copy pathlevel2_presentation_guidelines.html
File metadata and controls
57 lines (44 loc) · 2.84 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
<!DOCTYPE html>
<html>
<title>Level 2 - Game Presentation</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://league-level0.github.io/style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<script src="https://league-level0.github.io/copyrightFooter.js"></script>
<body>
<h1>Game Presentation</h1>
<p class="normal">
On Demo Day, we invite parents, siblings and friends to come to the classroom to see your project. Family sometimes doesn’t understand exactly what we do at The League so it’s nice to show them. Demo Day starts with each student giving a presentation. Then we have a graduation ceremony. <br>
<br>
Then we eat pizza and everyone can play the games.
</p>
<p class="normal">
<u>You need to prepare:</u><br><br>
Presentation 10-15 mins<br><br>
Question time 5 mins<br><br>
<br><br>
</p>
<p class="normal">
<u>Presentation Details</u>:<br><br>
Must include:<br><br>
Why you made this application<br><br>
Who is it for? Who will use it?<br><br>
What you learned from your usability testing<br><br>
How you adapted your project in light of user feedback<br><br>
Details of the technical implementation<br><br>
<br><br>
The rest is up to you, but here are some ideas...<br><br>
The creative process for choosing the project<br><br>
Technical challenges along the way<br><br>
What you learned from the project<br><br>
How you worked as a team<br><br>
What you enjoyed<br><br>
How you could make it even better<br><br>
</p>
<br><br><br><br><br><br>
</p>
<div id="copyright">
<script>copyright();</script>
</div>
</body></html>