Skip to content

Commit

Permalink
Update sample headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Makeev committed Mar 28, 2019
1 parent 278bb2a commit 2cb0fee
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ <h2>Slide Header</h2>
</section>

<section class="slide">
<h2>First Slide Header</h2>
<h2>First Header</h2>
<p>Echo Park 8-bit sustainable umami deep v Kickstarter. DIY cliche typewriter brunch, Odd Future sriracha pickled aesthetic.</p>
<h2>Second Slide Header</h2>
<h2>Second Header</h2>
<p>Whatever authentic disrupt, you probably haven’t heard of them direct trade mlkshk Etsy. Gluten-free roof party plaid four loko quinoa.</p>
</section>

Expand All @@ -54,7 +54,7 @@ <h2>Inline Elements</h2>
</section>

<section class="slide">
<h2>Quotes</h2>
<h2>Block Quotes</h2>
<blockquote>
<p>Flannel bicycle rights locavore selfies skateboard. Authentic fanny pack paleo four loko bespoke. Artisan tattooed chia XOXO ennui, lomo disrupt 8-bit art party Tumblr scenester.</p>
</blockquote>
Expand All @@ -67,7 +67,7 @@ <h2>Quotes</h2>
</section>

<section class="slide">
<h2>Ordered Lists</h2>
<h2>Ordered List</h2>
<ol>
<li>Literally viral vegan, ugh drinking vinegar photo booth</li>
<li>Wes Anderson chillwave Marfa pour-over Etsy banh mi</li>
Expand All @@ -80,7 +80,7 @@ <h2>Ordered Lists</h2>
</section>

<section class="slide">
<h2>Unordered Lists</h2>
<h2>Unordered List</h2>
<ul>
<li>Literally viral vegan, ugh drinking vinegar photo booth</li>
<li>Wes Anderson chillwave Marfa pour-over Etsy banh mi</li>
Expand All @@ -93,7 +93,7 @@ <h2>Unordered Lists</h2>
</section>

<section class="slide">
<h2>Block Lists</h2>
<h2>Multiline List Items</h2>
<ul>
<li>Retro meh brunch aesthetic Cosby sweater Shoreditch. Banksy Tumblr sriracha, flexitarian pug chia master cleanse vinyl wayfarers fanny pack.</li>
<li>Messenger bag retro cred Portland next level. Yr stumptown Schlitz Carles deep v small batch. Hella sustainable messenger bag.</li>
Expand Down Expand Up @@ -146,15 +146,15 @@ <h2>Custom List Bullets</h2>
</section>

<section class="slide">
<h2>Two Columns</h2>
<h2>Two Text Columns</h2>
<div class="columns two">
<p>Echo Park 8-bit sustainable umami deep v Kickstarter. DIY cliche typewriter brunch, Odd Future sriracha pickled aesthetic. Farm-to-table bespoke fingerstache, kale chips umami brunch.</p>
<p>American Apparel letterpress. Whatever authentic disrupt, you probably haven’t heard of them direct trade mlkshk Etsy. Gluten-free roof party plaid American Apparel four loko quinoa.</p>
</div>
</section>

<section class="slide">
<h2>Two Lists</h2>
<h2>Two List Columns</h2>
<div class="columns two">
<ul>
<li>Occupy locavore, mustache you probably haven’t heard of them</li>
Expand All @@ -170,7 +170,7 @@ <h2>Two Lists</h2>
</section>

<section class="slide">
<h2>Three Lists</h2>
<h2>Three List Columns</h2>
<div class="columns three">
<ul>
<li>Skateboard pork belly aesthetic hoodie selfies brunch.</li>
Expand All @@ -188,7 +188,7 @@ <h2>Three Lists</h2>
</section>

<section class="slide">
<h2>Four Lists</h2>
<h2>Four List Columns</h2>
<div class="columns four">
<ul>
<li>Gentrify</li>
Expand Down Expand Up @@ -228,11 +228,11 @@ <h2>Four Lists</h2>
<section class="slide">
<div class="columns two">
<div>
<h2>Column One</h2>
<h2>Column Header One</h2>
<p>Retro meh brunch aesthetic Cosby sweater Shoreditch. Banksy Tumblr sriracha, flexitarian pug chia master cleanse vinyl wayfarers fanny pack bespoke Helvetica roof party. Messenger bag retro cred Portland next level.</p>
</div>
<div>
<h2>Column Two</h2>
<h2>Column Header Two</h2>
<p>Yr stumptown Schlitz Carles deep v small batch. Echo Park 8-bit sustainable umami deep v Kickstarter. Hella sustainable messenger bag, leggings skateboard literally bicycle rights H₂0 mumblecore banh.</p>
</div>
</div>
Expand Down Expand Up @@ -287,7 +287,7 @@ <h2>Simple Table</h2>
</section>

