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.20 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.3.19 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.3.18 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.3.17 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.3.16 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.3.15 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.3.14 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.3.13 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.3.12 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.3.11 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.3.10 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.3.9 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.3.8 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.3.7 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.3.6 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.3.5 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.3.4 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.3.3 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.3.2 app/views/wbase/static_pages/landing/_features.html.erb
wbase-0.3.1 app/views/wbase/static_pages/landing/_features.html.erb