First draft complete!

This commit is contained in:
Jeremy Likness
2020-01-30 14:21:02 -08:00
parent cc5b061d76
commit 86a24e7b46
5 changed files with 47 additions and 1 deletions

21
slides/210-pwa.html Normal file
View File

@@ -0,0 +1,21 @@
<title>Progressive Web Applications</title>
<h1>Progressive Web Applications (PWA)</h1>
<div class="center">
<div class="card appear" repeat="pwa">
<span>{{item}}</span>
</div>
</div>
<h2 class="appear">PWA Demo</h2>
<script>
this.pwa = [
"💾 Install as Local Apps",
"📶 Reliable (even Offline)",
"🏃‍♀️ Fast (Cache)",
"📃 Manifest",
"👷‍♀️ Service Worker",
"🆗 Install, Activate",
"📂 Pre-cache",
"↗ Intercept Fetch"
];
</script>
<next-slide>220-wrapup</next-slide>