Add more space between slides

This commit is contained in:
Vadim Makeev 2017-02-02 00:22:21 +03:00
parent b7732b17ac
commit 2a9bad21e9
1 changed files with 18 additions and 0 deletions

View File

@ -8,10 +8,12 @@
<link rel="stylesheet" href="node_modules/shower-ribbon/styles/screen-16x10.css"> <link rel="stylesheet" href="node_modules/shower-ribbon/styles/screen-16x10.css">
</head> </head>
<body class="shower list"> <body class="shower list">
<header class="caption"> <header class="caption">
<h1>Shower Presentation Engine</h1> <h1>Shower Presentation Engine</h1>
<p>Yours Truly, Famous Inc.</p> <p>Yours Truly, Famous Inc.</p>
</header> </header>
<section class="slide" id="cover"> <section class="slide" id="cover">
<h2>Shower Presentation Engine</h2> <h2>Shower Presentation Engine</h2>
<p>Brought to you by <a href="http://pepelsbey.net">Vadim Makeev</a></p> <p>Brought to you by <a href="http://pepelsbey.net">Vadim Makeev</a></p>
@ -40,6 +42,7 @@
} }
</style> </style>
</section> </section>
<section class="slide"> <section class="slide">
<h2>Shower key features</h2> <h2>Shower key features</h2>
<ol> <ol>
@ -52,14 +55,17 @@
</ol> </ol>
<p class="note">Shower ['ʃəuə] noun. A person or thing that shows.</p> <p class="note">Shower ['ʃəuə] noun. A person or thing that shows.</p>
</section> </section>
<section class="slide"> <section class="slide">
<h2>Plain text on your slides</h2> <h2>Plain text on your slides</h2>
<p>Lorem ipsum dolor sit amet, consectetur <a href="#4">adipisicing</a> elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, <em>quis nostrud</em> exercitation ullamco laboris <strong>nisi ut aliquip</strong> ex ea commodo consequat. Duis aute irure <i>dolor</i> in reprehenderit in voluptate velit esse cillum <b>dolore</b> eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in <code>&lt;culpa&gt;</code> qui officia deserunt mollit anim id est laborum.</p> <p>Lorem ipsum dolor sit amet, consectetur <a href="#4">adipisicing</a> elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, <em>quis nostrud</em> exercitation ullamco laboris <strong>nisi ut aliquip</strong> ex ea commodo consequat. Duis aute irure <i>dolor</i> in reprehenderit in voluptate velit esse cillum <b>dolore</b> eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in <code>&lt;culpa&gt;</code> qui officia deserunt mollit anim id est laborum.</p>
</section> </section>
<section class="slide"> <section class="slide">
<h2>Two columns if you like</h2> <h2>Two columns if you like</h2>
<p class="double">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia.</p> <p class="double">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia.</p>
</section> </section>
<section class="slide"> <section class="slide">
<h2>All kind of lists</h2> <h2>All kind of lists</h2>
<ol> <ol>
@ -75,6 +81,7 @@
<li>Look, seven rows exactly!</li> <li>Look, seven rows exactly!</li>
</ol> </ol>
</section> </section>
<section class="slide"> <section class="slide">
<h2>Serious citations</h2> <h2>Serious citations</h2>
<figure> <figure>
@ -84,6 +91,7 @@
<figcaption>Marcus Tullius Cicero</figcaption> <figcaption>Marcus Tullius Cicero</figcaption>
</figure> </figure>
</section> </section>
<section class="slide"> <section class="slide">
<h2>Code samples</h2> <h2>Code samples</h2>
<pre> <pre>
@ -96,6 +104,7 @@
<code><mark>&lt;/head&gt;</mark></code> <code><mark>&lt;/head&gt;</mark></code>
</pre> </pre>
</section> </section>
<section class="slide"> <section class="slide">
<h2>Even tables</h2> <h2>Even tables</h2>
<table> <table>
@ -132,6 +141,7 @@
</table> </table>
<p>Its good to have information organized.</p> <p>Its good to have information organized.</p>
</section> </section>
<section class="slide" id="picture"> <section class="slide" id="picture">
<h2>Pictures</h2> <h2>Pictures</h2>
<figure> <figure>
@ -146,9 +156,11 @@
} }
</style> </style>
</section> </section>
<section class="slide"> <section class="slide">
<h2 class="shout shrink">You can even shout this way</h2> <h2 class="shout shrink">You can even shout this way</h2>
</section> </section>
<section class="slide"> <section class="slide">
<h2>Inner navigation</h2> <h2>Inner navigation</h2>
<ol> <ol>
@ -159,9 +171,11 @@
<li class="next">Nobody wants to see the same joke twice</li> <li class="next">Nobody wants to see the same joke twice</li>
</ol> </ol>
</section> </section>
<section class="slide grid"> <section class="slide grid">
<h2>All nicely aligned to grid</h2> <h2>All nicely aligned to grid</h2>
</section> </section>
<section class="slide" id="see-more"> <section class="slide" id="see-more">
<h2 class="shout"> <h2 class="shout">
<img src="pictures/logo.svg" alt="Shower logo"> <img src="pictures/logo.svg" alt="Shower logo">
@ -177,11 +191,15 @@
} }
</style> </style>
</section> </section>
<p class="badge"> <p class="badge">
<a href="https://github.com/shower/shower">Fork me on GitHub</a> <a href="https://github.com/shower/shower">Fork me on GitHub</a>
</p> </p>
<div class="progress"></div> <div class="progress"></div>
<script src="node_modules/shower-core/shower.min.js"></script> <script src="node_modules/shower-core/shower.min.js"></script>
<!-- Copyright © 2017 Yours Truly, Famous Inc. --> <!-- Copyright © 2017 Yours Truly, Famous Inc. -->
</body> </body>
</html> </html>