forked from NSS-Cohort-9/capstone-demo
-
Notifications
You must be signed in to change notification settings - Fork 32
/
presentation-template.html
120 lines (95 loc) · 2.28 KB
/
presentation-template.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
<!DOCTYPE html>
<!--
Google HTML5 slide template
Authors: Luke Mahé (code)
Marcin Wichary (code and design)
Dominic Mazzoni (browser compatibility)
Charles Chen (ChromeVox support)
URL: http://code.google.com/p/html5slides/
-->
<html>
<head>
<title>Final Capstone Presentation</title>
<meta charset='utf-8'>
<script
src='http://html5slides.googlecode.com/svn/trunk/slides.js'></script>
</head>
<style>
/* Your individual styles here, or just use inline styles if that’s
what you want. */
</style>
<body style='display: none'>
<section class='slides layout-regular template-default'>
<!-- Your slides (<article>s) go here. Delete or comment out the
slides below. -->
<article class="nobackground">
<h1>
[Your Project Name]
<br>
[It can have a second line]
</h1>
<p>
[Your Name]
<br>
March 13th, 2014
</p>
</article>
<article class="nobackground">
<h3>
Project Goals:
</h3>
<ul>
<li>
You should pull this from your elevator pitch
</li>
<li>
Aim for a few bullet points
</li>
<li>
Lipsum.
</li>
</ul>
</article>
<article class="nobackground">
<h3>
Demo
</h3>
<p>
Time for a live demo!
</p>
</article>
<article class="nobackground">
<h3>
Lessons Learned:
</h3>
<ul>
<li>
You get the drill.
</li>
<li>
Aim for a few bullet points
</li>
<li>
Lipsum.
</li>
</ul>
</article>
<article class="nobackground">
<h3>
Thank you!
</h3>
<p>
Questions?
</p>
<ul>
<li>
<a href='http://www.google.com'>[email protected]</a>
</li>
<li>
<a href='http://www.google.com'>github.com/myprojecturl</a>
</li>
</ul>
</article>
</section>
</body>
</html>