| 12345678910111213141516171819202122232425262728293031323334353637 |
- <!DOCTYPE HTML>
- <html lang="en-US">
- <head>
- {{> head }}
- {{{ page.stylesheets }}}
- <!--
- To apply styles to the certain slides
- use slide ID to get needed elements
- -->
- <style>
- #Cover h2 {
- margin:65px 0 0;
- color:#FFF;
- text-align:center;
- font-size:70px;
- }
- #FitToWidth h2,
- #FitToHeight h2 {
- color:#FFF;
- text-align:center;
- }
- </style>
- </head>
- <body class="list">
- <header class="caption">
- <h1>{{{ page.title }}}</h1>
- </header>
- {{{ page.content }}}
- <div class="progress">
- <div></div>
- </div>
- <script src="{{page.url.framework}}/shower.js"></script>
- {{> javascripts }}
- <!-- Copyright © 2010–2012 Vadim Makeev — pepelsbey.net -->
- <!-- Photos by John Carey — fiftyfootshadows.net -->
- </body>
- </html>
|