templates/rocks/index.rhtml in keydown-0.5.0 vs templates/rocks/index.rhtml in keydown-0.5.1
- old
+ new
@@ -59,19 +59,21 @@
First slide has Title, Instructions & options. Remove (or display:none) this slide if you like
-->
<div class="slide">
<section class="middle">
<h1><%= title %></h1>
+
<p>
Press <span class="key"><b>→</b></span>, scroll, or swipe to advance
</p>
+
<h3>
Options
</h3>
<ul>
<li>
- <input type="checkbox" id="toggle-size" />
+ <input type="checkbox" id="toggle-size"/>
<label for="toggle-size">
<span>Grow</span>
</label>
</li>
<li>
@@ -94,10 +96,15 @@
</li>
</ul>
<p>
Made with <a href="http://infews.github.com/keydown"><b>Keydown</b></a>
</p>
+ <p>
+ <a href="http://www.w3.org/html/logo/">
+ <img src="http://www.w3.org/html/logo/badge/html5-badge-h-css3-graphics-semantics.png" width="197" height="64" alt="HTML5 Powered with CSS3 / Styling, Graphics, 3D & Effects, and Semantics" title="HTML5 Powered with CSS3 / Styling, Graphics, 3D & Effects, and Semantics">
+ </a>
+ </p>
</section>
</div>
<% slides.each do |slide| %>
<%= slide.to_html %>
<% end %>
@@ -116,10 +123,10 @@
<!--
Keydown puts your custom JS here
-->
<% js_files.each do |js_file| %>
-<script src="<%= js_file %>" type="text/javascript"></script>
+ <script src="<%= js_file %>" type="text/javascript"></script>
<% end %>
</body>
</html>
\ No newline at end of file