-
Notifications
You must be signed in to change notification settings - Fork 3
/
Hacktoberfest.html
716 lines (650 loc) · 22.6 KB
/
Hacktoberfest.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
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
<!doctype html>
<html prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Pyladies-OSS-contribution</title>
<!-- Reveal themes -->
<link rel="stylesheet" href="reveal.js/css/reveal.css">
<link rel="stylesheet" href="reveal.js/css/theme/black.css">
<!-- Full theme; allows for the selection of multple themes -->
<link rel="stylesheet" href="css/dark_theme.css">
<link rel="stylesheet" href="css/presentation_dark.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="css/colorbrewer_syntax.css">
<!-- Favicon -->
<link rel="icon" href="./assets/logos/pyladies-nwuk-circle-darkpink-favicon-01.png" />
<!-- Font awesome -->
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet" media="all">
<!-- Tania custom icons -->
<link rel="stylesheet" type="text/css" href="assets/icons_collection/font/flaticon.css">
<!-- Font generated by <a href="http://www.flaticon.com">flaticon.com</a>. <p>Under <a href="http://creativecommons.org/licenses/by/3.0/">CC</a>: <a data-file="003-nature-1" href="http://www.freepik.com">Freepik</a></p> -->
<!-- Script for printing -->
<script src="reveal.js/js/reveal-print.js"></script>
</head>
<!-- Need to specify the theme here -->
<!-- First theme- is for colour, theme-xxx-font is for the font -->
<body class="theme-candy theme-nox-font">
<!-- Specify the main theme to be used here -->
<!-- this controls the background and logos -->
<div class="reveal pattern--star">
<!-- Slides start here -->
<div class="slides">
<!-- Intro slide -->
<section class='color--trans'>
<section class="title" id="title">
<div class="grid-wrapper">
<div class="header">
<div class="logo logo--pyladies">
<span class="visually-hidden">Pyladies</span></div>
</div>
<div class="content">
<h1>
Intro to open source and how to contribute to it
</h1>
<div class="description">
Hacktoberfest 2018
<br>
<!-- <a href="https://doi.org/cn9t">https://doi.org/cn9t</a> -->
</div>
</div>
<div class="credit">
<hr>
<div class="label">Presented By</div>
<div class="name">PyLadiesNWUK, Her+Data, PyData Mcr</div>
</div>
<a class="presentation-url" href="https://pyladies-nwuk.github.io/talks/Contributing-OSS">
https://pyladies-nwuk.github.io/talks/Hacktoberfest<a>
</div>
</section>
</section>
<!-- Main slides content starts here -->
<!-- This is a single slide -->
<!-- Intro to the session section -->
<section>
<section class=" color--violet">
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<h1>What is Hacktoberfest?</h1>
<div class="description">
</div>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<ul class='icon'>
<li> A one month celebration of open source on GitHub </li>
<li> All about meaningful contribution to the open source ecosystem </li>
<li> Make 5 pull request to a public repository (or 5 different ones) </li>
<li> Get free t-shirts and stickers </li>
</ul>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<h2>What is open source?</h2>
<q> Software whose source code is released under a license in which the copyright holder grants users the rights to study, change, and distribute the software to anyone and for any purpose.</q>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
Some examples: Linux, Python, Mozilla Firefox, R, GitLab... and many more
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
Let's watch a video <a href='https://youtu.be/Tyd0FO0tko8' target='_blank'>
https://youtu.be/Tyd0FO0tko8</a>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<h2>Let's not forget</h2>
<ul class='icon'>
<li>OSS is all about the people</li>
<li>It is community driven for the community</li>
<li>Maintainers mostly do this during their free time</li>
<li>Be respectful</li>
<li>Maintainers/core developers have the ultimate say in many things</li>
<li>Large projects adhere to a Code of Conduct</li>
</ul>
</div>
</div>
</section>
<!-- End of intro to session section -->
</section>
<section>
<section class=" color--violet">
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<h1>The anatomy of an OSS
contribution</h1>
<div class="description">
Step-by-step guide to getting started
</div>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<h2> They all roughly follow the same steps</h2>
<ol>
<li class="fragment">Make a GitHub account </li>
<li class="fragment">Choose a project and issue to work on</li>
<li class="fragment">Read the contributing guidelines</li>
<li class="fragment">Fork the repository (fancy word for <strong>copy</strong>)</li>
<li class="fragment">Clone the copy (a.k.a <strong>download</strong>)</li>
<li class="fragment">Make a branch</li>
<li class="fragment">Do the work and document it</li>
<li class="fragment">Test</li>
<li class="fragment">Submit the work</li>
<li class="fragment">Be patient (you might need to revisit some steps)</li>
<li class="fragment">Your work has been accepted 🎉</li>
</ol>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<figure class="display">
<img src="https://render.bitstrips.com/v2/cpanel/ed760486-dd00-4c42-a9f1-9c7cf61770e1-09a2f3ec-ee45-4b7f-b06b-d4462dac9ac8-v1.png?transparent=1&palette=1"
alt="what">
</figure>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<h1>Git/GitHub terms</h1>
<ul class='icon'>
<li>Repository: a project where all your files are online
or on your computer (e.g. <a href="https://github.com/pandas-dev/pandas" target="_blank">
https://github.com/pandas-dev/pandas</a>)
</li>
<li>Version control: tools that allow you to track the progress of your code/work
over time
</li>
</ul>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<h2>Imagine you are working on the following project</h2>
<figure class="display fragment">
<img src="./assets/pyconuk/unicorn.jpg" alt="what">
</figure>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<figure class="display">
<img src="./assets/pyconuk/version_control.png" alt="what">
</figure>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<h1>Git/GitHub terms</h1>
<ul class='icon'>
<li>Commit: saving a version of a file </li>
</ul>
<p>You get much more info like: who, when, why</p>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<figure class="display">
<img src="./assets/pyconuk/version_control1.png" alt="what">
</figure>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<h1>Git/GitHub terms</h1>
<ul class='icon'>
<li>Fork: create a copy of someone else's work</li>
<li>Clone: copy a repository to your local computer</li>
<li>Pull Request: request to add your changes to the original of a repository</li>
</ul>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<figure class="display">
<img src="./assets/pyconuk/repo-anatomy.png" alt="repo">
</figure>
Compare to <a href="https://github.com/pandas-dev/pandas" target="_blank">
https://github.com/pandas-dev/pandas</a>
</div>
</div>
</section>
</section>
<section class='color--light'>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<figure class="display">
<img src="./assets/pyconuk/github1.png" alt="repo">
</figure>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<figure class="display">
<img src="./assets/pyconuk/github2.png" alt="repo">
</figure>
</div>
</div>
</section>
</section>
<section>
<!-- Contributing to a library of your choice -->
<section class=" color--violet">
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<h1><i class="fab fa-github"></i> Real world example</h1>
<div class="description">
From the awesome Nikoleta
</div>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<h1>Choose a project</h1>
<figure class="display">
<img src="assets/pyconuk/choose_a_library.png" alt="global pyladies">
</figure>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<h1>Looking at the issues</h1>
<figure class="display">
<img src="assets/pyconuk/issues.png" alt="global pyladies">
</figure>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<figure class="display">
<img src="assets/pyconuk/guidelines.png" alt="global pyladies">
</figure>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<h1>Clone!</h1>
<figure class="display">
<img src="assets/pyconuk/clone.png" alt="global pyladies">
</figure>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<ol>
<li class="fragment">branch</li>
<li class="fragment">write code</li>
<li class="fragment">write test</li>
</ol>
<figure class="display">
<img src="assets/pyconuk/write_code.png" alt="global pyladies">
</figure>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<h1>Open PR!</h1>
<figure class="display">
<img src="assets/pyconuk/open_pr.png" alt="global pyladies">
</figure>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<figure class="display">
<img src="assets/pyconuk/pr.png" alt="global pyladies">
</figure>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<h1>Discussion</h1>
<figure class="display">
<img src="assets/pyconuk/discussion.png" alt="global pyladies">
</figure>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<figure class="display">
<img src="assets/pyconuk/merged.png" alt="global pyladies">
</figure>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<h1>SUCCESS!</h1>
<figure class="display">
<img src="assets/pyconuk/success.jpg" alt="global pyladies">
</figure>
</div>
</div>
</section>
</section>
<!-- hack time -->
<section>
<section class=" color--violet">
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<h1>Hack time!</h1>
<div class='description'>
The one where you get to use what you've learned
</div>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<h1>Finding issues to work on</h1>
<ul class="icon">
<li>Up for grabs: <a href="https://up-for-grabs.net/#/tags/python">
https://up-for-grabs.net/#/tags/python</a></li>
<li>Twitter: first-timers-only <a href="https://twitter.com/first_tmrs_only?lang=en">
https://twitter.com/first_tmrs_only?lang=en</a> </li>
<li>GitHub: project issues search for <code>help-wanted</code>,
<code>good first issue</code>
<a href="https://github.com/pandas-dev/pandas/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22">
https://github.com/pandas-dev/pandas/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22</a></li>
</ul>
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<h1>Still a bit confused?</h1>
<figure class="display">
<img src="https://render.bitstrips.com/v2/cpanel/d8e66e64-ec9c-495f-947e-9bfe52d2523f-09a2f3ec-ee45-4b7f-b06b-d4462dac9ac8-v1.png?transparent=1&palette=1"
alt="confused" alt="global pyladies">
</figure>
<img src="https://render.bitstrips.com/v2/cpanel/d8e66e64-ec9c-495f-947e-9bfe52d2523f-09a2f3ec-ee45-4b7f-b06b-d4462dac9ac8-v1.png?transparent=1&palette=1"
alt="confused">
</div>
</div>
</section>
<section>
<div class="grid-wrapper">
<div class="header">
<div class="logo"></div>
<div class="twitter"><a href="https://twitter.com/PyLadiesNWUK">
<i class="fab fa-twitter"></i> <span>PyLadiesNWUK</span></a></div>
</div>
<div class="content">
<h1>Other suggestions</h1>
<ul class='icon'>
<li>Documentations are the best place to make your first contribution (yes, they are valuable contributions and
people really appreciate them 😎)
</li>
<li>Think about those packages you already use</li>
<li>Come chat to us!</li>
</ul>
</div>
</div>
</section>
</section>
<!-- End slide -->
<section id="end" class="color--violet">
<div class="grid-wrapper">
<div class="content">
<a href="https://twitter.com/PyLadiesNWUK" style='color:#EEEDEF'>
<i class="fab fa-twitter-square"></i>
<span>PyLadiesNWUK</span></a>
</div>
</div>
</section>
<!-- End of slide deck -->
</div>
</div>
</div>
<!-- Reveal.js initialize settingss -->
<script src="reveal.js/lib/js/head.min.js"></script>
<script src="reveal.js/js/reveal.js"></script>
<script>
Reveal.initialize({
center: false,
width: "100%",
height: "100%",
margin: 0,
minScale: 1,
maxScale: 1,
history: true,
// Arrow keys progress through sub-slides
// keyboard: {
// 39: 'next', // right key
// 37: 'prev' // left key
// },
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: 'reveal.js/plugin/markdown/marked.js' },
{ src: 'reveal.js/plugin/markdown/markdown.js' },
{ src: 'reveal.js/plugin/notes/notes.js', async: true },
{ src: 'reveal.js/plugin/embed-tweet/embed-tweet.js' },
{
src: 'reveal.js/plugin/highlight/highlight.js',
async: true,
callback: function () { hljs.initHighlightingOnLoad(); }
}
]
});
</script>
</body>
</html>