Sha256: b2f4fc97f0e1b4998ae6e0ec2bed613319d5a1c926e042d773bf55dd7fe80725

Contents?: true

Size: 1.03 KB

Versions: 52

Compression:

Stored size: 1.03 KB

Contents

<!-- Description Section -->
<div id="description-section">
  <div class="container">
    <div class="row">
      <div class="col-md-12 text-center">
        <h1><span class="underline">How It Works</span></h1>
      </div>
    </div>
    <% Wbase.case_studies.each.with_index do |(title, description, image), i| %>
      <div class="row <%= 'first-row' if i.even? %> <%= 'second-row' if i.odd? %>">
        <div class="col-md-6 <%= 'col-md-push-6' if i.odd? %>">
          <img class="img-responsive" src="<%= image %>" alt="description image 1">
        </div>

        <div class="col-md-6 <%= 'col-md-pull-6' if i.odd? %>">
          <h2><%= title %></h2>
          <p><%= description %></p>
          <div class="clearfix"></div>
          <% if i == Wbase.case_studies.length - 1 %>
            <div class="text-center">
              <a class="button-small-solid scrolling" href="<%= Wbase.call_to_action_path %>"><%= Wbase.call_to_action %></a>
            </div>
          <% end %>
        </div>
      </div>
    <% end %>
  </div>
</div>

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
wbase-0.3.20 app/views/wbase/static_pages/landing/_description.html.erb
wbase-0.3.19 app/views/wbase/static_pages/landing/_description.html.erb
wbase-0.3.18 app/views/wbase/static_pages/landing/_description.html.erb
wbase-0.3.17 app/views/wbase/static_pages/landing/_description.html.erb
wbase-0.3.16 app/views/wbase/static_pages/landing/_description.html.erb
wbase-0.3.15 app/views/wbase/static_pages/landing/_description.html.erb
wbase-0.3.14 app/views/wbase/static_pages/landing/_description.html.erb
wbase-0.3.13 app/views/wbase/static_pages/landing/_description.html.erb
wbase-0.3.12 app/views/wbase/static_pages/landing/_description.html.erb
wbase-0.3.11 app/views/wbase/static_pages/landing/_description.html.erb
wbase-0.3.10 app/views/wbase/static_pages/landing/_description.html.erb
wbase-0.3.9 app/views/wbase/static_pages/landing/_description.html.erb
wbase-0.3.8 app/views/wbase/static_pages/landing/_description.html.erb
wbase-0.3.7 app/views/wbase/static_pages/landing/_description.html.erb
wbase-0.3.6 app/views/wbase/static_pages/landing/_description.html.erb
wbase-0.3.5 app/views/wbase/static_pages/landing/_description.html.erb
wbase-0.3.4 app/views/wbase/static_pages/landing/_description.html.erb
wbase-0.3.3 app/views/wbase/static_pages/landing/_description.html.erb
wbase-0.3.2 app/views/wbase/static_pages/landing/_description.html.erb
wbase-0.3.1 app/views/wbase/static_pages/landing/_description.html.erb