-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
453 lines (449 loc) · 19.2 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
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>[LEMON TALK TEMPLATE]</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700,700i|Work+Sans:300,400,700">
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/blood.css">
<link rel="stylesheet" href="plugin/highlight/monokai.css">
<link rel="stylesheet" href="css/lemon.css">
<!-- Printing and PDF exports-->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!-- Favicons-->
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/site.webmanifest">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#e5e828">
<link rel="shortcut icon" href="/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#e5e828">
<meta name="msapplication-config" content="/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@AhoyLemon">
<meta name="twitter:title" content="[LEMON TALK TEMPLATE]">
<meta name="twitter:description" content="edit this description in _variables.pug">
<meta name="twitter:image" content="/img/og-image.png">
<meta name="twitter:url" content="">
<meta property="og:title">
<meta property="og:type" content="website">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:description" content="edit this description in _variables.pug">
<meta property="og:url" content="">
<meta property="og:image" content="/img/og-image.png">
</head>
<body>
<div class="reveal">
<div class="slides">
<!-- Video Screens-->
<section>
<!-- Turn Phrase Crew (Japan) vs Extreme Crew (Korea)-->
<section data-background-iframe="https://www.youtube.com/embed/m62SPPh9Nzc?start=217&fs=0&showinfo=0&rel=0&modestbranding=1&autohide=1&showinfo=0&disablekb=1" data-background-interactive>
<h3>This is the title for my talk.</h3>
<div class="a-talk-by" style="margin-top:42.5vh;"><b class="white shadowed">(a talk by @AhoyLemon)</b></div>
<aside class="notes">
<h2>Battle of the Year 2007</h2>
<p>Turn Phrase Crew (Japan)</p>
<p>vs</p>
<p>vs Extreme Crew (Korea)</p>
</aside>
</section>
</section>
<!-- Personal Intro-->
<section data-transition="convex" data-transition-speed="6000">
<section>
<h1>Hi!</h1>
<h2 class="fragment">My name is Lemon.</h2>
<p class="fragment">(I make websites.)</p>
<aside class="notes">
<h2>I've been making websites for about 20 years. I make websites for money and I make websites for fun. I love the platform and I think it's a really great opportunity to make fun stuff.</h2>
</aside>
</section>
<section data-background="img/bg/savas-cyan-1.png">
<h4 style="color:#221c35; text-shadow:none;">I work at</h4>
<div class="fragment" style="padding-bottom:7vh;"><img src="svg/savas-logo-black.svg" alt="Savas Labs" style="max-height:22vh;"></div>
</section>
<section data-background="img/bg/savas-cyan-2.png" data-background-transition="none">
<div style="color:#221c35; padding-bottom:9vh;">
<h2 style="text-shadow:none; color:#221c35;">Front End Lead</h2>
<div class="fragment">
<ul>
<li>Mentoring</li>
<li>Shepherding</li>
<li>Documenting</li>
</ul>
</div>
</div>
</section>
<section data-transition="fade" data-background="img/bg/savas-cyan-2.png">
<div class="over-photo"><code>I am a serious professional.</code></div>
</section>
<section data-transition="none" data-background-image="img/gif/shooty-frooty.gif" data-background-size="contain">
<div class="over-photo"><code>I am a serious professional.</code></div>
</section>
</section>
<!-- Just some slides you can try out.-->
<section id="BasicContentTypes">
<section>
<h1>Headline 1</h1>
<h2>Headline 2</h2>
<h3>Headline 3</h3>
<h4>Headline 4</h4>
</section>
<section>
<ul>
<li>Unordered List</li>
<li>With several bullet points</li>
<li>of different length</li>
<li>including this one, which is way too long because I didn't know when to stop typing</li>
</ul>
</section>
<section>
<ol>
<li>Ordered List</li>
<li>with more bullet points</li>
<li>but this one is shorter.</li>
</ol>
</section>
<section>
<blockquote>
<p>I don't have no trouble with you fucking me <br> but I have a little problem with you <em>not</em> fucking me.</p>
<cite>Ol' Dirty Bastard</cite>
</blockquote>
</section>
<section>
<figure><img src="https://picsum.photos/1920/1080?1">
<figcaption>
image caption
</figcaption>
</figure>
</section>
<section data-background="https://picsum.photos/1920/1080?2">
<div class="over-photo">
<h4>This slide has a background image.</h4>
<p>I gave this div some background for legibilty.</p>
</div>
</section>
<section>
<table>
<caption>Table with <code>.highlight</code> on a tr</caption>
<thead>
<tr>
<th>#</th>
<th>Country</th>
<th>⇣ Mb/s</th>
</tr>
</thead>
<tbody>
<tr>
<td>#1</td>
<td>Singapore</td>
<td>219.01</td>
</tr>
<tr>
<td>#2</td>
<td>Chile</td>
<td>211.43</td>
</tr>
<tr>
<td>#6</td>
<td>United States</td>
<td>167.36</td>
</tr>
<tr class="highlight">
<td>#26</td>
<td>Norway</td>
<td>100.89</td>
</tr>
<tr>
<td>#41</td>
<td>Belgium</td>
<td>83.63</td>
</tr>
<tr>
<td>#48</td>
<td>Germany</td>
<td>75.09</td>
</tr>
<tr>
<td>#104</td>
<td>Croatia</td>
<td>31.09</td>
</tr>
<tr>
<td>#181</td>
<td>Cuba</td>
<td>1.92</td>
</tr>
</tbody>
</table>
</section>
<section>
<table>
<caption>Table with <code>.small</code> in certain cells</caption>
<thead>
<tr>
<th>Phase</th>
<th>What are we doing?</th>
<th>Driver<sup></sup>*</th>
</tr>
</thead>
<tbody>
<tr>
<td>bizdev</td>
<td class="small">Assess client needs, company potential, how much money we talkin' about here anyway?</td>
<td>Sales</td>
</tr>
<tr>
<td>planning</td>
<td class="small">Figure out available resources, potential timeline(s), what deliverables we can provide and when</td>
<td>PM</td>
</tr>
<tr>
<td>wireframes</td>
<td class="small">Explore current site, reorganize components, plan the user journey, maybe say the word "personas" if you feel like being fancy</td>
<td>UX</td>
</tr>
<tr>
<td>visual design</td>
<td class="small">Translate strategy into beautiful visual components and document the exepectations of each.</td>
<td>Designer</td>
</tr>
</tbody>
<tfoot>
<tr>
<td class="small no-line" colspan="3" style="text-align:right;"><span><em></em> * as an example</span></td>
</tr>
</tfoot>
</table>
</section>
<section><code>Lorem Khaled Ipsum is a <span class="blink">major key to success</span>. Congratulations, you played yourself. Learning is cool, but knowing is better, and I know the key to success. The key is to <span class="strob">drink coconut</span>, fresh coconut, trust me. They never said winning was easy. Some people can’t handle success, I can. To succeed you must believe. When you believe, you will succeed. Surround yourself with <span class="strobe">angels</span>. To succeed you must believe. When you believe, you will succeed.</code></section>
<section>
<h4 class="r-fit-text">This slide has text that's fucking</h4>
<h1 class="r-fit-text">HUGE</h1>
</section>
<section>
<h3>This slide has notes.</h3>
<h3>Hit the <kbd>S</kbd> key</h3>
<aside class="notes">
<h2>You found my notes!</h2>
<p>That's great.</p>
<ul>
<li>put whatever</li>
<li>arbitrary</li>
<li>markup you want in here.</li>
</ul>
</aside>
</section>
</section>
<section id="Grids">
<section>
<h4>Let's do some grids...</h4>
<div class="grid" columns="4">
<div class="box"><img src="https://picsum.photos/400/400?1"></div>
<div class="box"><img src="https://picsum.photos/400/400?2"></div>
<div class="box"><img src="https://picsum.photos/400/400?3"></div>
<div class="box"><img src="https://picsum.photos/400/400?4"></div>
</div>
</section>
<section>
<h4>...with transitions</h4>
<div class="grid" columns="3">
<div class="box"><img src="https://picsum.photos/400/400?5"></div>
<div class="box fragment"><img src="https://picsum.photos/400/400?6"></div>
<div class="box fragment"><img src="https://picsum.photos/400/400?7"></div>
</div>
<div class="grid fragment" columns="2" style="margin-top:40px;">
<div class="box"><img src="https://picsum.photos/600/200?8"></div>
<div class="box"><img src="https://picsum.photos/600/200?9"></div>
</div>
</section>
<section>
<h4>I'll be honest, I have no idea why you would do this, but...</h4>
<div class="r-stack"><img class="fragment" src="https://picsum.photos/800/500?20"><img class="fragment" src="https://picsum.photos/700/500?21"><img class="fragment" src="https://picsum.photos/900/500?22"></div>
</section>
</section>
<section id="CodeBlocks">
<section>
<h4>HTML</h4>
<pre><code class="html" data-trim data-line-numbers><section class="my-thing">
<figure class="image-wrapper">
<picture>
<source srcset="https://picsum.photos/600/200?10" media="(min-width:769px)">
<source srcset="https://picsum.photos/600/200?11" media="(max-width:768px)">
<img src="https://picsum.photos/600/200?10" alt="Hello, this is an alt.">
</picture>
</figure>
</section></code></pre>
<h4>CSS</h4>
<pre><code class="css" data-trim data-line-numbers>section {
&.my-thing { font-family: $serif; }
.image-wrapper { width: 100%; }
}
</code></pre>
</section>
<section>
<h4>Javascript, but huge.</h4>
<pre class="huge"><code class="huge js" data-trim data-line-numbers>function foo(bar) {
bar += 1;
return bar;
}</code></pre>
<p class="fragment">There's stuff on animating code blocks <a href="#AutoAnimateCode">later on</a>.</p>
</section>
</section>
<section id="Backgrounds">
<section data-background-color="rebeccapurple">
<h2>Okay, so let's change the background color...</h2>
</section>
<section id="BackgroundGradients" data-background-gradient="linear-gradient(to bottom, #f953c6, #b91d73)">
<h2>and then try a background gradient...</h2>
</section>
<section data-background-gradient="linear-gradient(to bottom, #b91d73, #7303c0, #03001e)">
<h2>...which transitions to a different one...</h2>
</section>
<section data-background-image="https://picsum.photos/1920/1080?6">
<h2>...before switching to an image...</h2>
</section>
<section data-background-image="https://picsum.photos/768/1080?7" data-background-size="contain">
<h2>...or maybe another one.</h2>
</section>
<section data-background-video="video/blue-27239.mp4" data-background-video-loop>
<h2>...or maybe a video.</h2>
</section>
</section>
<section id="MediaTypes">
<section>
<h4>Video, autoplay, muted, controls</h4>
<video autoplay src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4" muted controls></video>
</section>
<section>
<h4>Now let's try that with YouTube</h4>
<iframe width="600" height="450" src="https://www.youtube.com/embed/dJrYZKjT8cQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</section>
<section data-background-iframe="https://www.youtube.com/embed/xQS6Y8Xr92c?start=0&fs=0&showinfo=0&rel=0&modestbranding=1&autohide=1&showinfo=0&disablekb=1" data-background-interactive>
<div class="source"><strong>This is a YouTube video </strong><a href="https://youtu.be/xQS6Y8Xr92c">Face Yoga Battle</a></div>
</section>
<section data-background-iframe="https://ahoylemon.xyz">
<div class="source"><strong>SOURCE:</strong><a href="https://ahoylemon.xyz" target="_blank"><span>ahoylemon.xyz</span></a>
</div>
</section>
</section>
<section id="AutoAnimate">
<section data-auto-animate>
<h2>Automatically</h2>
</section>
<section data-auto-animate>
<h2>Automatically</h2>
<h1>Animate</h1>
</section>
<section data-auto-animate>
<h2>Automatically</h2>
<h1>Animate</h1>
<p>(by adding <code>data-auto-animate</code> to <code>section</code>s)</p>
</section>
<section id="ThreeBoxes" data-auto-animate>
<div class="grid" columns="3">
<div class="box" data-id="RedBox" style="background:#d11; height:15vw;"></div>
<div class="box" data-id="GreenBox" style="background:#0c0; height:15vw;"></div>
<div class="box" data-id="BlueBox" style="background:#11d; height:15vw;"></div>
</div>
</section>
<section data-auto-animate>
<div class="grid" columns="3">
<div class="box" data-id="RedBox" style="background:#f22; height:15vw; border-radius:50%;"></div>
<div class="box" data-id="GreenBox" style="background:#2f2; height:15vw; border-radius:50%;"></div>
<div class="box" data-id="BlueBox" style="background:#44f; height:15vw; border-radius:50%;"></div>
</div><br><br>
<h4>If you're doing CSS things, these <code>data-id</code> attributes are necessary.</h4>
</section>
<section id="AutoAnimateCode" data-auto-animate>
<h4>Now let's do that with code...</h4>
<pre data-id="code"><code class="hljs" data-line-numbers data-trim>import React, { useState } from 'react';
function Example() {
const [count, setCount] = useState(0);
return (
...
);
}</code></pre>
</section>
<section data-auto-animate>
<h4>Like so...</h4>
<pre data-id="code"><code class="hljs" data-line-numbers data-trim>function Example() {
const [count, setCount] = useState(0);
return (
<div>
<p>You clicked {count} times</p>
<button onClick={() => setCount(count + 1)}>
Click me
</button>
</div>
);
}</code></pre>
</section>
<section>
<h4>Hey, do you want to see those gradients again?</h4><a href="#/BackgroundGradients">Because this link goes there.</a>
</section>
</section>
<section id="SlideTranstions">
<section>
<h4>and now finally, some slide transitions...</h4>
</section>
<section data-transition="zoom">
<h1>Like this zoom one.</h1>
</section>
<section data-transition="convex">
<h2>and this convex one.</h2>
</section>
<section data-transition="concave">
<h2>and this concave one.</h2>
</section>
<section data-transition="fade">
<h2>And this fade one</h2>
</section>
<section data-transition="fade-in zoom-out">
<h2>And this one that fades in, but zooms out</h2>
</section>
<section>
<h2>and then back to normal.</h2>
<p class="fragment">(Before going to the last frame...)</p>
</section>
</section>
<!-- Let's finish this.-->
<!-- THANK YOU-->
<section>
<section data-background="img/gif/simone_lemon_maker_faire.gif">
<h1 class="white" style="padding-top:40vh; text-shadow:0.05em 0.05em 0.05em black, -1px -1px 1px black">Thank you.</h1>
<aside class="notes">
<p>Wish I could be there.</p>
<p>Maybe next time?</p>
<p>Questions?</p>
</aside>
</section>
<section data-background="#e6e924">
<figure><img src="svg/lemon.svg" style="width:212px; height:212px;"></figure>
<p style="transform:translateY(25vh);"><a href="https://ahoylemon.xyz" target="_blank"> <strong>ahoylemon.xyz</strong></a></p>
<aside class="notes">
<h1>STICKERS</h1>
</aside>
</section>
</section>
</div>
<div class="javascripts">
<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script src="plugin/zoom/zoom.js"></script>
<script src="js/reveal-config.js"></script>
</div>
</div>
</body>