Sha256: 0da5b73f669ab4190df467ffd009b35cd23a50d9a71317fadcadd97c9b8c8933

Contents?: true

Size: 950 Bytes

Versions: 95

Compression:

Stored size: 950 Bytes

Contents

<div class="container">
  <%= render 'minimum_viable_product/styleguide/bootstrap/header' %>

  <section>
    <h1>Typography</h1>
    <%= render 'minimum_viable_product/styleguide/bootstrap/typography' %>
  </section>

  <section>
    <h1>Buttons</h1>
    <%= render 'minimum_viable_product/styleguide/bootstrap/buttons' %>
  </section>

  <section>
    <h1>Panels</h1>
    <%= render 'minimum_viable_product/styleguide/bootstrap/panels' %>
  </section>

  <section>
    <h1>Forms</h1>
    <%= render 'minimum_viable_product/styleguide/bootstrap/forms' %>
  </section>

  <section>
    <h1>Tables</h1>
    <%= render 'minimum_viable_product/styleguide/bootstrap/tables' %>
  </section>
</div>

<footer class='text-center'>
  <small>Copyright &copy; <%= Date.today.year %></p></small>
</footer>

<style media="screen">
  section {
    margin-bottom: 100px;
  }

  section h1 {
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
  }
</style>

Version data entries

95 entries across 94 versions & 2 rubygems

Version Path
mvpkit-1.1.2 app/views/mvp/styleguide/bootstrap.html.erb
mvpkit-1.1.1 app/views/mvp/styleguide/bootstrap.html.erb
mvpkit-1.1.0 app/views/mvp/styleguide/bootstrap.html.erb
mvpkit-1.0.4 app/views/mvp/styleguide/bootstrap.html.erb
mvpkit-1.0.3 app/views/mvp/styleguide/bootstrap.html.erb
mvpkit-1.0.2 app/views/mvp/styleguide/bootstrap.html.erb
mvpkit-1.0.1 app/views/mvp/styleguide/bootstrap.html.erb
mvpkit-1.0.0 app/views/mvp/styleguide/bootstrap.html.erb
mvpkit-0.8.1 app/views/minimum_viable_product/styleguide/bootstrap.html.erb
mvpkit-0.8.0 app/views/minimum_viable_product/styleguide/bootstrap.html.erb
minimum_viable_product-0.7.15 app/views/minimum_viable_product/styleguide/bootstrap.html.erb
minimum_viable_product-0.7.14 app/views/minimum_viable_product/styleguide/bootstrap.html.erb
minimum_viable_product-0.7.13 app/views/minimum_viable_product/styleguide/bootstrap.html.erb
minimum_viable_product-0.7.12 app/views/minimum_viable_product/styleguide/bootstrap.html.erb
minimum_viable_product-0.7.11 app/views/minimum_viable_product/styleguide/bootstrap.html.erb
minimum_viable_product-0.7.10 app/views/minimum_viable_product/styleguide/bootstrap.html.erb
minimum_viable_product-0.7.9 app/views/minimum_viable_product/styleguide/bootstrap.html.erb
minimum_viable_product-0.7.8 app/views/minimum_viable_product/styleguide/bootstrap.html.erb
minimum_viable_product-0.7.7 app/views/minimum_viable_product/styleguide/bootstrap.html.erb
minimum_viable_product-0.7.6 app/views/minimum_viable_product/styleguide/bootstrap.html.erb