index.html 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Presentations | David A. Windham</title>
  6. <meta name="description" content="HTML Presentation">
  7. <meta name="author" content="David A. Windham">
  8. <meta name="apple-mobile-web-app-capable" content="yes" />
  9. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  11. <link rel="stylesheet" href="css/reveal.min.css">
  12. <link rel="stylesheet" href="css/daw.css" id="theme">
  13. <!--[if lt IE 9]>
  14. <script src="js/html5shiv.js"></script>
  15. <![endif]-->
  16. </head>
  17. <body>
  18. <div class="reveal">
  19. <div class="slides">
  20. <section>
  21. <section data-background="#ffffff">
  22. <div id="logo">
  23. <h3>David A. Windham</h3>
  24. </div>
  25. <p><small>This is just the place I keep presentations.</small></p>
  26. <p class="footnotes"><a href="https://davidawindham.com">David A. Windham</a> / <a href="http://twitter.com/windhamd">@windhamdavid</a></p>
  27. <br />
  28. <p class="footnotes">keys ( arrows | n:next | p:previous | esc:all )</p>
  29. </section>
  30. </section>
  31. <section>
  32. <h4><span class="raised">Credits</span></h4>
  33. <p class="footnotes">Made with: HTML, CSS, JavaScript, Ubuntu, Nginx, Node.js,<br /> TextMate, LiceCap, Illustrator/Photoshop, Apple OSX.<br />
  34. Hakim El Hattab &amp; John Polocek who wrote 95% of the Javascript.<br />
  35. Open Sans &amp; Quicksand by Steve Matteson &amp; Andres Paglinawan.</p>
  36. </small>
  37. <p class="footnotes"><a rel="license" href="http://creativecommons.org/licenses/by/4.0/deed.en_US"><img alt="Creative Commons License" style="margin:0; border-width:0" src="http://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br />This <span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/InteractiveResource" rel="dct:type">work</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/deed.en_US">Creative Commons Attribution 4.0 International License</a>.<br />
  38. by <a xmlns:cc="http://creativecommons.org/ns#" href="https://davidawindham.com/" property="cc:attributionName" rel="cc:attributionURL">David A. Windham</a> / <a href="http://twitter.com/windhamd_gwd">@windhamdavid</a><br /><br /></p>
  39. </section>
  40. </div>
  41. </div>
  42. <script src="js/head.min.js"></script>
  43. <script src="js/reveal.min.js"></script>
  44. <script>
  45. Reveal.initialize({
  46. controls: true,
  47. progress: true,
  48. history: true,
  49. center: true,
  50. rollingLinks: true,
  51. theme: Reveal.getQueryHash().theme,
  52. transition: Reveal.getQueryHash().transition || 'default', //cube/page/concave/zoom/linear/fade/none
  53. dependencies: [
  54. { src: 'js/classList.js', condition: function() { return !document.body.classList; } },
  55. { src: 'js/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
  56. { src: 'js/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
  57. { src: 'js/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
  58. ]
  59. });
  60. </script>
  61. <script src="/socket.io/socket.io.js"></script>
  62. <script src="/controldeck-slides.js"></script>
  63. <script>
  64. var _paq = _paq || [];
  65. _paq.push(['trackPageView']);
  66. _paq.push(['enableLinkTracking']);
  67. (function() {
  68. var u="//davidawindham.com/wik/";
  69. _paq.push(['setTrackerUrl', u+'piwik.php']);
  70. _paq.push(['setSiteId', 1]);
  71. var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
  72. g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
  73. })();
  74. </script>
  75. <noscript><p><img src="//davidawindham.com/wik/piwik.php?idsite=1" style="border:0;" alt="" /></p></noscript>
  76. </body>
  77. </html>