Skip to content

Commit 224a637

Browse files
committed
Added some links to be exposed directly on the presentation.
1 parent a8d4ad4 commit 224a637

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

index.html

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,6 @@ <h1 style="font-size: 4.1em;" class="flippedColor" >dilemma</h1>
548548
</section>
549549

550550

551-
<!--http://alistapart.com/article/application-cache-is-a-douchebag-->
552551
<section>
553552
<h3>AppCache lottery</h3>
554553
<ul class="no-bullets">
@@ -558,21 +557,27 @@ <h3>AppCache lottery</h3>
558557
<li><span class="secondaryColor">Non-cached</span> resources do <span class="secondaryColor">not load</span> on <span class="secondaryColor">cached</span> page</li>
559558
<li><strong><span class="secondaryColor">Lack of JavaScript API</span></strong></li>
560559
</ul>
560+
561+
<p>
562+
<a href="http://alistapart.com/article/application-cache-is-a-douchebag" class="credits" target="_blank">Full article by Jake Archibald</a>
563+
</p>
561564
</section>
562565

563566

564-
<!--https://www.html5rocks.com/en/tutorials/offline/storage/-->
565567
<section>
566568
<h2 style="margin-top: -5em;">Web storage</h2>
567569
<div class="replacement">
568570
<div style="margin-top: 0em;" class="fragment fade-out" data-fragment-index="0">
569-
<!--<h3>localStorage / sessionStorage</h3>-->
570-
<div style="border-top: 15em solid var(--secondary-color); border-right: 25.2em solid transparent;">
571-
<h3 style="position:fixed; top:0em;left:4em;color:white">localStorage</h3>
571+
<div style="border-top: 13em solid var(--secondary-color); border-right: 25.2em solid transparent;">
572+
<h3 style="position:fixed; top:-1em;left:4em;color:white">localStorage</h3>
572573
</div>
573574
<div>
574575
<h3 style="position:fixed; top:3em;left:11em">sessionStorage</h3>
575576
</div>
577+
578+
<p>
579+
<a href="https://www.html5rocks.com/en/tutorials/offline/storage/" class="credits" target="_blank">Introduction to offline storages</a>
580+
</p>
576581
</div>
577582
<div style="margin-top: 1em;" class="fragment fade-in" data-fragment-index="0">
578583
<div class="fragment fade-out" data-fragment-index="1">
@@ -608,6 +613,9 @@ <h3>IndexedDB</h3>
608613
<li>Operations done <span class="secondaryColor">async</span></li>
609614
<li>Famous from <strong><span class="secondaryColor">complex</span></strong> API</li>
610615
</ul>
616+
<p>
617+
<a href="https://www.html5rocks.com/en/tutorials/offline/storage/" class="credits" target="_blank">Introduction to offline storages</a>
618+
</p>
611619
</section>
612620

613621
<section>

0 commit comments

Comments
 (0)