bmstu-mt-wp/index.html

187 lines
6.0 KiB
HTML
Raw Normal View History

2015-12-14 14:39:49 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Shower Presentation Engine</title>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
2015-12-14 14:39:49 +03:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2015-12-13 17:53:01 +03:00
<link rel="stylesheet" href="node_modules/shower-ribbon/styles/screen-16x10.css">
</head>
<body class="shower list">
<header class="caption">
<h1>Shower Presentation Engine</h1>
<p>Yours Truly, Famous Inc.</p>
</header>
2015-12-14 14:39:49 +03:00
<section class="slide" id="cover">
<h2>Shower Presentation Engine</h2>
<p>Brought to you by <a href="http://pepelsbey.net">Vadim Makeev</a></p>
2015-12-13 18:05:41 +03:00
<img src="pictures/cover.jpg" alt="" class="cover">
<!--
To apply styles to the certain slides
set slide ID to get needed elements
-->
<style>
2015-12-14 14:39:49 +03:00
#cover h2 {
margin:30px 0 0;
color:#FFF;
text-align:center;
font-size:70px;
}
2015-12-14 14:39:49 +03:00
#cover p {
margin:10px 0 0;
text-align:center;
color:#FFF;
font-style:italic;
font-size:20px;
}
2015-12-14 14:39:49 +03:00
#cover p a {
color:#FFF;
}
</style>
2015-12-13 18:05:41 +03:00
</section>
<section class="slide">
2015-12-14 14:39:49 +03:00
<h2>Shower key features</h2>
<ol>
<li>Built on HTML, CSS and vanilla JavaScript</li>
2015-12-14 14:39:49 +03:00
<li>Works in all modern browsers</li>
<li>Themes are separated from engine</li>
<li>Modular and extensible</li>
<li>Fully keyboard accessible</li>
<li>Printable to PDF</li>
</ol>
<p class="note">Shower ['ʃəuə] noun. A person or thing that shows.</p>
2015-12-13 18:05:41 +03:00
</section>
<section class="slide">
2015-12-14 14:39:49 +03:00
<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>
2015-12-13 18:05:41 +03:00
</section>
<section class="slide">
2015-12-14 14:39:49 +03:00
<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>
</section>
<section class="slide">
<h2>All kind of lists</h2>
<ol>
<li>Simple lists are marked with bullets</li>
<li>Ordered lists begin with a number</li>
<li>You can even nest lists one inside another
<ul>
<li>Or mix their types</li>
<li>But do not go too far</li>
<li>Otherwise audience will be bored</li>
</ul>
</li>
<li>Look, seven rows exactly!</li>
</ol>
2015-12-13 18:05:41 +03:00
</section>
<section class="slide">
2015-12-14 14:39:49 +03:00
<h2>Serious citations</h2>
<figure>
<blockquote>
<p>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>
</blockquote>
<figcaption>Marcus Tullius Cicero</figcaption>
</figure>
2015-12-13 18:05:41 +03:00
</section>
<section class="slide">
2015-12-14 14:39:49 +03:00
<h2>Code samples</h2>
<pre>
<code>&lt;!DOCTYPE html&gt;</code>
2015-12-14 14:39:49 +03:00
<code class="mark">&lt;html lang="en"&gt;</code>
<code><mark>&lt;head&gt;</mark> <mark class="comment">&lt;!--Comment--&gt;</mark></code>
<code> &lt;title&gt;Shower&lt;/title&gt;</code>
<code> &lt;meta charset="<mark class="important">UTF-8</mark>"&gt;</code>
<code> &lt;link rel="stylesheet" href="screen.css"&gt;</code>
<code><mark>&lt;/head&gt;</mark></code>
</pre>
2015-12-13 18:05:41 +03:00
</section>
<section class="slide">
2015-12-14 14:39:49 +03:00
<h2>Even tables</h2>
<table>
<tr>
<th scope="col">Locavore</th>
<th>Umami</th>
<th>Helvetica</th>
<th>Vegan</th>
</tr>
<tr>
<th scope="row">Fingerstache</th>
<td>Kale</td>
<td>Chips</td>
<td>Keytar</td>
</tr>
<tr>
<th scope="row">Sriracha</th>
<td>Gluten-free</td>
<td>Ennui</td>
<td>Keffiyeh</td>
</tr>
<tr>
<th scope="row">Thundercats</th>
<td>Jean</td>
<td>Shorts</td>
<td>Biodiesel</td>
</tr>
<tr>
<th scope="row">Terry</th>
<td>Richardson</td>
<td>Swag</td>
<td>Blog</td>
</tr>
</table>
<p>Its good to have information organized.</p>
2015-12-13 18:05:41 +03:00
</section>
2015-12-14 14:39:49 +03:00
<section class="slide" id="picture">
<h2>Pictures</h2>
2015-12-13 18:05:41 +03:00
<img src="pictures/picture.jpg" alt="" class="cover">
<style>
2015-12-14 14:39:49 +03:00
#picture h2 {
color:#FFF;
}
</style>
2015-12-13 18:05:41 +03:00
</section>
<section class="slide">
2015-12-14 14:39:49 +03:00
<h2 class="shout shrink">You can even shout this way</h2>
2015-12-13 18:05:41 +03:00
</section>
<section class="slide">
2015-12-14 14:39:49 +03:00
<h2>Inner navigation</h2>
<ol>
<li>Lets you reveal list items one by one</li>
<li class="next">To keep some key points</li>
<li class="next">In secret from audience</li>
<li class="next">But it will work only once</li>
<li class="next">Nobody wants to see the same joke twice</li>
</ol>
2015-12-13 18:05:41 +03:00
</section>
2015-12-14 14:39:49 +03:00
<section class="slide grid">
<h2>All nicely aligned to grid</h2>
</section>
<section class="slide" id="see-more">
<h2 class="shout">
<img src="pictures/logo.svg" alt="Shower logo">
<a href="https://github.com/shower/shower">See more on GitHub</a>
</h2>
<style>
2015-12-14 14:39:49 +03:00
#see-more h2 {
font-size:100px
}
2015-12-14 14:39:49 +03:00
#see-more img {
width:0.72em;
height:0.72em;
}
</style>
2015-12-13 18:05:41 +03:00
</section>
2015-12-14 14:39:49 +03:00
<p class="badge">
<a href="https://github.com/shower/shower">Fork me on GitHub</a>
</p>
<!--
To hide progress bar from entire presentation
just remove “progress” element.
-->
<div class="progress"></div>
<script src="node_modules/shower-core/shower.min.js"></script>
<!-- Copyright © 2015 Yours Truly, Famous Inc. -->
<!-- Photos by John Carey, fiftyfootshadows.net -->
</body>
</html>