Sha256: 64bae82b7edb1f93576695ef4865695c67a5638d4193e5f01ca8361c78a0088e

Contents?: true

Size: 1016 Bytes

Versions: 3

Compression:

Stored size: 1016 Bytes

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">
  </head>
  <body data-duration="60">
    <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

3 entries across 3 versions & 1 rubygems

Version Path
slide-em-up-0.2.3 themes/CSSS/index.erb
slide-em-up-0.2.2 themes/CSSS/index.erb
slide-em-up-0.2.1 themes/CSSS/index.erb