Initial pass at structure

This commit is contained in:
Jeremy Likness
2019-11-22 11:28:19 -08:00
commit 3ef6273404
12 changed files with 217 additions and 0 deletions

5
slides/001-title.html Normal file
View File

@@ -0,0 +1,5 @@
<title>Vanilla.js: Modern 1st Party JavaScript</title>
<h1>Vanilla.js: Modern 1st Party JavaScript</h1>
<h2>Jeremy Likness</h2>
<h3>Cloud Advocate, Microsoft</h3>
<nextslide>002-stuff</nextslide>

2
slides/002-stuff.html Normal file
View File

@@ -0,0 +1,2 @@
<title>More Stuff</title>
<h1>More Stuff</h1>

4
slides/manifest.json Normal file
View File

@@ -0,0 +1,4 @@
{
"title": "Vanilla.js: Modern 1st Party JavaScript",
"start": "001-title"
}