This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
executable file
·282 lines (246 loc) · 7.83 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
<!DOCTYPE html>
<!--
Copyright 2012 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Based on HTML5Slides from http://code.google.com/p/html5slides/
Special thanks to: Eric Bidelman, Luke MahŽ, Marcin Wichary,
Dominic Mazzoni, Charles Chen
Authors: Chris Wilson ([email protected])
Pete LePage ([email protected])
-->
<html manifest="TODO">
<head>
<title data-config-title></title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:regular,semibold,italic,italicsemibold|Droid+Sans+Mono&v2">
</head>
<body style="display: none">
<section class='slides layout-regular'>
<article class="title-slide">
<div>
<div data-config-logo></div>
<p data-config-name></p>
<p data-config-subtitle></p>
<h1 data-config-title></h1>
<p class="info">
<time datetime="YYYY-MM-DD" data-config-date>MM DD, 2011</time> - <span data-config-location></span>
</p>
<img data-config-map title="Of course we're using Geolocation!" alt="Of course we're using Geolocation!">
</div>
</article>
<article id="who">
<h3>Who?</h3>
<p>
<img class="avatar" data-config-pic>
</p>
<p>
<a rel="author" data-config-gplus target="_blank">
<img src="http://www.google.com/images/icons/ui/gprofile_button-44.png" width="44" height="44">
</a> +<a rel="author" data-config-gplus target="_blank"><span data-config-name></span></a>
</p>
<br>
<p>
<a rel="author" data-config-twitter target="_blank" style="margin-left:-8px;">
<img src="images/twitter_newbird_blue.png" width="58" height="58">
</a> @ <a rel="author" data-config-twitter target="_blank" style="margin-left:-8px;"><span data-config-twitter></span></a>
</p>
<p>
<a rel="author" data-config-blog target="_blank"><span data-config-blog></span></a>
</p>
</article>
<article class="agenda">
<h3>Agenda</h3>
<ul class="build fade">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
</article>
<article>
<h3>Presenter View</h3>
<p>
To open presenter view, press the P key. To close it, close the
window that was opened.
</p>
<button onclick='postMsg()'>Post</button>
<script type="text/javascript">
function postMsg() {
sendPresenterMessage('hello there');
}
</script>
</article>
<article>
<h3>This slide has notes</h3>
<p>You can press N to get notes to show up</p>
<aside class="note">
<section>
<ul>
<li>Prefixed in Chrome: <code>webkitvisibilitychange</code>, <code>document.webkitHidden</code>,
<code>document.webkitVisibilityState</code></li>
<li><a href="http://msdn.microsoft.com/en-us/ie/hh272906.aspx" target="_blank">IE10 implementation</a></li>
<li><a href="http://code.google.com/chrome/whitepapers/prerender.html" target="_blank">Prerendering documentation</a></li>
</ul>
</section>
</aside>
<p>
This is a slide with just text. This is a slide with just text.
This is a slide with just text. This is a slide with just text.
This is a slide with just text. This is a slide with just text.
</p>
<p>
There is more text just underneath.
</p>
</article>
<article>
<h3>
Slide with bullet points that builds
</h3>
<ul class="build fade">
<li>
This is an example of a list
</li>
<li>
The list items fade in
</li>
<li>
And dim as they move to the next
</li>
<li>
Last one!
</li>
</ul>
<div class="build">
<p>Any element with child nodes can build.</p>
<p>It doesn't have to be a list.</p>
</div>
<div class="build">
<p>You can also hover over the a faded item to make it re-darken</p>
</div>
</article>
<article>
<h3>More about builds</h3>
<div class="build">
<ul>
<li>But this is.</li>
<li>And it will build in,</li>
<li>as a whole block because</li>
<li>the <ul> containing the <li>'s</li>
<li>don't have a class="build"</li>
</ul>
<div><p>This <div> has a class="build" though</p></div>
</div>
<div>
<p>
This isn't in a build block, so it just appears
</p>
</div>
</article>
<article class="segue">
<h2>
Segue slide
</h2>
</article>
<article>
<h3>A slide with some code</h3>
<pre><a href="src/star.mp3" draggable="true" class="dragout"
data-downloadurl="<b>MIMETYPE:FILENAME:ABSOLUTE_URI_TO_FILE</b>">
download
</a></pre>
<pre>var files = document.querySelectorAll('.dragout');
for (var i = 0, file; file = files[i]; ++i) {
<b>file.addEventListener</b>('dragstart', function(e) {
e.dataTransfer.setData('DownloadURL', this.dataset.downloadurl);
}, false);
}</pre>
<div>
<p>You can even <b><b></b> the code you want to highlight!</p>
</div>
</article>
<article>
<h3>
Slide with an image
</h3>
<p>
<img style='height: 500px' src='images/example-graph.png'>
</p>
<div class='source'>
Source: Sergey Brin
</div>
</article>
<article>
<h3>
Slide with an image (centered)
</h3>
<p>
<img class='centered' style='height: 500px' src='images/example-cat.jpg'>
</p>
</article>
<article class="fill">
<img src='images/html5_starburst.png'>
</article>
<article class="hide">
<h3>
Slide with an image (centered) (and hidden)
</h3>
<p>
<img class='centered' style='height: 500px' src='images/example-graph.png'>
</p>
<div class='source'>
Source: Larry Page
</div>
</article>
<article class="fill">
<h3 class="transparent">Builds & Full Screen Images</h3>
<img src="images/html5_starburst.png">
<div class="build">
<div class="overlaybox">
<p>
Or, you can have an overlay appear over
a central image, and add text, <li>'s
or whatever other elements you want.
</p>
<div class="build">
<p>You can even have those elements <em>build!</em></p>
</div>
</div>
</div>
</article>
<article class="nobackground fill">
<h2 class="shadow-banner">iFramed Link</h2>
<iframe src='http://html5rocks.com'></iframe>
</article>
<article class="closing-slide">
<div>
<div data-config-logo></div>
<p id="end-thanks">Thanks!</p>
<h3 id="end-questions">Questions?</h3>
<p>
<a rel="author" data-config-gplus target="_blank">+<span data-config-name></span></a>
<a rel="author" data-config-twitter target="_blank">@<span data-config-twitter></span></a>
</p>
<p class="info">
Slides: <a data-config-slides target="_blank"><span data-config-slides></span></a><br>
Feedback: <a data-config-feedback target="_blank"><span data-config-feedback></span></a><br>
</p>
</div>
</article>
<article class="biglogo">
</article>
</section>
<script src="js/config.js"></script>
<script src='js/slides.js'></script>
<!--[if IE]>
<script src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>
<script>CFInstall.check({mode: 'overlay'});</script>
<![endif]-->
</body>
</html>