Sha256: a29233fa4c0470d111476fdf5e06db6d6daa155cdaad8ba46788860b01c5e28e

Contents?: true

Size: 1.06 KB

Versions: 14

Compression:

Stored size: 1.06 KB

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
    <title><%= meta.title %></title>
    <% (theme.css + meta.css).each do |css| %>
      <link rel="stylesheet" href="<%= css%>">
    <% end %>
    <link rel="stylesheet" href="css/pygments/native.css">
    <script src="js/prefixfree.min.js"></script>
  </head>
  <body data-duration="<%= meta.duration %>">
    <section>
      <header class="slide">
        <h1><%= meta.title %></h1>
      </header>
    </section>
    <% sections.each do |section| %>
      <section>
        <header class="slide">
          <h1><%= section.title %></h1>
        </header>
        <% section.slides.each do |slide| %>
          <section class="slide <%= slide.classes %>">
            <%= slide.html %>
          </section>
        <% end %>
      </section>
    <% end %>
    <% (theme.js + meta.js).each do |js| %>
      <script src="<%= js %>"></script>
    <% end %>
    <script>var slideshow = new SlideShow();</script>
  </body>
</html>

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
slideoff-0.4.0 themes/CSSS/index.erb
slideoff-0.3.5 themes/CSSS/index.erb
slideoff-0.3.4 themes/CSSS/index.erb
slideoff-0.3.3 themes/CSSS/index.erb
slideoff-0.3.2 themes/CSSS/index.erb
slideoff-0.3.1 themes/CSSS/index.erb
slideoff-0.3 themes/CSSS/index.erb
slideoff-0.2 themes/CSSS/index.erb
slideoff-0.1 themes/CSSS/index.erb
slide-em-up-0.3.5 themes/CSSS/index.erb
slide-em-up-0.3.4 themes/CSSS/index.erb
slide-em-up-0.3.3 themes/CSSS/index.erb
slide-em-up-0.3.2 themes/CSSS/index.erb
slide-em-up-0.3.1 themes/CSSS/index.erb