Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
madmurphy committed Feb 24, 2017
1 parent b6ae02f commit bd8a2cf
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ <h1>Slide 8 of 10</h1>
<h1>Slide 9 of 10</h1>
</header>
<figure>
<iframe style="width: 640px; height: 360px;" src="https://www.youtube.com/embed/KDOLHClNTOI" frameborder="0" allowfullscreen itemprop="video"></iframe>
<iframe style="width: 640px; height: 360px;" src="https://www.youtube.com/embed/KDOLHClNTOI" allowfullscreen itemprop="video"></iframe>
<figcaption itemprop="caption">When We Left Earth &ndash; The NASA Missions &mdash; source: <a href="http://www.youtube.com/watch?v=KDOLHClNTOI" target="_blank">http://www.youtube.com/watch?v=KDOLHClNTOI</a></figcaption>
</figure>
</article>
Expand Down
2 changes: 1 addition & 1 deletion docs/man.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h3>Getting started</h3>
</ul>
<h4>Example</h4>
<p>The following minimalistic code</p>
<pre class="example">&lt;p style="text-align: center; font-size: 2em;"&gt;<br />&nbsp;&nbsp;&nbsp; &lt;a href="#photo_of_the_day"&gt;Photo of the day&lt;/a&gt;<br />&lt;/p&gt;<br /><br />&lt;article class="slide" id="photo_of_the_day" itemscope itemtype="http://schema.org/ImageObject"&gt;<br />&nbsp;&nbsp;&nbsp; &lt;nav&gt;&lt;a href="#nowhere" rel="parent"&gt;My diary&lt;/a&gt;&lt;/nav&gt;<br />&nbsp;&nbsp;&nbsp; &lt;figure&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;img src="images/1.jpg" itemprop="image" alt="Photo of the day" itemprop="image" /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;figcaption itemprop="caption"&gt;Photo of the day&lt;/figcaption&gt;<br />&nbsp;&nbsp;&nbsp; &lt;/figure&gt;<br />&lt;/article&gt;</pre>
<pre class="example">&lt;p style="text-align: center; font-size: 2em;"&gt;<br />&nbsp;&nbsp;&nbsp; &lt;a href="#photo_of_the_day"&gt;Photo of the day&lt;/a&gt;<br />&lt;/p&gt;<br /><br />&lt;article class="slide" id="photo_of_the_day" itemscope itemtype="http://schema.org/ImageObject"&gt;<br />&nbsp;&nbsp;&nbsp; &lt;nav&gt;&lt;a href="#nowhere" rel="parent"&gt;My diary&lt;/a&gt;&lt;/nav&gt;<br />&nbsp;&nbsp;&nbsp; &lt;figure&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;img src="images/1.jpg" itemprop="image" alt="Photo of the day" /&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;figcaption itemprop="caption"&gt;Photo of the day&lt;/figcaption&gt;<br />&nbsp;&nbsp;&nbsp; &lt;/figure&gt;<br />&lt;/article&gt;</pre>
<p>will produce <a href="min_example.html" target="_blank">this result</a>.</p>
<h3>Slides containers (viewports)</h3>
<p>Each slide is defined through the element <code><span style="background-color: #ffff00;">&lt;article </span><span style="background-color: #0098ff;">id="my-hash-tag"</span><span style="background-color: #ffff00;"> class="slide"&gt; &hellip; </span><span style="background-color: #ffff00;">&lt;/article&gt;</span></code>. Such element is constructed so that:</p>
Expand Down
3 changes: 1 addition & 2 deletions docs/min_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/takefive_min.css" />
<link rel="index" type="text/html" href="index.html" />
<link rel="parent" type="text/html" href="man.html" />
<link rel="next" type="text/html" href="nested_example.html" />
<title>Take five! &ndash; Photo of the day</title>
</head>
Expand All @@ -18,7 +17,7 @@
<article class="slide" id="photo_of_the_day" itemscope itemtype="http://schema.org/ImageObject">
<nav><a href="#nowhere" rel="parent">My diary</a></nav>
<figure>
<img src="images/1.jpg" itemprop="image" alt="Photo of the day" itemprop="image" />
<img src="images/1.jpg" itemprop="image" alt="Photo of the day" />
<figcaption itemprop="caption">Photo of the day</figcaption>
</figure>
</article>
Expand Down
1 change: 0 additions & 1 deletion docs/nested_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/takefive_min.css" />
<link rel="index" type="text/html" href="index.html" />
<link rel="parent" type="text/html" href="man.html" />
<link rel="prev" type="text/html" href="min_example.html" />
<title>Take five! &ndash; Nested galleries</title>
</head>
Expand Down

0 comments on commit bd8a2cf

Please sign in to comment.