|
@@ -71,7 +71,7 @@
|
|
try pressing <a href="#" class="navigate-down">down</a>.
|
|
try pressing <a href="#" class="navigate-down">down</a>.
|
|
</p>
|
|
</p>
|
|
<a href="#" class="navigate-down">
|
|
<a href="#" class="navigate-down">
|
|
- <img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow">
|
|
+ <img width="178" height="238" data-src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow">
|
|
</a>
|
|
</a>
|
|
</section>
|
|
</section>
|
|
<section>
|
|
<section>
|
|
@@ -82,14 +82,14 @@
|
|
<h2>Basement Level 2</h2>
|
|
<h2>Basement Level 2</h2>
|
|
<p>Cornify</p>
|
|
<p>Cornify</p>
|
|
<a class="test" href="http://cornify.com">
|
|
<a class="test" href="http://cornify.com">
|
|
- <img width="280" height="326" src="https://s3.amazonaws.com/hakim-static/reveal-js/cornify.gif" alt="Unicorn">
|
|
+ <img width="280" height="326" data-src="https://s3.amazonaws.com/hakim-static/reveal-js/cornify.gif" alt="Unicorn">
|
|
</a>
|
|
</a>
|
|
</section>
|
|
</section>
|
|
<section>
|
|
<section>
|
|
<h2>Basement Level 3</h2>
|
|
<h2>Basement Level 3</h2>
|
|
<p>That's it, time to go back up.</p>
|
|
<p>That's it, time to go back up.</p>
|
|
<a href="#/2">
|
|
<a href="#/2">
|
|
- <img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Up arrow" style="-webkit-transform: rotate(180deg);">
|
|
+ <img width="178" height="238" data-src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Up arrow" style="-webkit-transform: rotate(180deg);">
|
|
</a>
|
|
</a>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
@@ -245,7 +245,7 @@ Reveal.addEventListener( 'customevent', function() {
|
|
Set <code>data-background="#007777"</code> on a slide to change the full page background to the given color. All CSS color formats are supported.
|
|
Set <code>data-background="#007777"</code> on a slide to change the full page background to the given color. All CSS color formats are supported.
|
|
</p>
|
|
</p>
|
|
<a href="#" class="navigate-down">
|
|
<a href="#" class="navigate-down">
|
|
- <img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow">
|
|
+ <img width="178" height="238" data-src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow">
|
|
</a>
|
|
</a>
|
|
</section>
|
|
</section>
|
|
<section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png">
|
|
<section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png">
|
|
@@ -346,7 +346,7 @@ function linkify( selector ) {
|
|
<section>
|
|
<section>
|
|
<h2>Spectacular image!</h2>
|
|
<h2>Spectacular image!</h2>
|
|
<a href="http://lab.hakim.se/meny/" target="_blank">
|
|
<a href="http://lab.hakim.se/meny/" target="_blank">
|
|
- <img width="320" height="299" src="http://s3.amazonaws.com/hakim-static/portfolio/images/meny.png" alt="Meny">
|
|
+ <img width="320" height="299" data-src="http://s3.amazonaws.com/hakim-static/portfolio/images/meny.png" alt="Meny">
|
|
</a>
|
|
</a>
|
|
</section>
|
|
</section>
|
|
|
|
|