diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-10-09 00:06:34 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-10-09 00:06:34 -0400 |
commit | 91e9457cefa4b1710f826994ac9f15278cbcd6dc (patch) | |
tree | 543b32db806c1da710ce1717b5d49314009c6d60 /index.html | |
parent | 25efef8c4f1275db62925ed18bab7282a5b767b2 (diff) | |
download | fosdem-2018-presentation-91e9457cefa4b1710f826994ac9f15278cbcd6dc.tar fosdem-2018-presentation-91e9457cefa4b1710f826994ac9f15278cbcd6dc.tar.gz |
zoom.js integration via alt+click
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -90,9 +90,9 @@ </section> <section> - <h2>Holistic Overview</h2> + <h2>Point of View</h2> <p> - Press <strong>ESC</strong> to enter the slide overview! + Press <strong>ESC</strong> to enter the slide overview. Hold down alt and click on any element to zoom in on it using <a href="http://lab.hakim.se/zoom-js">zoom.js</a>. </p> </section> @@ -263,8 +263,8 @@ function linkify( selector ) { <section> <h2>Spectacular image!</h2> - <a class="image" href="http://hakim.se/experiments/html5/breakdom/" target="_blank"> - <img width="320" height="412" src="https://s3.amazonaws.com/hakim-static/reveal-js/breakdom.png" alt="BreakDOM game screenshot"> + <a class="image" 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"> </a> </section> @@ -342,6 +342,7 @@ function linkify( selector ) { { src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } }, { src: 'lib/js/showdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'lib/js/data-markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, + { src: 'lib/js/zoom.js', condition: function() { return !!document.body.classList; } }, { src: '/socket.io/socket.io.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } }, { src: 'plugin/speakernotes/client.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } } ] |