deck.html 759 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE HTML>
  2. <html lang="en-US">
  3. <head>
  4. {{> head }}
  5. {{{ page.stylesheets }}}
  6. <!--
  7. To apply styles to the certain slides
  8. use slide ID to get needed elements
  9. -->
  10. <style>
  11. #Cover h2 {
  12. margin:65px 0 0;
  13. color:#FFF;
  14. text-align:center;
  15. font-size:70px;
  16. }
  17. #FitToWidth h2,
  18. #FitToHeight h2 {
  19. color:#FFF;
  20. text-align:center;
  21. }
  22. </style>
  23. </head>
  24. <body class="list">
  25. <header class="caption">
  26. <h1>{{{ page.title }}}</h1>
  27. </header>
  28. {{{ page.content }}}
  29. <div class="progress">
  30. <div></div>
  31. </div>
  32. <script src="{{page.url.framework}}/shower.js"></script>
  33. {{> javascripts }}
  34. <!-- Copyright © 2010–2012 Vadim Makeev — pepelsbey.net -->
  35. <!-- Photos by John Carey — fiftyfootshadows.net -->
  36. </body>
  37. </html>