diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-05-04 14:57:41 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-05-04 14:57:41 -0400 |
commit | c746233f66cb9b2488e76e1ab2c4f294443fadbb (patch) | |
tree | 922b0ec8f13756af1c1c04bab95bf1ac4083cefb /index.html | |
parent | 7c9b3421a22594b95b6d4f8ec753ceb08289721a (diff) | |
download | fosdem-2018-presentation-c746233f66cb9b2488e76e1ab2c4f294443fadbb.tar fosdem-2018-presentation-c746233f66cb9b2488e76e1ab2c4f294443fadbb.tar.gz |
rvl.io > slid.es
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 37 |
1 files changed, 11 insertions, 26 deletions
@@ -90,16 +90,19 @@ </section> <section> - <h2>Point of View</h2> + <h2>Slides</h2> <p> - 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>. Alt + click anywhere to zoom back out. + Not a coder? No problem. There's a fully-featured visual editor for authoring these, try it out at <a href="http://slid.es" target="_blank">http://slid.es</a>. </p> </section> <section> - <h2>rvl.io</h2> + <h2>Point of View</h2> <p> - If you don't like writing slides in HTML you can use the online editor <a href="http://www.rvl.io" target="_blank">rvl.io</a>. + Press <strong>ESC</strong> to enter the slide overview. + </p> + <p> + 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>. Alt + click anywhere to zoom back out. </p> </section> @@ -219,11 +222,11 @@ Reveal.addEventListener( 'customevent', function() { <h2>Clever Quotes</h2> <p> These guys come in two forms, inline: <q cite="http://searchservervirtualization.techtarget.com/definition/Our-Favorite-Technology-Quotations"> - The nice thing about standards is that there are so many to choose from</q> and block: + “The nice thing about standards is that there are so many to choose from”</q> and block: </p> <blockquote cite="http://searchservervirtualization.techtarget.com/definition/Our-Favorite-Technology-Quotations"> - For years there has been a theory that millions of monkeys typing at random on millions of typewriters would - reproduce the entire works of Shakespeare. The Internet has proven this theory to be untrue. + “For years there has been a theory that millions of monkeys typing at random on millions of typewriters would + reproduce the entire works of Shakespeare. The Internet has proven this theory to be untrue.” </blockquote> </section> @@ -311,31 +314,13 @@ function linkify( selector ) { <section> <h2>Stellar Links</h2> <ul> + <li><a href="http://slid.es">Try the online editor</a></li> <li><a href="https://github.com/hakimel/reveal.js">Source code on GitHub</a></li> - <li><a href="http://hakim.se/projects/reveal-js">Leave feedback on my site</a></li> <li><a href="http://twitter.com/hakimel">Follow me on Twitter</a></li> </ul> </section> <section> - <h2>It's free</h2> - <p> - reveal.js and <a href="http://www.rvl.io">rvl.io</a> are entirely free but if you'd like to support the projects you can donate below. - Donations will go towards hosting and domain costs. - </p> - <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> - <input type="hidden" name="cmd" value="_donations"> - <input type="hidden" name="business" value="hakim.elhattab@gmail.com"> - <input type="hidden" name="lc" value="US"> - <input type="hidden" name="item_name" value="reveal.js / rvl.io"> - <input type="hidden" name="no_note" value="0"> - <input type="hidden" name="currency_code" value="USD"> - <input type="hidden" name="bn" value="PP-DonationsBF:btn_donate_LG.gif:NonHostedGuest"> - <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> - </form> - </section> - - <section> <h1>THE END</h1> <h3>BY Hakim El Hattab / hakim.se</h3> </section> |