-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
913 lines (739 loc) · 35.6 KB
/
index.html
File metadata and controls
913 lines (739 loc) · 35.6 KB
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
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JavaScript First</title>
<meta name="description" content="">
<meta name="author" content="">
<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">
<!-- REVEAL CSS-->
<link rel="stylesheet" href="libs/reveal.js/font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="libs/reveal.js/3.8.0/css/reveal.css">
<link rel="stylesheet" href="libs/reveal.js/3.8.0/css/theme/night.css" id="theme">
<link rel="stylesheet" href="libs/reveal.js/3.8.0/plugin/title-footer/title-footer-mod.css" />
<!-- MERMAID-->
<script src="libs/reveal.js/3.8.0/plugin/mermaid/mermaid.min.js"></script>
<style>
.mermaid {
font-size: 0.5em;
}
</style>
<style>
[class*=task-list-item] {
min-height: 22px;
margin-top: 6px!important;
margin-bottom: 6px!important;
padding-left: 0;
list-style: none;
}
[class*=task-list-item]>input:first-child {
position: absolute!important;
opacity: 0;
margin: 0;
}
[class*=task-list-item]>label {
padding-left: 29px!important;
min-height: 22px;
line-height: 22px;
display: inline-block;
position: relative;
vertical-align: top;
margin-bottom: 0;
font-weight: 400;
cursor: pointer;
}
.task-list-item>input:first-child:checked+input[type=hidden]+label::before, .task-list-item>input:first-child:checked+label::before {
background-color: #ecf0f1;
border-color: #ecf0f1;
}
[class*=task-list-item]>input:first-child+input[type=hidden]+label::before, [class*=task-list-item]>input:first-child+label::before {
content: "";
display: inline-block;
position: absolute;
width: 22px;
height: 22px;
border: 1px solid #D3CFC8;
border-radius: 0;
margin-left: -29px;
}
[class*=task-list-item]>input:first-child:checked+input[type=hidden]+label::after, [class*=task-list-item]>input:first-child:checked+label::after {
content: "";
display: inline-block;
position: absolute;
top: 0;
left: 0;
width: 7px;
height: 10px;
border: 2px solid #fff;
border-left: none;
border-top: none;
transform: translate(7.75px,4.5px) rotate(45deg);
-ms-transform: translate(7.75px,4.5px) rotate(45deg);
}
.task-list-item>input:first-child:checked+input[type=hidden]+label::after, .task-list-item>input:first-child:checked+label::after {
border-bottom-color: #95a5a6;
border-right-color: #95a5a6;
}
</style>
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="libs/highlight.js/9.12.0/monokai.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) ? 'libs/reveal.js/3.8.0/css/print/pdf.css' : 'libs/reveal.js/3.8.0/css/print/paper.css';
document.getElementsByTagName('head')[0].appendChild(link);
</script>
<style>
/* Solarized Light theme */
.line {
display: block;
}
.line.focus {
background: #fdf6e3;
color: #657b83;
}
/*
.line.focus .hljs-comment,
.line.focus .hljs-quote {
color: #93a1a1;
}
.line.focus .hljs-keyword,
.line.focus .hljs-selector-tag,
.line.focus .hljs-addition {
color: #859900;
}
.line.focus .hljs-number,
.line.focus .hljs-string,
.line.focus .hljs-meta .hljs-meta-string,
.line.focus .hljs-literal,
.line.focus .hljs-doctag,
.line.focus .hljs-regexp {
color: #2aa198;
}
.line.focus .hljs-title,
.line.focus .hljs-section,
.line.focus .hljs-name,
.line.focus .hljs-selector-id,
.line.focus .hljs-selector-class {
color: #268bd2;
}
.line.focus .hljs-attribute,
.line.focus .hljs-attr,
.line.focus .hljs-variable,
.line.focus .hljs-template-variable,
.line.focus .hljs-class .hljs-title,
.line.focus .hljs-type {
color: #b58900;
}
.line.focus .hljs-symbol,
.line.focus .hljs-bullet,
.line.focus .hljs-subst,
.line.focus .hljs-meta,
.line.focus .hljs-meta .hljs-keyword,
.line.focus .hljs-selector-attr,
.line.focus .hljs-selector-pseudo,
.line.focus .hljs-link {
color: #cb4b16;
}
.line.focus .hljs-built_in,
.line.focus .hljs-deletion {
color: #dc322f;
}
.line.focus .hljs-formula {
background: #eee8d5;
}
.line.focus .hljs-emphasis {
font-style: italic;
}
.line.focus .hljs-strong {
font-weight: bold;
}
.yellow-slide .line.focus:nth-child(2) {
background: yellow;
}
.reveal .slides section .code-presenting-annotation {
font-size: 70%;
}
*/
.reveal .slides section .fragment.current-only {
visibility: visible;
display: none;
}
.reveal .slides section .fragment.current-only.current-fragment {
display: block;
}
/*
.line {
display: block;
}
*/
.line.focus {
opacity: 1.0;
}
/* .hljs {
background: none;
} */
/* .reveal pre {
width: 98%;
margin: 0px;
box-shadow: none;
}
.reveal pre code {
font-size: 1.2em;
line-height: 1.2;
border-radius: 10px;
max-height: 60vh !important;
overflow: hidden !important;
} */
@media (device-width: 100vw) and (device-height: 100vh) {
.reveal pre code {
max-height: 50vh !important;
}
}
#logo img {
max-height: 3.5em;
max-width: none;
min-width: 50px;
}
.reveal .slides section .code-presenting-annotation {
color: white;
background: black;
padding: 0px 15px;
border-radius: 15px;
opacity: 0.75 !important;
font-size: 50% !important;
}
</style>
<script>
if (window.location.search.match(/print-pdf-now/gi)) {
window.print();
}
</script>
</head>
<body>
<div id="logo" style="position: fixed; top: 20px; left: 20px; z-index: 1">
<img src="https://hansmcmurdy.com/JavaScript-First/logo.svg" />
</div>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<section >
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176679651-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-176679651-1');
</script>
<link rel="stylesheet" href="theme.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<link rel="stylesheet" href="theme.css">
<p align="center">
<a href="https://github.com/users/HansUXdev/sponsorship">
<img src="https://hansmcmurdy.com/JavaScript-First/logo.svg" style="max-width:50%;" height="300px" alt="JavaScript Logo"/>
</a>
</p>
<h3 align="center"> JavaScript First</h3>
</section>
<section >
<h3><a id="user-content-what-this-book-covers" class="anchor" href="#what-this-book-covers" aria-hidden="true"></a>What this book covers:</h3>
<p align="center">In this book, you'll learn how to code with JavaScript using the node.js runtime environment rather than a browser and by the end, you will build a server and a website using JavaScript.
</p>
</section>
<section >
<h3><a id="user-content-academic-structure" class="anchor" href="#academic-structure" aria-hidden="true"></a>Academic Structure</h3>
<p>Every chapter and section is designed to meet some sort of state standard in the following categories:</p>
<ul>
<li><a href="https://www.azed.gov/cte/wpd/">Web Page Development</a></li>
<li><a href="https://www.azed.gov/cte/sd/">Software and App Design</a></li>
</ul>
</section>
<section >
<h4><a id="user-content-learning-structure" class="anchor" href="#learning-structure" aria-hidden="true"></a>Learning Structure</h4>
<p>Learning objectives use <a href="https://en.wikipedia.org/wiki/Bloom's_taxonomy">blooms taxonomy</a>.
<img src="./blooms.drawio.svg" alt=""></p>
</section>
<section >
<h3><a id="user-content-approach" class="anchor" href="#approach" aria-hidden="true"></a>Approach</h3>
<p>This book attempts to adopt a Career and Technical Education appoach.</p>
<p><img src="CTE.drawio.svg" alt="CTE"></p>
<p>Learn more about the <a href="CTE.html">specifics of the CTE</a>…</p>
</section>
<section >
<h2><a id="user-content-instruction" class="anchor" href="#instruction" aria-hidden="true"></a>Instruction</h2>
<p>This book takes a <strong>blended learning approach</strong> designed to be friendly to both students and teachers.</p>
<p>Instructions are provided both in written form and online through various means.</p>
<a href="https://medium.com/@hansOnConsult" class="MEDIUM">
<img src="https://img.shields.io/badge/medium-%2312100E.svg?&style=for-the-badge&logo=medium&logoColor=white" />
</a>
<a href="https://dev.to/hansuxdev" class="DEV TO">
<img src="https://img.shields.io/badge/DEV.TO-%230A0A0A.svg?&style=for-the-badge&logo=dev-dot-to&logoColor=white" />
</a>
<a href="https://www.youtube.com/channel/UCCGfELkPCJg1XHxQfFFz7pw/about" class="YOUTUBE">
<img src="https://img.shields.io/badge/youtube-%23FF0000.svg?&style=for-the-badge&logo=youtube&logoColor=white" />
</a>
<a href="https://www.twitch.tv/hansoncoding" class="Twitch"><img src="https://img.shields.io/twitch/status/hansoncoding?style=for-the-badge" /></a>
</section>
<section >
<h3><a id="user-content-online-interactions-about-gitpod" class="anchor" href="#online-interactions-about-gitpod" aria-hidden="true"></a>Online Interactions: About GitPod</h3>
<div class="fragment current-only" class="block">
<p><a href="http://gitpod.io/">GitPod</a> is used to provide readers and students with a <strong>zero-config developer environment</strong> where they can follow along even on a chromebook or tablet.</p>
</div>
<div class="fragment current-only" class="block">
<p>This is designed to provide an <strong>interactive experiance</strong> through <a href="https://www.codetogether.com/">codetogether</a>, <a href="https://gitduck.com/">gitduck</a> and other means of activities that facilitate remote learning.</p>
<p align="center">
<a href="https://gitpod.io/#https://github.com/HansUXdev/JavaScript-First"><img src="http://gitpod.io/button/open-in-gitpod.svg" alt="Gray shape shifter" height="50px"/></a>
</p>
<p></p>
</div>
</section>
<section >
<h3><a id="user-content-interaction-twitch" class="anchor" href="#interaction-twitch" aria-hidden="true"></a>Interaction: Twitch</h3>
<p>I also use <a href="https://www.twitch.tv/hansoncoding/about">Twitch</a> as a way to demo new content I’m working on before I do formal classes.</p>
<p><a href="https://www.twitch.tv/hansoncoding" class="Twitch"><img src="https://img.shields.io/twitch/status/hansoncoding?style=for-the-badge" /></a></p>
</section>
<section >
<h2><a id="user-content-work-based-learning" class="anchor" href="#work-based-learning" aria-hidden="true"></a>Work-based Learning</h2>
<p>Work-based Learning is provided a number of ways:</p>
<ol>
<li><a href="https://github.com/MaximAbramchuck/awesome-interview-questions">Awesome Interview Questions</a> in each chapter.</li>
<li>Small Business Sponsors</li>
<li>Industry Partners</li>
</ol>
<!-- <a href="https://patreon.com/hansOnDevelopment"><img src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.herokuapp.com%2Fendel%2Fpledgesssss&style=for-the-badge" /> </a> -->
</section>
</section>
<section >
<h3><a id="user-content-wecome-to-class" class="anchor" href="#wecome-to-class" aria-hidden="true"></a>Wecome to class…</h3>
<div class="flex-slide">
<div class="block">
<ol class="column">
<li class="fragment">Open up the Content:
<a href="http://hansmcmurdy.com/JavaScript-First/">hansmcmurdy.com/JavaScript-First/</a></li>
<li class="fragment">These Slide: <a href="http://hansmcmurdy.com/JavaScript-First/Twitch.html">hansmcmurdy.com/JavaScript-First/Twitch.html</a></li>
</ol>
</div>
<div class="block">
<ol class="double-column">
<li class="fragment">Signup for <a href="https://github.com/">Github</a></li>
<li class="fragment">Go to the <a href="https://github.com/HansUXdev/JavaScript-First">course repository</a> at <a href="http://github.com/HansUXdev/JavaScript-First">github.com/HansUXdev/JavaScript-First</a></li>
<li class="fragment">Fork it <img src="https://img.shields.io/github/forks/HansUXdev/JavaScript-First?style=social" alt="GitHub Forks"></li>
<li class="fragment">Open it on GitPod</li>
<li class="fragment">Follow along in text (readme files or <a href="https://medium.com/@HansOnConsult">medium</a>) or video (<a href="https://www.twitch.tv/hansoncoding">twitch</a> / <a href="https://www.youtube.com/channel/UCCGfELkPCJg1XHxQfFFz7pw/about">youtube</a>)</li>
</ol>
</div>
</div>
</section>
<section >
<h3><a id="user-content-chapters" class="anchor" href="#chapters" aria-hidden="true"></a>Chapters</h3>
<table>
<thead>
<tr>
<th>Term</th>
<th style="text-align:center">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Article</td>
<td style="text-align:center">Is a medium article used to provide basic understanding of terms and conceptes</td>
</tr>
<tr>
<td>Code Along</td>
<td style="text-align:center">Code Slides break down the code line by line, students are expected to type out the code and run it.</td>
</tr>
<tr>
<td>Activity</td>
<td style="text-align:center">Students create something</td>
</tr>
<tr>
<td>Exercise</td>
<td style="text-align:center">Students create something with step by step solutions</td>
</tr>
<tr>
<td>Project</td>
<td style="text-align:center">This is a work-based project and has no stepped solutions. Students are expected to apply what they learned during the exercises.</td>
</tr>
</tbody>
</table>
</section>
<section >
<h4><a id="user-content-chapter-1-reteaching-javascript--web-development" class="anchor" href="#chapter-1-reteaching-javascript--web-development" aria-hidden="true"></a>Chapter 1: Reteaching JavaScript & Web Development</h4>
<blockquote class="fragment current-only">
<p><strong>Objective:</strong> Students should know the syntax of JavaScript and how to use variables, hoisting, objects, functions, etc</p>
</blockquote>
<table>
<thead>
<tr>
<th>Lessons</th>
<th style="text-align:center">Type</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://medium.com/javascript-in-plain-english/a-brief-history-of-javascript-9289a4d344d2">History of JavaScript</a></td>
<td style="text-align:center">Article</td>
</tr>
<tr>
<td><a href="https://medium.com/swlh/terminal-basics-and-installing-nvm-node-js-631cf9476ac4">Learning Terminal, NVM, Git & Node.js</a></td>
<td style="text-align:center">Activity</td>
</tr>
<tr>
<td><a href="https://medium.com/javascript-in-plain-english/what-do-you-really-know-about-variables-data-types-and-immutability-in-javascript-1730835a9e87?source=friends_link&sk=f71e5c38da34456f55ed813b23d4ed78">JavaScript Datatypes</a></td>
<td style="text-align:center">Code Along</td>
</tr>
<tr>
<td><a href="01-Reteaching-JavaScript/04-TypesOfFunctions/export/index.html">Types of Functions</a></td>
<td style="text-align:center">Code Along</td>
</tr>
<tr>
<td>Logging Datatypes</td>
<td style="text-align:center">Exercise</td>
</tr>
<tr>
<td>War Game?</td>
<td style="text-align:center">Exercise</td>
</tr>
</tbody>
</table>
<p class="fragment current-only"><a href="/01-Reteaching-JavaScript/Overview.html">View the whole chapter</a></p>
</section>
<section >
<h4><a id="user-content-chapter-2-introduction-to-web-development-with-http" class="anchor" href="#chapter-2-introduction-to-web-development-with-http" aria-hidden="true"></a>Chapter 2: Introduction to Web Development with HTTP</h4>
<blockquote class="fragment current-only">
<p><strong>Objective:</strong> Students will build their first website and deploy it by the end of the chapter.</p>
</blockquote>
<table>
<thead>
<tr>
<th>Lessons</th>
<th style="text-align:center">Type</th>
</tr>
</thead>
<tbody>
<tr>
<td>Learn HTML by building an HTTP Server with Node.js</td>
<td style="text-align:center">Exercise</td>
</tr>
<tr>
<td>Build a dynamic Website with Vanilla.js with Functions & Template Strings</td>
<td style="text-align:center">Exercise</td>
</tr>
<tr>
<td>Deploying a Dynamic site with HTTPS & Open SSL</td>
<td style="text-align:center">Exercise</td>
</tr>
</tbody>
</table>
</section>
<section >
<h4><a id="user-content-chapter-3-test-driven-development" class="anchor" href="#chapter-3-test-driven-development" aria-hidden="true"></a>Chapter 3: Test Driven Development</h4>
<blockquote class="fragment current-only">
<p><strong>Objective:</strong> Students will learn how to write tests for code challenges and to automate front-end testing tasks.</p>
</blockquote>
<table>
<thead>
<tr>
<th>Lessons</th>
<th style="text-align:center">Type</th>
</tr>
</thead>
<tbody>
<tr>
<td>Writing Unit Tests</td>
<td style="text-align:center">Exercise</td>
</tr>
<tr>
<td>Automate Responsive Testing with puppeteer</td>
<td style="text-align:center">Exercise</td>
</tr>
<tr>
<td>Automate Cross-Browser with puppeteer</td>
<td style="text-align:center">Exercise</td>
</tr>
<tr>
<td>Build a Twitter Bot</td>
<td style="text-align:center">Exercise</td>
</tr>
</tbody>
</table>
</section>
<section>
<section >
<h3><a id="user-content-future-chapters" class="anchor" href="#future-chapters" aria-hidden="true"></a>Future Chapters</h3>
<p>This book is still in <strong>early access</strong> and <strong>open source</strong>. Which means future chapters and sub chapters in this book will be available on github in the <a href="https://github.com/HansUXdev/JavaScript-First/tree/master/00-Drafts">/00-Drafts</a> directory.</p>
<p>Current Content includes:</p>
<ol>
<li><a href="https://github.com/HansUXdev/LearnMongoGitPod">Learn Mongo GitPod</a></li>
<li>War Games CLI Exercise?</li>
<li>React</li>
<li>Data Structures</li>
<li>Algorithms</li>
</ol>
</section>
<section >
<h2><a id="user-content-road-map" class="anchor" href="#road-map" aria-hidden="true"></a>Road Map</h2>
<p>This is a visual demonstration of a handful of the things I want to cover…</p>
<p><a href="https://github.com/HansUXdev/JavaScript-First/blob/master/JavaScriptRoadmap.drawio.svg">View the whole “roadmap”</a></p>
<p><img src="./JavaScriptRoadmap.drawio.svg" alt=""></p>
</section>
</section>
<section>
<section >
<h3><a id="user-content-supporting-the-content" class="anchor" href="#supporting-the-content" aria-hidden="true"></a>Supporting the Content</h3>
<p>If you like the any of the content, there are several ways you can show your support without paying a penny.</p>
<p><strong>Support Open Source:</strong></p>
<p><a href="https://github.com/HansUXdev?tab=followers"><img src="https://img.shields.io/github/followers/HansUXdev?style=social" alt="GitHub followers"></a> <a href="https://github.com/HansUXdev/JavaScript-First/stargazers"><img src="https://img.shields.io/github/stars/HansUXdev/JavaScript-First?style=social" alt="GitHub followers"></a></p>
<p>You can also consider becoming a supporter in order to help motivate me to do a bunch more awesome stuff.</p>
</section>
<section >
<h2><a id="user-content-publishing" class="anchor" href="#publishing" aria-hidden="true"></a>Publishing</h2>
<p>This book will always be free for students and self-taught developers.</p>
<!-- This edition of the books is being self-published through [GetiPub](https://geti.pub) publishing. The published books will be made available for sale through normal book retail sources. -->
<p>If you’d like to contribute financially towards the effort creating this book, please consider following me on <a href="https://medium.com/@HansOnConsult">medium</a>, reading the articles on there and clapping / sharing them actually help more than you’d think.</p>
</section>
<section >
<h3><a id="user-content-what-sponsorship-helps-support" class="anchor" href="#what-sponsorship-helps-support" aria-hidden="true"></a>What sponsorship helps support:</h3>
<ol class="fragment">
<li>
<p>Raffle every month to give back to my supporters to help it grow.</p>
</li>
<li class="fragment">
<p>Network with school administrators/teachers and industry professional in order to bring tech leaders into the classroom (zoom || in-person). </p>
</li>
<li class="fragment">
<p>Advocate the adoption of open source certifications in CTE schools. </p>
</li>
<li class="fragment">
<p>Help donate 4G laptops/tablets to students who are struggling during COVID. </p>
</li>
<li class="fragment">
<p>Create an affordable educational community that teaches people how to code and helps them achieve success in their careers. </p>
</li>
</ol>
<p class="fragment"><a href="https://github.com/users/HansUXdev/sponsorship">Consider becoming a Github Sponsor</a> </p>
<p class="fragment"><a href="https://www.patreon.com/hansOnDevelopment">Consider becoming a Patreon</a></p>
</section>
</section>
</div>
</div>
<script src="libs/reveal.js/3.8.0/lib/js/head.min.js"></script>
<script src="libs/reveal.js/3.8.0/js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
controlsTutorial: true,
controlsLayout: 'bottom-right',
controlsBackArrows: 'faded',
progress: true,
slideNumber: true,
history: true,
keyboard: true,
overview: true,
center: true,
touch: true,
loop: true,
rtl: false,
shuffle: false,
fragments: true,
fragmentInURL: false,
embedded: false,
help: true,
showNotes: false,
autoPlayMedia: false,
autoSlide: 50000,
autoSlideStoppable: true,
autoSlideMethod: Reveal.navigateNext,
defaultTiming: 120,
mouseWheel: false,
hideAddressBar: true,
previewLinks: false,
transition: 'slide',
transitionSpeed: 'default',
backgroundTransition: 'default',
viewDistance: 3,
parallaxBackgroundImage: '',
parallaxBackgroundSize: '',
parallaxBackgroundHorizontal: 0,
parallaxBackgroundVertical: 0,
display: 'block',
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
// { src: 'libs/reveal.js/3.8.0/lib/js/classList.js', condition: function () { return !document.body.classList; } },
// { src: 'libs/reveal.js/3.8.0/plugin/markdown/marked.js', condition: function () { return !!document.querySelector('[data-markdown]'); } },
// { src: 'libs/reveal.js/3.8.0/plugin/markdown/markdown.js', condition: function () { return !!document.querySelector('[data-markdown]'); } },
// { src: 'libs/reveal.js/3.8.0/plugin/highlight/highlight.js', async: true, callback: function () { hljs.initHighlightingOnLoad(); } },
{ src: 'libs/reveal.js/3.8.0/plugin/notes/notes.js', async: true },
{ src: 'libs/reveal.js/3.8.0/plugin/chart/Chart.min.js' },
{ src: 'libs/reveal.js/3.8.0/plugin/chart/csv2chart.js' },
{ src: 'libs/reveal.js/3.8.0/plugin/embed-tweet/embed-tweet.js' },
{ src: 'libs/reveal.js/3.8.0/plugin/math/math.js', async: true },
{ src: 'libs/highlight.js/9.12.0/highlight.js', async: true },
{ src: 'libs/reveal.js/3.8.0/plugin/anything/anything.js' },
{ src: 'libs/reveal.js/3.8.0/plugin/mermaid/mermaid.min.js', async: true, callback: function() {mermaid.initialize({startOnLoad:false})} },
{ src: 'libs/reveal.js/3.8.0/plugin/search/search.js', async: true },
{ src: 'libs/reveal.js/3.8.0/plugin/zoom-js/zoom.js', async: true },
{ src: 'libs/reveal.js/3.8.0/plugin/title-footer/title-footer.js', async: true, callback: function () { title_footer.initialize(); } },
{
src: 'libs/highlight.js/9.12.0/reveal-code-focus-1.0.0-mod.js',
async: true,
callback: function () {
RevealCodeFocus();
}
},
// { src: 'libs/reveal.js/3.8.0/plugin/reveal-code-focus/highlight.pack.js' },
// { src: 'libs/reveal.js/3.8.0/plugin/reveal-code-focus/reveal-code-focus.js', async: true, callback: function() { RevealCodeFocus(); } },
// {src: 'libs/reveal.js/3.8.0/plugin/line-numbers/line-numbers.js'}
]
,
keyboard: {
67: function () { RevealChalkboard.toggleNotesCanvas() }, // toggle notes canvas when 'c' is pressed
66: function () { RevealChalkboard.toggleChalkboard() }, // toggle chalkboard when 'b' is pressed
46: function () { RevealChalkboard.clear() }, // clear chalkboard when 'DEL' is pressed
8: function () { RevealChalkboard.reset() }, // reset chalkboard data on current slide when 'BACKSPACE' is pressed
68: function () { RevealChalkboard.download() }, // downlad recorded chalkboard drawing when 'd' is pressed
},
math: {
// mathjax: 'libs/reveal.js/3.8.0/plugin/math/MathJax.js',
mathjax: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js',
config: 'TeX-AMS_HTML-full'
},
chart: {
defaults: {
global: {
title: { fontColor: "#FFF" },
legend: {
position: "bottom",
labels: { fontColor: "#FFF" },
},
tooltips: {
labels: { fontColor: "#FFF" },
},
},
scale: {
scaleLabel: { fontColor: "#FFF" },
gridLines: { color: "#FFF", zeroLineColor: "#FFF" },
ticks: { fontColor: "#FFF" },
}
},
line: { borderColor: ["rgba(20,220,220,.8)", "rgba(220,120,120,.8)", "rgba(20,120,220,.8)"], "borderDash": [[5, 10], [0, 0]] },
bar: { backgroundColor: ["rgba(20,220,220,.8)", "rgba(220,120,120,.8)", "rgba(20,120,220,.8)"] },
pie: { backgroundColor: [["rgba(0,0,0,.8)", "rgba(220,20,20,.8)", "rgba(20,220,20,.8)", "rgba(220,220,20,.8)", "rgba(20,20,220,.8)"]] },
radar: { borderColor: ["rgba(20,220,220,.8)", "rgba(220,120,120,.8)", "rgba(20,120,220,.8)"] },
},
anything: [
{
className: "mermaid"
},
// ...
],
menu: {
// Specifies which side of the presentation the menu will
// be shown. Use 'left' or 'right'.
side: 'left',
// Specifies the width of the menu.
// Can be one of the following:
// 'normal', 'wide', 'third', 'half', 'full', or
// any valid css length value
width: 'normal',
// Add slide numbers to the titles in the slide list.
// Use 'true' or format string (same as reveal.js slide numbers)
numbers: false,
// Specifies which slide elements will be used for generating
// the slide titles in the menu. The default selects the first
// heading element found in the slide, but you can specify any
// valid css selector and the text from the first matching
// element will be used.
// Note: that a section data-menu-title attribute or an element
// with a menu-title class will take precedence over this option
titleSelector: 'h1, h2, h3, h4, h5, h6',
// If slides do not have a matching title, attempt to use the
// start of the text content as the title instead
useTextContentForMissingTitles: false,
// Hide slides from the menu that do not have a title.
// Set to 'true' to only list slides with titles.
hideMissingTitles: false,
// Adds markers to the slide titles to indicate the
// progress through the presentation. Set to 'false'
// to hide the markers.
markers: true,
// Specify custom panels to be included in the menu, by
// providing an array of objects with 'title', 'icon'
// properties, and either a 'src' or 'content' property.
// custom: false,
custom: [],
// Specifies the themes that will be available in the themes
// menu panel. Set to 'true' to show the themes menu panel
// with the default themes list. Alternatively, provide an
// array to specify the themes to make available in the
// themes menu panel, for example...
// [
// { name: 'Black', theme: 'css/theme/black.css' },
// { name: 'White', theme: 'css/theme/white.css' },
// { name: 'League', theme: 'css/theme/league.css' }
// ]
themes: false,
// Specifies the path to the default theme files. If your
// presentation uses a different path to the standard reveal
// layout then you need to provide this option, but only
// when 'themes' is set to 'true'. If you provide your own
// list of themes or 'themes' is set to 'false' the
// 'themesPath' option is ignored.
themesPath: 'css/theme/',
// Specifies if the transitions menu panel will be shown.
// Set to 'true' to show the transitions menu panel with
// the default transitions list. Alternatively, provide an
// array to specify the transitions to make available in
// the transitions panel, for example...
// ['None', 'Fade', 'Slide']
transitions: false,
// Adds a menu button to the slides to open the menu panel.
// Set to 'false' to hide the button.
openButton: true,
// If 'true' allows the slide number in the presentation to
// open the menu panel. The reveal.js slideNumber option must
// be displayed for this to take effect
openSlideNumber: false,
// If true allows the user to open and navigate the menu using
// the keyboard. Standard keyboard interaction with reveal
// will be disabled while the menu is open.
keyboard: true,
// Normally the menu will close on user actions such as
// selecting a menu item, or clicking the presentation area.
// If 'true', the sticky option will leave the menu open
// until it is explicitly closed, that is, using the close
// button or pressing the ESC or m key (when the keyboard
// interaction option is enabled).
sticky: false,
// If 'true' standard menu items will be automatically opened
// when navigating using the keyboard. Note: this only takes
// effect when both the 'keyboard' and 'sticky' options are enabled.
autoOpen: true,
// If 'true' the menu will not be created until it is explicitly
// requested by calling RevealMenu.init(). Note this will delay
// the creation of all menu panels, including custom panels, and
// the menu button.
delayInit: false,
// If 'true' the menu will be shown when the menu is initialised.
openOnInit: false,
// By default the menu will load it's own font-awesome library
// icons. If your presentation needs to load a different
// font-awesome library the 'loadIcons' option can be set to false
// and the menu will not attempt to load the font-awesome library.
loadIcons: false
},
chalkboard: {
toggleChalkboardButton: { left: "60px", bottom: "30px", top: "auto", right: "auto" },
toggleNotesButton: { left: "90px", bottom: "30px", top: "auto", right: "auto" },
}
});
</script>
</body>
</html>