Sha256: fc2d9ca47749d78d763ff645fd938b3e03f71533251752a1e5bc105049da2353

Contents?: true

Size: 1.95 KB

Versions: 1

Compression:

Stored size: 1.95 KB

Contents

<%= content_for :js_libs, "modernizr countdown" %>

<main class="landing-2" style="background-image: url('<%= asset_path('kiso_themes/stock/landscape_13.jpg') %>')">
<div class="container">
  <div class="row">
    <div class="col-12">
      <div class="d-flex align-items-center justify-content-center mt-5 flex-column">
        <img src="<%= asset_path('kiso_themes/pyrrmid_64.png') %>" width="64" height="64" >
        <h6 class="text-white mb-5">PYRMID</h6>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-12 col-md-7 ml-md-auto mr-md-auto text-center text-white text-shadow-light mt-3">
      <h1 class="leading-normal">You'll never have to work again</h1>
      <p class="lead font-weight-medium mt-5">PYRMID is the ultimate in trans-human enhancement. Neural lace interface of the finest quality.</p>
    </div>
  </div>
  <div class="row">
    <div class="col-12 col-md-8 mr-md-auto ml-md-auto text-center text-white pt-5">
      <div class="row d-flex align-items-center justify-content-center">
        <div class="countdown" data-countdownto="01/31/2018"></div>
      </div>
      <p class="text-shadow-light text-uppercase">Coming Soon &dash; Sign up to our mailing list to hear when we launch</p>
      <div class="card">
        <div class="card-body">
          <form class="form-inline d-flex justify-content-center justify-content-xl-between flex-column flex-lg-row">
            <label class="sr-only" for="inlineFormInputName2">Email</label>
            <div class="flex-grow-2 input-group input-group-sm mb-2 mb-lg-0 mr-3">
              <span class="input-group-prepend" id="basic-addon1"><div class="input-group-text"><%= theme_icon_tag "email" %></div></span>
              <input type="text" class="form-control" id="inlineFormInputName2" placeholder="Your Email">
            </div>

            <button type="submit" class="btn btn-primary">Get Notified</button>
          </form>
        </div>
      </div>
    </div>
  </div>
</div>
</main>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kiso_themes-1.0.2 lib/generators/kiso_themes/templates/views/frontend_pages/landing_pages/landing_page_1.html.erb