index.html 4.0 KB

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