<section class="slide">
<h2>Marked Table</h2>
<h2>Marked Simple Table</h2>
<table>
<tr>
<th scope="col">Gentrify</th>
Expand Down Expand Up @@ -335,7 +335,7 @@ <h2>Marked Table</h2>
</section>

<section class="slide">
<h2>Marked Striped Table</h2>
<h2>Striped Table</h2>
<table class="striped">
<tr>
<th scope="col">Gentrify</th>
Expand Down Expand Up @@ -431,7 +431,7 @@ <h2>Marked Striped Table</h2>
</section>

<section class="slide">
<h2>Plain Code Listing</h2>
<h2>Plain Code Block</h2>
<pre><code>&lt;html lang="en"&gt;
<mark>&lt;head&gt;</mark> <span class="comment">&lt;!--Comment--&gt;</span>
&lt;title&gt;Shower&lt;/title&gt;
Expand All @@ -441,7 +441,7 @@ <h2>Plain Code Listing</h2>
<mark>&lt;/head&gt;</mark></code></pre>
</section>
<section class="slide">
<h2>Numbered Code Listing</h2>
<h2>Numbered Code Lines</h2>
<pre>
<code>&lt;html lang="en"&gt;</code>
<code><mark>&lt;head&gt;</mark> <span class="comment">&lt;!--Comment--&gt;</span></code>
Expand All @@ -454,7 +454,7 @@ <h2>Numbered Code Listing</h2>
</section>

<section class="slide">
<h2>Highlighted Code Lines</h2>
<h2>Marked Code Lines</h2>
<pre>
<code>&lt;html lang="en"&gt;</code>
<code class="mark">&lt;head&gt; <span class="comment">&lt;!--Comment--&gt;</span></code>
Expand All @@ -467,7 +467,7 @@ <h2>Highlighted Code Lines</h2>
</section>

<section class="slide">
<h2>Hidden Code Steps</h2>
<h2>Stepped Code Lines</h2>
<pre>
<code class="next">&lt;html lang="en"&gt;</code>
<code class="next"><mark>&lt;head&gt;</mark> <span class="comment">&lt;!--Comment--&gt;</span></code>
Expand All @@ -480,7 +480,7 @@ <h2>Hidden Code Steps</h2>
</section>

<section class="slide">
<h2>Highlighted Code Steps</h2>
<h2>Stepped Marked Code Lines</h2>
<pre>
<code class="mark next">&lt;html lang="en"&gt;</code>
<code>&lt;head&gt; <span class="comment">&lt;!--Comment--&gt;</span></code>
Expand Down Expand Up @@ -559,7 +559,7 @@ <h2>Wide Cover</h2>
</section>

<section class="slide clear">
<h2>Place</h2>
<h2>Placed Elements</h2>
<img class="place top left" src="pictures/square.svg" alt="Square picture placeholder.">
<img class="place top" src="pictures/square.svg" alt="Square picture placeholder.">
<img class="place top right" src="pictures/square.svg" alt="Square picture placeholder.">
Expand All @@ -572,7 +572,7 @@ <h2>Place</h2>
</section>

<section class="slide">
<h2>List Navigation</h2>
<h2>Stepped List</h2>
<ol>
<li>Ennui keffiyeh thundercats</li>
<li class="next">Jean shorts biodiesel</li>
Expand All @@ -584,14 +584,14 @@ <h2>List Navigation</h2>
</section>

<section class="slide clear">
<h2>Place + Next</h2>
<h2>Stepped Placed</h2>
<img class="place next left" height="100%" src="pictures/picture-1.svg" alt="Picture placeholder.">
<img class="place next" height="100%" src="pictures/picture-2.svg" alt="Picture placeholder.">
<img class="place next right" height="100%" src="pictures/picture-3.svg" alt="Picture placeholder.">
</section>

<section class="slide" data-timing="00:03">
<h2 class="shout">Timer</h2>
<h2 class="shout">Timed Slide</h2>
</section>

<section class="slide">
Expand Down

0 comments on commit 2cb0fee

Please sign in to comment.