Sha256: da6b342f8295e30eceeb1e129d02fa8dd8e48982cbadabbb925865311b4ca20b

Contents?: true

Size: 1.15 KB

Versions: 1

Compression:

Stored size: 1.15 KB

Contents

---
layout: default
---
<section class="landing-wraper">
  <div class="landing-content">
    <h1 class="h-light">
    {{ page.title }}</h1>
    <div class="mouse">
        <div class="scroll"></div>
    </div>
    {% assign n = page.subtitle | size %}
    {% for items in page.subtitle %}
    <h3 class="h-light landing-page-sub-title"> {{ items }} </h3>
    {% if n != forloop.index %}
    <!-- keeping these outside <h incase it affects seo -->
    <span class="h-light landing-page-sub-title">|</span>
    {% endif %}
    {% endfor %}

    <div class="btn-landing">
      <div
      data-aos="fade-in"
      data-aos-delay="1000"
      data-aos-easing="ease">
        <!-- wrapping in div to use AOS -->
        <!-- really need to write our own AOS -->
        <a href="/#services" class="btn btn-pop btn-solid btn-pink" role="button">{{ page.cta }}</a>
      </div>
      <!--
      <div data-aos="fade-up">
        <a href="" class="btn btn-outline btn-color-swoosh" role="button">INSTANT QUOTE</a>
      </div>
      -->
    </div>
  </div>
</section>


{{ content }}

<a name="services"></a>

{% include services.html %}

<section class="spacer portfolio-wraper"></section>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
made-slowly-0.0.1 _layouts/home.html