Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit d590835

Browse files
committed
Fixed missing slides for offline
Signed-off-by: Pete LePage <[email protected]>
1 parent c0f23bc commit d590835

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

slides/index.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535

3636
<section class='slides layout-regular'>
3737
<article class="exercise fill">
38-
<h2 class="shadow-banner">Get Course Materials</h2>
38+
<h2 class="shadow-banner">Welcome!</h2>
3939
<p>
40-
Please download (or fork) the course materials now:<br><br>
40+
Please download (or fork) the course materials if you haven't already<br><br>
4141
<a href="https://github.com/petele/webapp-codelab">https://github.com/petele/webapp-codelab</a>
4242
</p>
4343

@@ -379,13 +379,14 @@ <h2 class="shadow-banner">Adding 'Offline' Scenarios</h2>
379379
</article>
380380

381381
<article>
382-
<h3>It's Not Just About</h3>
383-
<p>TODO: offline, intermittent scenarios, performance, always available</p>
384-
</article>
385-
386-
<article>
387-
<h3>Differences between online &amp; offline architecture</h3>
388-
<p>TODO: clinet side vs server side, storage, sync</p>
382+
<h3>More than offline</h3>
383+
<p>Adding 'offline' scenarios means more than just a disconnected user</p>
384+
<ul class="build fade">
385+
<li>Offline - I'm on an airplane</li>
386+
<li>Intermittent connections - I'm on a bus</li>
387+
<li>Low bandwidth connections - I'm tethering</li>
388+
<li>Regular connect - I'm at home with DSL</li>
389+
</ul>
389390
</article>
390391

391392
<article>

0 commit comments

Comments
 (0)