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

Commit

Permalink
Fixed missing slides for offline
Browse files Browse the repository at this point in the history
Signed-off-by: Pete LePage <Pete.LePage@pobox.com>
  • Loading branch information
petele committed Apr 13, 2012
1 parent c0f23bc commit d590835
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions slides/index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@


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


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


<article> <article>
<h3>It's Not Just About</h3> <h3>More than offline</h3>
<p>TODO: offline, intermittent scenarios, performance, always available</p> <p>Adding 'offline' scenarios means more than just a disconnected user</p>
</article> <ul class="build fade">

<li>Offline - I'm on an airplane</li>
<article> <li>Intermittent connections - I'm on a bus</li>
<h3>Differences between online &amp; offline architecture</h3> <li>Low bandwidth connections - I'm tethering</li>
<p>TODO: clinet side vs server side, storage, sync</p> <li>Regular connect - I'm at home with DSL</li>
</ul>
</article> </article>


<article> <article>
Expand Down

0 comments on commit d590835

Please sign in to comment.