Sha256: 4d957916f14eb55d6d142631db1cc70b075ff5e606f482c5e330fda667457576

Contents?: true

Size: 602 Bytes

Versions: 52

Compression:

Stored size: 602 Bytes

Contents

<!-- Features Section -->
<div id="features-section">
  <div class="container">
    <div class="row">
      <div class="col-md-12 text-center">
        <h1><span class="underline">Features</span></h1>
      </div>
    </div>
    <div class="row">
      <% Wbase.features.each do |name, description, icon| %>
        <div class="col-md-4 text-center">
          <span class="fa <%= icon %> features-icons"></span>
          <h3 class="text-center"><%= name %></h3>
          <p><%= description %></p>
        </div>
      <% end %>
    </div>
    </div>
  </div>
</div> <!-- end of features section -->

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
wbase-0.3.0 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.2.9 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.2.8 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.2.7 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.2.6 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.2.5 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.2.4 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.2.3 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.2.2 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.2.1 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.2.0 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.1.7 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.1.6 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.1.5 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.1.4 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.1.3 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.1.2 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.1.0 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.0.15 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.0.14 app/views/wbase/static_pages/landing/_features.html.erb