forked from EliseWei/intro-web-concepts
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·646 lines (583 loc) · 33.7 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Intro to Web Concepts - Girl Develop It</title>
<meta name="description" content="This is the official Girl Develop It Core Intro Web Concepts course. Material was originally developed by Matt Torbin and Elise Wei.
The course is meant to be taught in a single two-hour workshop.">
<meta name="author" content="Girl Develop It">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/gdilight.css" id="theme">
<!-- For syntax highlighting -->
<!-- light editor--><link rel="stylesheet" href="lib/css/light.css">
<!-- dark editor<link rel="stylesheet" href="lib/css/dark.css">-->
<!-- If use the PDF print sheet so students can print slides-->
<link rel="stylesheet" href="css/print/pdf.css" type="text/css" media="print">
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h3>Introduction to Web Concepts</h3>
<p>or</p>
<h4>What is that Web Developer talking about?</h4>
<img src="images/gdi_logo_badge.png" alt="Logo" style="width: 300px; height: auto;" />
</section>
<section>
<h2>Welcome!</h2>
<p>
<strong>Wifi Network: </strong></p>
<p>
<strong>Wifi Password: </strong></p><br/>
<h3>Class notes</h3>
<p>All slides are available at:<br />
<a href="http://gdila.github.io/gdi-intro-web-concepts/#/">http://gdila.org/web101</a></p>
</section>
<section>
<h2>Thanks to our host:</h2>
<h3><img src="images/indie-desk-logo.jpg"> <a href="http://indiedesk.com" target="_blank">Indie Desk</a></h3>
</section>
<section>
<h2>Welcome!</h2>
<div class="left-align">
<p>Girl Develop It is here to provide affordable and accessible programs to learn software through mentorship and hands-on instruction.</p>
<p>Some "rules"</p>
<ul>
<li>We are here for you!</li>
<li>Every question is important</li>
<li>Help each other</li>
<li>Have fun</li>
</ul>
</div>
</section>
<section class="hide-pdf">
<h2>About your instructor</h2>
<a href="http://suzettefranck.me" target="_blank"><img src="images/alex.jpeg" style="width: 400px; height: auto;"></a>
<h3><a href="http://alexhasnicehair.com" target="_blank">Alex Vaquez</a></h3>
</section>
<section>
<h2>Who Are You?</h2>
<div class="left-align">
<p>Tell us about yourself:</p><br/>
<ol style="padding-left: 60px;">
<li>Name / City</li>
<li>What do you hope to get out of the class?</li>
<li>What do you do for fun?</i> </li>
</ol>
</div>
<img src="images/hobbies.jpg" alt="hobbies" style="width: 300px; border: 5px solid #FF0000">
</section>
<section>
<h2>What we'll cover</h2>
<ul>
<li>Terms & technologies
<ul>
<li>Acronyms, the world wide web, languages/libraries/frameworks</li>
</ul>
</li>
<li class="fragment">Building a web site
<ul>
<li>Considerations, UX & IA, tools</li>
</ul>
</li>
<li class="fragment">Web development professionals
<ul>
<li>Team structure, hiring one, becoming one</li>
</ul>
</li>
</ul>
<aside class="notes">
<ul>
<li>Acronyms, how the internet works, client vs server, languages/libraries/frameworks</li>
<li>Considerations, UX/IA, downsides of WYSIWYG, demo, differences in languages, tools</li>
<li>Hiring, becoming one, team structure</li>
</ul>
</aside>
</section>
<section>
<h2>What to expect</h2>
<ul>
<li>This is a survey of a very broad topic</li>
<li class="fragment">Get a sense of what you'd like to know more about</li>
<li class="fragment">I don't know everything, but that's why there is google</li>
<li class="fragment">Have fun! (and ask questions)</li>
</ul>
</section>
<section>
<h2>Terms & Technologies</h2>
</section>
<section>
<section>
<h3>Terms</h3>
<div class="left-align">
<p class="fragment"><strong>HTML</strong>: Hyper Text Markup Language - The code structure used to convey the content of a web site</p>
<p class="fragment"><strong>CSS</strong>: Cascading Style Sheets - A language used to describe the presentation of the content</p>
<p class="fragment"><strong>WYSIWYG</strong>: What You See Is What You Get - A type of editing software meant to be used by those who don't know how to code</p>
</div>
<aside class="notes">
<ul>
<li>WYSIWYG - Dreamweaver is the most common example</li>
</ul>
</aside>
</section>
<section>
<h3>Terms</h3>
<div class="left-align">
<p class="fragment"><strong>IDE</strong>: Integrated Development Environment - Software meant to support the entire development process, often including compilation for a server-side language</p>
<p class="fragment"><strong>CMS</strong>: Content Management System - A program that allows publishing, editing, and modifying content as well as maintenance from a central interface</p>
<p class="fragment"><strong>Open source</strong>: A program in which the source code is available to the general public for use and/or modification from its original design</p>
</div>
<aside class="notes">
<ul>
<li>IDE - Visual Studio, Eclipse, Xcode</li>
<li>CMS - (Web CMS) Wordpress, Drupal. (Enterprise-level) Interwoven</li>
<li>Open source - Perl, Python, PHP, jQuery. Mention derivative works also being open source.</li>
</ul>
</aside>
</section>
<section>
<div class="left-align">
<p class="fragment"><strong>API</strong>: Application Programming Interface - An easy-to-use interface or set of tools made available to access a complex application</p>
<p class="fragment"><strong>IP Address</strong>: Internet Protocol Address - A unique address for a computer or a server. Some IP Addresses are only unique to the network they are on while others are completely unique</p>
<p class="fragment"><strong>DNS</strong>: Domain Name Service - A directory that associates domain names with host IPs to allow users to connect to web sites via URLs</p>
</div>
<aside class="notes">
<ul>
<li>API - like the "drive thru" version of interfacing with a service</li>
</ul>
</aside>
</section>
<section>
<div class="left-align">
<p class="fragment"><strong>SEO</strong>: Search Engine Optimization - The process of increasing your web site's perceived value to search engine algorithms, raising its rank in search results</p>
<p class="fragment"><strong>Web 2.0</strong>: Buzzword generally describing a trend towards interactivity, rich media, and social engagement in web design</p>
<p class="fragment"><strong>The Cloud</strong>: Services and technology that offer remote storage, processing, or other functionality by way of the internet</p>
</div>
<aside class="notes">
<ul>
<li>Cloud - your Google Drive, for example</li>
</ul>
</aside>
</section>
<section>
<div class="left-align">
<p class="fragment"><strong>UX</strong>: User Experience - Experience of someone interacting with your company through their website.</p>
<p class="fragment"><strong>IA</strong>: Information Architecture - The structure of how website data is organized.</p>
</div>
</section>
</section>
<section>
<h2>What is the world wide web?</h2>
<img class="fragment" src="images/client-server.png" alt="" />
</section>
<section>
<h3>Home and daily life of a web site</h3>
<p class="left-align">A typical web site will live or is "hosted" on a web server. Web servers are often large computers connected to a network.</p>
<ul>
<li class="fragment">Type a web site address into the address bar</li>
<li class="fragment">DNS connects you to the hosting server</li>
<li class="fragment">The files are then sent back to your computer for display</li>
<li class="fragment">Sometimes code must be compiled before being sent back to you.</li>
</ul>
</section>
<section>
<h3>Clients vs. Servers</h3>
<div class="left-align">
<p class="fragment">Clients make requests, servers fulfill them (usually).</p>
<p class="fragment">For our web discussions, client = browser, but search engine crawlers, command line interfaces, and other applications can also behave as clients.</p>
<p class="fragment">While any type of computer can be used as a server, they are generally larger and more powerful than others.</p>
</div>
</section>
<section>
<h3>Browsers</h3>
<img class="fragment" src="images/statcounter-2015-21-03.png" alt="" />
<p><small>Source: <a target="_blank" href="http://gs.statcounter.com/#browser-US-monthly-200807-201212">StatCounter Global Stats - Browser Market Share</a></small></p>
<aside class="notes">
<ul>
<li>Click through to show the difference between global browser shares and US.</li>
</ul>
</aside>
</section>
<section>
<section>
<h3>Parsing languages & media</h3>
<div style="width: 48%; margin-right: 2%; float: left; text-align: left;">
<p>Client-side:</p>
<ul class="fragment">
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Flash (with plugin)</li>
<li>Images</li>
</ul>
</div>
<div style="width: 50%; float: left; text-align: left;">
<p>Sever-side:</p>
<ul class="fragment">
<li>PHP</li>
<li>Perl</li>
<li>Python</li>
<li>Ruby</li>
<li>.Net</li>
<li>Java</li>
<li>ColdFusion</li>
<li>Databases</li>
</ul>
</div>
</section>
<section>
<h3>Not languages</h3>
<ul>
<li class="fragment">Libraries are collections of programming shortcuts for a language
<ul>
<li>jQuery, Prototype, & React</li>
</ul>
</li>
<li class="fragment">Frameworks may include libraries, software, and more. Basically, a collection of assets/tools that helps you work in a particular language, usually from scratch
<ul>
<li>Rails, Cake</li>
</ul>
</li>
<li class="fragment">A specification is a set of currently acceptable rules for a given language
<ul>
<li>HTML5 expands on the HTML4 spec and deprecates some older HTML syntax</li>
</ul>
</li>
</ul>
</section>
<section>
<h3>Not languages</h3>
<ul>
<li>AJAX is none of these, but is a technique combining multiple languages to return results from the server without needing to refresh a page. It stands for Asynchronous JavaScript And XML.</li>
</ul>
</section>
</section>
<section>
<h2>Java != JavaScript</h2>
<div style="width: 48%; margin-right: 2%; float: left; text-align: left;">
<p>Java:</p>
<ul class="fragment">
<li>Server-side</li>
<li>Object-oriented</li>
<li>Requires special parser (JVM)</li>
<li>By Sun Microsystems</li>
</ul>
</div>
<div style="width: 50%; float: left; text-align: left;">
<p>JavaScript:</p>
<ul class="fragment">
<li>Primarily client-side</li>
<li>Primarily written procedurally</li>
<li>Parsed by any browser</li>
<li>By Netscape</li>
</ul>
</div>
</section>
<section>
<h2>Web standards</h2>
<p class="left-align">In general, this means a site should:</p>
<ul>
<li class="fragment">Have valid HTML, CSS, and JavaScript</li>
<li class="fragment">Meet accessibility standards</li>
<li class="fragment">Meet semantic guidelines</li>
<li class="fragment">Have valid meta data</li>
<li class="fragment">Have proper character encoding</li>
</ul>
</section>
<!-- Stretch break!! -->
<section>
<h2>Break time!</h2>
</section>
<section>
<h2>Building a web site</h2>
</section>
<section>
<section>
<h3>Considerations before building</h3>
<ul>
<li class="fragment">What is the purpose of the site?</li>
<li class="fragment">Whether to build it yourself or hire someone</li>
<li class="fragment"><strong>Domain Names</strong>
<ul class="fragment">
<li>Domain name registration should not cost more than $15/yr</li>
<li>Domains can be hosted with one provider, but the actual website may live with another provider</li>
</ul>
</li>
</ul>
</section>
<section>
<h3>Considerations before building</h3>
<p><strong>Web Hosting</strong></p>
<ul>
<li class="fragment">Choose a hosting plan that suits your needs.</li>
<li class="fragment">Shared Hosting - Powerful server hosts your site along with several others, sometimes more than 100 other sites concurrently</li>
<li class="fragment">Dedicated Hosting - More expensive, but your site is on a powerful server, by itself</li>
<li class="fragment">Managed or Self-Managed? - Do you want to manage the site or have someone manage it for you?</li>
<li class="fragment">Pricing can range from $50/yr to $200/yr and up!</li>
</ul>
</section>
</section>
<section>
<section>
<h3>User Experience & Information Architecture</h3>
<p>A user-friendly, well-architected site will:</p>
<ul>
<li class="fragment">Be Mobile Friendly for phone and table devices</li>
<li class="fragment">Deepen engagement</li>
<li class="fragment">Increase conversion</li>
<li class="fragment">Raise satisfaction</li>
<li class="fragment">Bring users back</li>
</ul>
</section>
</section>
<section>
<h3>Sitemaps & decision trees</h3>
<div style="width: 60%; float: left;">
<h4>Site Maps</h4>
<a href="images/sitemap.gif" target="_blank">
<img src="images/sitemap.gif" alt="Site Map Example" />
</a>
</div>
<div style="width: 40%; float: right;">
<ul>
<li class="fragment">Important to UX/IA</li>
<li class="fragment">Sitemaps show the organization of pages and assets for a site</li>
</ul>
</div>
</section>
<section>
<h3>Sitemaps & decision trees</h3>
<div style="width: 60%; float: left;">
<a href="images/Imaging.jpg" target="_blank">
<img src="images/Imaging.jpg" alt="Decision Tree Example" /></a>
</div>
<div style="width: 40%; float: right;">
<h4>Decision Trees</h4>
<ul>
<li class="fragment">Important to UX/IA</li>
<li class="fragment">Decision trees help predict how the user will move through the site or utilize interactive tools/forms</li>
</ul>
</div>
</section>
<section>
<h3>WYSIWYG vs. hand-coding</h3>
<ul>
<li>WYSIWYG code editors make general assumptions about what you intended to write which often is not accurate or best</li>
<li class="fragment">They make the job of professionals <em>much</em> more difficult when the code is written poorly and filled with junk</li>
<li class="fragment">To truly understand what you are building, you need to learn the fundamental components</li>
<li class="fragment">Once you know how to code by hand, there are no limits to what you can build!</li>
</ul>
</section>
<section>
<section>
<h3>What languages to use</h3>
<p class="fragment">That depends...</p>
<ul>
<li class="fragment">HTML and CSS will almost certainly be used</li>
<li class="fragment">JavaScript may be used for interactivity</li>
<li class="fragment">Server-side languages will likely be used for any data storage or retrieval</li>
</ul>
</section>
<section>
<h2>Interactive Examples in the Wild</h2>
<a href="http://www.masterslider.com/" target="_blank">Complex Slideshows</a><br />
<a href="http://filmstartheband.com/" target="_blank">Onclick expansion</a><br />
<a href="https://codepen.io/MarcelSchulz/pen/lCvwq/" target="_blank">Parallax Scrolling</a><br />
<aside class="notes"> -->
</aside>
</section>
</section>
<section>
<section>
<h3>Server-side languages: What are the differences?</h3>
<ul>
<li>The main difference is syntax</li>
<ul>
<li>the set of rules that define the combinations of symbols that are considered to be correctly structured programs in that language</li>
</ul>
<li class="fragment">They have slightly different strengths and philosophies</li>
<li class="fragment">Which you choose to use will depend on
<ul>
<li>What you are familiar with or want to learn</li>
<li>What your host supports</li>
<li>Community and documentation</li>
</ul>
</li>
</ul>
</section>
<section>
<h3>Hello world</h3>
<p>PHP</p>
<pre>
<code>
echo "Hello, world!";
</code>
</pre>
<p>Java</p>
<pre>
<code>
class HelloWorld {
static public void main( String args[] ) {
System.out.println( "Hello World!" );
}
}
</code>
</pre>
</section>
<section>
<h3>Hello world</h3>
<p>Python</p>
<pre>
<code>
'Hello, world!'
</code>
</pre>
<p>Ruby</p>
<pre>
<code>
puts 'Hello, world!'
</code>
</pre>
</section>
<section>
<h3>Hello world</h3>
<p>JavaScript</p>
<p><small>Not server-side, but just for example</small></p>
<pre>
<code>
document.writeln('Hello, World!');
</code>
</pre>
</section>
</section>
<section>
<h3>Tools of the trade</h3>
<p class="left-align">To build your web site, you will probably need:</p>
<ul>
<li class="fragment"><strong>A simple text editor </strong>or code editor such as SublimeText, Notepad, or TextWrangler to write your code. Many can be found for free.</li>
<li class="fragment"><strong>A web browser</strong> such as Chrome, Firefox, or Safari to test your code. All popular modern browsers are free.</li>
<li class="fragment"><strong>An FTP (file transfer protocol)</strong> client such as FileZilla, WinSCP, Cyberduck, or CoffeeCup FTP to get files from your computer to the server. Many are free.</li>
<li class="fragment"><strong>Optionally, an image editor</strong> such as IrfanView, Gimp, or Photoshop to edit images which will be used on the web site. Some are available for free. An online one I like is <a href="http://www.picmonkey.com/" target="_blank">Pic Monkey</a>.</li>
<li class="fragment"><strong>Version Control</strong>. A version control system helps you manage changes to your project files and work with others on the same project effectively. One popular Version Control Method is Git.</li>
</ul>
</section>
<section>
<h2>Web development professionals</h2>
</section>
<section>
<h3>Meet the web team</h3>
<ul>
<li class="fragment">Front-End
<ul>
<li>User Experience Designer</li>
<li>Visual Graphic Designer</li>
<li>Front-End Web Developer</li>
</ul>
</li>
<li class="fragment">Back-End
<ul>
<li>Server Admin</li>
<li>Database Admin</li>
<li>Software Engineer/Back-end Developer</li>
</ul>
</li>
<li class="fragment">Overall
<ul>
<li>QA Engineer</li>
<li>Project Manager</li>
</ul>
</li>
</ul>
</section>
<section>
<h3>How to hire a developer</h3>
<p class="left-align">Remember the three Rs:</p>
<ol>
<li class="fragment"><strong>References</strong>: Talk to people who have worked with the developer before. Were they prompt? Pleasant? Forthright?</li>
<li class="fragment"><strong>Requirements</strong>: Can they do the work that needs to be done? Ask for samples of their prior work and ask exactly which parts of the process they were responsible for. Design? UX? DB architecture? QA?</li>
<li class="fragment"><strong>Reality</strong>: If it sounds too good to be true, it probably is. This website will be a reflection of you, either personally or professionally. Hire someone you feel will be invested in a job well done.</li>
</ol>
</section>
<section>
<h3>How to be hired as a developer</h3>
<ul>
<li>Degrees and certifications: meh :/</li>
<li class="fragment">Having examples that you can show and discuss will aid you in interviews more</li>
<li class="fragment">Having your work and code available on services such as Github helps potential hiring managers assess your skills</li>
<li class="fragment">LinkedIn.com, </li>
<li class="fragment">Be coachable and curious, a creative problem solver, and adventurous in your pursuit of knowledge (google is your friend)</li>
<li class="fragment">Build things for yourself, family,& friends.</li>
<li class="fragment">Experiment. Play and explore often.</li>
<li class="fragment">Through all of this, learn your craft and how things work</li>
</ul>
</section>
<section>
<h2>Questions?</h2>
<div style = "font-size:1200%; height:100%; margin-top:20%" class ="blue">?
<div class ="clear"></div></div>
</section>
<section>
<img src="images/wwla.png" style="float: left; width: 300px; margin-bottom: 40px;">
<div style="float: right; text-align:left">
<h3><a href="http://websiteweekend.la">Website Weekend LA</a></h3></div>
<ul>
<li>An event that pairs non-profits and digital media experts and enthusiasts to build a website over the course of a weekend</li>
<li>Details: <a href="http://websiteweekend.la">http://websiteweekend.la/</a></li>
</ul>
</section>
<section>
<h3>Stay Connected!</h3>
<p>Girl Develop It Los Angeles Chapter<br/>
<a href="http://gdila.org/" target="_blank">http://gdila.org/</a></p>
<p>Facebook Group (Private)<br/>
<a href="https://www.facebook.com/groups/gdila/" target="_blank">https://www.facebook.com/groups/gdila/</a></p>
<p>Twitter<br/>
<a href="https://twitter.com/girlDevelopItLA" target="_blank">https://twitter.com/girlDevelopItLA</a></p>
<p>Link to SiteGround Hosting Offer<br/>
<a href="http://www.meetup.com/Girl-Develop-It-Los-Angeles/about/" target="_blank">http://www.meetup.com/Girl-Develop-It-Los-Angeles/about/</a></p>
</section>
<section>
<h2>Post Class Survey Time!</h2>
<p class="left-align">
Please take a moment to fill out this brief survey<br>
Let us know how the class was and what you thought!</p>
<br/><h2 class="center-align"><a href="https://goo.gl/CtQLgG" >https://goo.gl/CtQLgG</a></h2>
</section>
</div>
<footer style="width: 90%; margin: 0 20px;">
<div class="copyright">
Intro to Web Concepts ♥ Girl Develop It Los Angeles Chapter
<a rel="license" href="http://creativecommons.org/licenses/by-nc/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc/3.0/80x15.png" /></a>
</div>
</footer>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: false,
history: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/none
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/showdown.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, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>