This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
570 lines (496 loc) · 21.5 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
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Drupal 8 Media Status</title>
<meta name="description" content="An always-up-to-date presentation on the status of the Drupal 8 Media work">
<meta name="author" content="Drupal Media Team">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/night.css" id="theme">
<!-- Code syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.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>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<!--<img src="img/EVENT-LOGO.png" style="border: none; height: 300px" />--><img src="img/drupal-media.png" style="border: none; height: 300px" />
<h2>Drupal 8 Media Status</h2>
<!--<p>
<a href="https://www.drupal.org/u/YOUR-NAME">YOUR NAME</a> / <a href="http://twitter.com/YOUR_NAME">@YOUR_NAME</a>
</p>-->
<p>
<a href="http://drupal-media.github.io/d8-status-update">drupal-media.github.io/d8-status-update</a>
</p>
</section>
<!--
<section>
About you
</section>
-->
<section>
<h1>Ok FIRST we have<br/>to talk about<br/>Drupal 7</h1>
</section>
<section>
<h2>What is in Drupal 7?</h2>
<h3>File fields</h3>
<p><img src="img/d7-file-field.png" /><br/><img src="img/d7-file-field2.png" /></p>
</section>
<section>
<h2>What is in Drupal 7?</h2>
<h3>Image fields</h3>
<p><img src="img/d7-image-field.png" /><br/><img src="img/d7-image-field2.png" /></p>
</section>
<section>
<h2>Drupal 7 limitations</h2>
<p>File interactions limited to fields</p>
<p>Unused files deleted after 6 hours</p>
<p>Cannot reuse files</p>
<p>Cannot add fields to files</p>
</section>
<section>
<section>
<h2>File Entity</h2>
<p><a href="https://www.drupal.org/project/file_entity">drupal.org/project/file_entity</a></p>
<p>File listing page</p>
<img src="img/d7-file-entity-files.png" class="stretch" />
</section>
<section>
<h2>File Entity</h2>
<p>Adding files (and archives of files)</p>
<img src="img/d7-file-entity-add.png" class="stretch" />
</section>
<section>
<h2>File Entity</h2>
<p>Managing files independently</p>
<img src="img/d7-file-entity-edit.png" class="stretch" />
</section>
<section>
<h2>File Entity</h2>
<p>File types</p>
<img src="img/d7-file-entity-types.png" class="stretch" />
</section>
<section>
<h2>File Entity</h2>
<p>Managing fields on files</p>
<img src="img/d7-file-entity-fields.png" class="stretch" />
</section>
<section>
<h2>File Entity</h2>
<p>Managing file display</p>
<img src="img/d7-file-entity-display.png" class="stretch" />
</section>
<section>
<h2>File Entity</h2>
<p>Simple HTML5 field formatters for audio and video files</p>
<p>Download link formatter</p>
<p>
</section>
</section>
<section>
<h2>File Lock</h2>
<p><a href="https://www.drupal.org/project/file_lock">drupal.org/project/file_lock</a></p>
<p>This module allows you to "lock" files so they cannot be deleted.</p>
</section>
<section>
<section>
<h2>Media</h2>
<p><a href="https://www.drupal.org/project/media">drupal.org/project/media</a></p>
<p>Media Browser widget for file and image fields</p>
<img src="img/d7-media-widget.png" />
</section>
<section>
<h2>Media</h2>
<p>Media Browser Upload</p>
<img src="img/d7-media-browser-upload.png" class="stretch" />
</section>
<section>
<h2>Media</h2>
<p>Media Browser Views integration</p>
<img src="img/d7-media-browser-library.png" class="stretch" />
</section>
<section>
<h2>Media</h2>
<p>Media Browser Web</p>
<img src="img/d7-media-browser-web.png" class="stretch" />
</section>
</section>
<section>
<h2>Media oEmbed</h2>
<p><a href="https://www.drupal.org/project/media_oembed">drupal.org/project/media_oembed</a></p>
<p>For remote resources (YouTube, Vimeo, etc)</p>
</section>
<section>
<h2>Media CKEditor</h2>
<p><a href="https://www.drupal.org/project/media_ckeditor">drupal.org/project/media_ckeditor</a></p>
<h2>Entity Embed</h2>
<p><a href="https://www.drupal.org/project/entity_embed">drupal.org/project/entity_embed</a></p>
</section>
<section>
<h2>Scald</h2>
<p><a href="https://www.drupal.org/project/scald">drupal.org/project/scald</a></p>
<img src="img/d7-scald.png" />
</section>
<section data-background="img/d8.png">
<h1>Ok NOW we<br/>can talk about<br/>Drupal 8!</h1>
<p>Whew</p>
</section>
<section>
<h2>What is in Drupal 8?</h2>
<h3>CKEditor + Basic image upload</h3>
<video controls width="75%">
<source src="screencasts/core_embed.webm" type="video/webm">
Your web browser doesn't support playing this WebM screencast.
</video>
</section>
<section>
<h2>What is in Drupal 8?</h2>
<h3>Basic file listing page</h3>
<img src="img/d8-file-listing.png" class="stretch" />
</section>
<section>
<h2>What is in Drupal 8?</h2>
<h3>Basic file usage page</h3>
<img src="img/d8-file-usage.png" class="stretch" />
</section>
<section>
<h2>What is in Drupal 8?</h2>
<h3>Configurable file cleanup</h3>
<img src="img/d8-file-cleanup-options.png" class="stretch" />
</section>
<section>
<h2>Drupal 8 limitations</h2>
<p>File interactions still limited to fields</p>
<p><del>Unused files deleted after 6 hours</del></p>
<p>Only basic WYSIWYG embedding support for images</p>
<p>Cannot reuse files</p>
<p>Cannot add fields to files</p>
</section>
<section>
<img src="img/smokeit.jpg" class="stretch" />
<h3>Only that?!</h3>
</section>
<section>
<h2>NYC Camp 2014</h2>
<h3>The plan is hatched</h3>
<img src="img/nyc.jpg" width="50%" />
<img src="img/nyc-2014-2.jpg" width="50%" />
</section>
<section>
<h1>The Media Plan:</h1>
<h3>Embedding / WYSWIYG</h3>
<h3>Browsing and selection</h3>
<h3>Storage</h3>
</section>
<section>
<h1>Goals:</h1>
<h3>Independent, reusable, and pluggable</h3>
<h3>Collaborative architecture</h3>
<h3>Collaborative resources</h3>
<h3>Momentum</h3>
<h3>Communication</h3>
</section>
<section>
<section>
<h2>Entity Embed</h2>
<p>Status: Usable - <em>Estimate: 5-7 developer/weeks</em></p>
<p><a href="https://www.drupal.org/project/entity_embed">drupal.org/project/entity_embed</a></p>
<p>Completed:<ul><li>Backported to Drupal 7</li><li>Improved UX of display configuration</li></ul></p>
<p>Remaining:
<ul>
<li>Integrate selection with Entity Browser</li>
<li>Usability polish</li>
<li>Abstract to extend Embed API</li>
</ul>
</p>
</section>
<section>
<video controls>
<source src="screencasts/entity_embed.webm" type="video/webm">
Your web browser doesn't support playing this WebM screencast.
</video>
</section>
</section>
<section>
<h2>Embed API</h2>
<h4>Status: In Progress - <em>Estimate: 5-7 developer/weeks</em></h4>
<p><a href="https://www.drupal.org/project/embed">drupal.org/project/embed</a></p>
<p>Abstraction of reusable embedding concepts from Entity Embed.</p>
</section>
<section>
<h2>URL Embed</h2>
<h4>Status: In Progress / GSOC 2015 - <em>Estimate: 3-5 developer/weeks</em></h4>
<p><a href="https://www.drupal.org/project/url_embed">drupal.org/project/url_embed</a></p>
<p>Allows embedding of URLs using the WYSIWYG or link fields.</p>
<pre><code><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" data-embed-display="html"></a></code></pre>
<p>Using the Embed library from <a href="https://github.com/oscarotero/Embed">github.com/oscarotero/Embed</a><br/>supports much more than just oEmbed</p>
<p>Transform pasted embeddable URLs and embed codes in WYSIWYG to normalized HTML tag.</p>
</section>
<section>
<h2>Shortcode Embed</h2>
<h4>Status: In Planning - <em>Estimate: ? developer/weeks</em></h4>
<p>Custom "macros" to convert <a href="http://codex.wordpress.org/Shortcode_API">shortcodes</a> to rendered HTML.</p>
<pre><code><drupal-shortcode data-shortcode="callout">My callout text</drupal-shortcode></code></pre>
</section>
<section>
<section>
<h2>Entity Browser</h2>
<h4>Status: In Progress / Usable-ish - <em>Estimate: 2-3 developer/months</em></h4>
<p><a href="https://www.drupal.org/project/entity_browser">drupal.org/project/entity_browser</a></p>
<p>Completed:<ul><li>Architecture and API</li><li>Integration with Inline Entity Form</li><li>Views integration for selection (almost)</li></ul></p>
<p>Remaining:<ul><li>UI for browser config entities</li><li>Pager support in Views integration</li><li>Constraints integration</li><li>Multi-step selection</li><li>Current selection</li><li>...</li></ul>
</section>
<section>
<video controls>
<source src="screencasts/entity_browser_with_dropzone.webm" type="video/webm">
Your web browser doesn't support playing this WebM screencast.
</video>
</section>
</section>
<section>
<section>
<h2>Inline entity form (IEF)</h2>
</section>
<section>
<h3>What?! But... </h3>
<img src="img/ryan.jpg">
</section>
<section>
<h3>... isn't that Drupal Commerce stuff?! </h3>
<img src="img/charming_guys.jpg">
</section>
<section>
<h1>Collaboration!</h1>
<h1>Reusable components!</h1>
</section>
<section>
<h2>Inline entity form (IEF)</h2>
<h4>Status: Usable - <em>Estimate: 3-5 developer/weeks</em></h4>
<p><a href="https://www.drupal.org/project/inline_entity_form">drupal.org/project/inline_entity_form</a></p>
<p>Completed:<ul><li>IEF form element</li><li>Field widget (simple & complex)</li><li>Entity browser integration</li></ul></p>
<p>Remaining:<ul><li>Code cleanup</li><li>Tests</li></ul>
</section>
<section>
<video controls>
<source src="screencasts/inline_entiy_form.webm" type="video/webm">
Your web browser doesn't support playing this WebM screencast.
</video>
</section>
</section>
<section>
<h2>File Entity</h2>
<h4>Status: In Planning / Usable-ish - <em>Estimate: ? developer/weeks</em></h4>
<p><a href="https://www.drupal.org/project/file_entity">drupal.org/project/file_entity</a></p>
<p>Extends core's file entity type with fieldability and add/edit/delete forms.</p>
<p>Need to regroup on module scope.</p>
<p>Unofficial port: <a href="https://github.com/md-systems/file_entity">github.com/md-systems/file_entity</a></p>
</section>
<section>
<section>
<h2>Media Entity</h2>
<h4>Status: Usable - <em>Estimate: 1-2 developer/months</em></h4>
<p><a href="https://www.drupal.org/project/media_entity">drupal.org/project/media_entity</a></p>
<p>Completed:</p>
<ul>
<li>Basic editorial UI</li>
<li>Metadata handling API</li>
<li>Lots of provider integrations already written: YouTube, Grab networks, AOL, Twitter, Instagram, local files</li>
<li>Media library</li>
</ul>
<p>Remaining:</p>
<ul>
<li>Integrate media library with Entity browser</li>
<li>More powerful configuration UI</li>
<li>More providers, leverage url_embed</li>
<li>Rendering</li>
</ul>
</section>
<section>
<video controls>
<source src="screencasts/media_entity.webm" type="video/webm">
Your web browser doesn't support playing this WebM screencast.
</video>
</section>
</section>
<section>
<h2>Crop API</h2>
<h4>Status: In Progress - <em>Estimate: 3-4 developer/weeks</em></h4>
<p><a href="https://www.drupal.org/project/crop">https://www.drupal.org/project/crop</a></p>
<p>Provides basic API for image cropping. This module won't do much by itself. Users should pick one of UI modules that utilize this API.</p>
<p>Completed:<ul><li>Basic API and cropping entity definitions</li><li>Integrations with file and media entities</li></ul></p>
<p>Remaining:<ul><li>UI (left for integrating modules?)</li></ul></p>
</section>
<section>
<section>
<h2>Dropzone JS integration</h2>
<h4>Status: Usable/In progres - <em>Estimate: 2-3 developer/weeks</em></h4>
<p><a href="https://www.drupal.org/project/dropzonejs">https://www.drupal.org/project/dropzonejs</a></p>
<p>Nice multi uploader tool.</p>
<p>Completed:</p><ul><li>Form element</li><li>Entity browser integration</li></ul>
<p>Remaining:</p><ul><li>Image/File field integration</li><li>Code cleanup</li><li>Tests</li></ul>
</section>
<section>
<h2>Dropzone JS integration</h2>
<video controls>
<source src="screencasts/dropzonejs.webm" type="video/webm">
Your web browser doesn't support playing this WebM screencast.
</video>
</section>
</section>
<section>
<section>
<h2>Fallback Formatter</h2>
<h4>Status: Usable - <em>Estimate: 1-2 developer/weeks</em></h4>
<p><a href="https://www.drupal.org/project/fallback_formatter">drupal.org/project/fallback_formatter</a></p>
<p>Provides a field formatter that can attempt multiple formatters and the first one that returns output for each value wins.</p>
</section>
<section>
<img src="img/fallback-formatter.png" class="stretch" />
</section>
</section>
<section>
<h2>Recycled Formatters</h2>
<h4>Status: In Planning - <em>Estimate: ? developer/weeks</em></h4>
<p><a href="https://github.com/drupal-media/recycled_formatters">github.com/drupal-media/recycled_formatters</a><br>
<a href="https://www.drupal.org/project/file_image_formatters">drupal.org/project/file_image_formatters</a></p>
<p>Allow formatters to be shared between image, file, and entity_reference fields.</p>
</section>
<section>
<h2>File Download</h2>
<h4>Status: In Planning - <em>Estimate: ? developer/weeks</em></h4>
<p>URL for direct downloads of file entities, logging downloads, etc.</p>
</section>
<section>
<h2>Media</h2>
<h4>Status: In Planning - <em>Estimate: ? developer/weeks</em></h4>
<p><a href="https://www.drupal.org/project/media">drupal.org/project/media</a></p>
<p>Becomes a "glue" module that brings all the components together.
<p>Based on File Entity + Entity Browser config + Entity Embed button</p>
</section>
<section>
<h2>Media Pinkeye*</h2>
<h4>Status: Usable - <em>Estimate: 2-3 developer/weeks</em></h4>
<p><a href="https://www.drupal.org/project/media_pinkeye">drupal.org/project/media_pinkeye</a></p>
<p>First module bringing everything together to work out of the box</p>
<p>Based on Media Entity + Entity Browser config</p>
<p>We want to create provide more glue modules like this</p>
<small>* not a disease</small>
</section>
<section>
<h1>Where are we?</h1>
<p style="margin: 10px 0;"><img src="img/ok.png" style="margin: 0; border: 0; background: transparent;" /> Clean modular architecture</p>
<p style="margin: 10px 0;"><img src="img/ok.png" style="margin: 0; border: 0; background: transparent;" /> Built momentum to some extent</p>
<p style="margin: 10px 0;"><img src="img/ok.png" style="margin: 0; border: 0; background: transparent;" /> Collaboration</p>
<p style="margin: 10px 0;"><img src="img/not.png" style="margin: 0; border: 0; background: transparent;" /> Communication</p>
<p style="margin: 10px 0;"><img src="img/not.png" style="margin: 0; border: 0; background: transparent;" /> Momentum</p>
<p style="margin: 10px 0;"><img src="img/not.png" style="margin: 0; border: 0; background: transparent;" /> Funding</p>
</section>
<section>
<h1>We need help!</h1>
<h2>SUM(Estimations):<br/>20-24* developer/month</h2>
<p>* don't hold me on that :)</p>
</section>
<section>
<h1>Contribute!</h1>
<img src="img/contributors/94409.png" alt="Aaron Winborn (aaron)" title="Aaron Winborn (aaron)" style="height: 100px" />
<img src="img/contributors/picture-49817.png" alt="Jonathan (jonhattan)" title="Jonathan (jonhattan)" style="height: 100px" />
<img src="img/contributors/picture-53892.jpg" alt="Dave Reid" title="Dave Reid" style="height: 100px" />
<img src="img/contributors/picture-77320.jpg" alt="Marc Ingram (marcingy)" title="Marc Ingram (marcingy)" style="height: 100px" />
<img src="img/contributors/picture-139855.png" alt="Katherine Senzee (ksenzee)" title="Katherine Senzee (ksenzee)" style="height: 100px" />
<img src="img/contributors/picture-210762.jpg" alt="Hai-Nam Nguyen (jcisio)" title="Hai-Nam Nguyen (jcisio)" style="height: 100px" />
<img src="img/contributors/picture-214652.jpg" alt="Sascha Grossenbacher (Berdir)" title="Sascha Grossenbacher (Berdir)" style="height: 100px" />
<img src="img/contributors/picture-252788.jpg" alt="Brant Wynn (brantwynn)" title="Brant Wynn (brantwynn)" style="height: 100px" />
<img src="img/contributors/picture-254778.jpg" alt="Florian Weber (webflo)" title="Florian Weber (webflo)" style="height: 100px" />
<img src="img/contributors/picture-282629.jpg" alt="Primoz Hmeljak (Primsi)" title="Primoz Hmeljak (Primsi)" style="height: 100px" />
<img src="img/contributors/picture-290182.png" alt="Devin Carlson" title="Devin Carlson" style="height: 100px" />
<img src="img/contributors/picture-586386.jpg" alt="Brandon Neil (bneil)" title="Brandon Neil (bneil)" style="height: 100px" />
<img src="img/contributors/picture-744628.jpg" alt="Janez Urevc (slashrsm)" title="Janez Urevc (slashrsm)" style="height: 100px" />
<img src="img/contributors/picture-840556.png" alt="Kevin Moll (kmoll)" title="Kevin Moll (kmoll)" style="height: 100px" />
<img src="img/contributors/picture-1011436.jpg" alt="Paris Liakos (ParisLiakos)" title="Paris Liakos (ParisLiakos)" style="height: 100px" />
<img src="img/contributors/picture-2582268.jpg" alt="Samuel Mortenson (samuel.mortenson)" title="Samuel Mortenson (samuel.mortenson)" style="height: 100px" />
<img src="img/contributors/picture-2828287.jpg" alt="Chandan Singh (cs_shadow)" title="Chandan Singh (cs_shadow)" style="height: 100px" />
<img src="img/contributors/picture-3174839.jpg" alt="Prateek Mehta (prateekMehta)" title="Prateek Mehta (prateekMehta)" style="height: 100px" />
<img src="img/contributors/354804.png" alt="Fabian Franz (Fabianx)" title="Fabian Franz (Fabianx)" style="height: 100px" />
<img src="img/contributors/picture-858604.jpg" alt="Alexandre Mallet (woprrr)" title="Alexandre Mallet (woprrr)" style="height: 100px" />
<img src="img/contributors/you.gif" alt="Your Face Here" title="Your Face Here" style="height: 100px" />
</section>
<section>
<h2>Resources</h2>
<ul>
<li><strong><a href="http://www.drupalmedia.org/">drupalmedia.org</a></strong></li>
<li>Weekly scrum meetings on #drupal-media IRC</li>
<li><a href="https://github.com/drupal-media">github.com/drupal-media</a></li>
<li><a href="http://groups.drupal.org/media">groups.drupal.org/media</a></li>
<li>@davereid - <a href="https://www.drupal.org/u/dave-reid">drupal.org/u/dave-reid</a></li>
<li>@slashrsm - <a href="https://www.drupal.org/u/slashrsm">drupal.org/u/slashrsm</a></li>
</ul>
</section>
<section>
<h2>Drupal 8 Media Guide</h2>
<h4><a href="http://drupal-media.gitbooks.io/drupal8-guide">drupal-media.gitbooks.io/drupal8-guide</a></h4>
<p><img src="img/media-guide.png" class="stretch" /></p>
</section>
<section>
<h2>Upcoming events/sprints</h2>
<h4><a href="http://www.drupalmedia.org/events">drupalmedia.org/events</a></h4>
<h3>September 19-27: DrupalCon Barcelona</h3>
<h3>October 22-25: BADCamp, University of California, Berkeley</h3>
</section>
<section>
<h2>Aaron Winborn</h2>
<h4>June 10, 1967 - March 24, 2015</h4>
<img src="img/2011-media-sprinters.jpg" style="height: 320px;" />
<img src="img/aaron-family.jpg" style="height: 320px;" />
<h4><a href="https://www.drupal.org/node/2444367">Community Spotlight: drupal.org/node/2444367</a></h4>
<h4><a href="https://www.drupal.org/aaron-winborn-award">drupal.org/aaron-winborn-award</a></h4>
</section>
<section>
<img src="img/drupal-media.png" style="border: none; height: 250px" />
<h2>Thank you! Questions?</h2>
<!--<p>
<a href="https://www.drupal.org/u/YOUR-NAME">YOUR NAME</a> / <a href="http://twitter.com/YOUR_NAME">@YOUR_NAME</a>
</p>-->
<p>
<a href="http://drupal-media.github.io/d8-status-update">drupal-media.github.io/d8-status-update</a>
</p>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
transition: 'slide', // none/fade/slide/convex/concave/zoom
// Optional reveal.js plugins
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true }
]
});
</script>
</body>
</html>