home.html 4.78 KB
<div class='home-container'>
  <section class='home-hero'>
    <div class='home-hero-inner'>
      <div class='hero-caption'>
        <h2>
          <span class="fadeIn__hiw">{{ pages.homepage.heroCaptionHeadingRowOne}}
          <br>{{ pages.homepage.heroCaptionHeadingRowTwo}} </span>
        </h2>
        <p>
          <span class="fadeIn__hiw">
          {{ pages.homepage.heroCaptionParagraph}} <br>
           {{ pages.homepage.heroCaptionParagraphTwo}}
          </span>
        </p>
        <button class="fadeIn__hiw btn__red" onclick="window.location.href='profilation.html'">
        {{ pages.homepage.heroCaptionCta}}
        </button>
      </div>
      <div class="hero-bg"></div>
    </div>
  </section>

  <section class="home-slider">
    <div class="offertaSliderUsp" data="inview-fading">
      <h5>   {{ pages.homepage.heroOfferHeading}}
       <br> {{ pages.homepage.heroOfferHeadingTwo}}</h5>
      <div class="offertaSliderUsp--listing">

        <div class='home_fadeUp'>
          <figure><img src="img/icon_1.svg" alt="" /></figure>
          <h6>{{ pages.homepage.heroOfferSlideOneHeading}}</h6>
          <p>{{ pages.homepage.heroOfferSlideOneParagraph}}</p>
        </div>
        <figure class='right-arrow home_fadeLeft'>
          <img class="arrow-icon " src="img/freccia_down.svg">
        </figure>
        <div class='home_fadeUp'>
          <figure class=" "><img src="img/icon_2.svg" alt="" /></figure>
          <h6>{{ pages.homepage.heroOfferSlideTwoHeading}}</h6>
          <p>{{ pages.homepage.heroOfferSlideTwoParagraph}}</p>
        </div>
        <figure class='right-arrow  home_fadeLeft'>
          <img class="arrow-icon " src="img/freccia_down.svg">
        </figure>
        <div class='home_fadeUp'>
          <figure><img src="img/icon_3.svg" alt="" /></figure>
          <h6>{{ pages.homepage.heroOfferSlideThreeHeading}}</h6>
          <p>{{ pages.homepage.heroOfferSlideThreeParagraph}}</p>
        </div>
      </div>
    </div>
  </section>

  <section class='home-discover'>
    <div class="hero-bg">
    </div>
    <div class='hero-caption' data="inview-fading">
      <div class='caption-inner'>
        <h2>
            {{ pages.homepage.heroHomeDiscoverHeading}}        </h2>
        <p>
            {{ pages.homepage.heroHomeDiscoverParagraph}}            </p>
        <button class='btn__outline' onclick="window.location.href='howitworks.html'">{{ cta.btnDiscoverHiw}}  </button>
      </div>
    </div>
  </section>
  <section class="animation-scroll-bike">
  <div id="content-wrapper">

      <section id="pin" class="scroll-magic-section">
        <div id="slide">
          <div class="container">

            <div class="animation-bike">
              <div class="animation-bike-text-wrapper">
                <div class='animation-bike-text animation-bike-text-one'>
                  <h2>{{{ pages.homepage.anBikeRowOneHeading}}}</h2>
                  <p>{{ pages.homepage.anBikeRowOneParagraph}}</p>

                </div>
                <div class='animation-bike-text animation-bike-text-two'>
                  <h2>{{{ pages.homepage.anBikeRowTwoHeading}}}</h2>
                  <p>{{ pages.homepage.anBikeRowTwoParagraph}}</p>
                </div>
              </div>
              <div class="animation-bike-iframe">
                <figure id="animation-bike-one" class='animation'>
                  <iframe width="500" height="500" src="https://lottiefiles.com/i/wLQ7sM" frameborder="0" allowfullscreen></iframe>
                </figure>
                <figure id="animation-bike-two" class='animation'>
                  <iframe width="500" height="500" src="https://lottiefiles.com/i/I3uQ0U" frameborder="0" allowfullscreen></iframe>
                </figure>
              </div>
            </div>
          </div>
        </div>
      </section>
    </div>
</section>


  <section class='home-discover solutions'>
    <div class='discover-container'>
      <div class='hero-caption' data="inview-fading">
        <div class='caption-inner'>
          <h2>
            {{{ pages.homepage.discoverSolutionHeading}}}
          </h2>
          <p>
            {{ pages.homepage.discoverSolutionParagraph}}
          </p>
          <button class="btn__red " >
           {{cta.btnStart}}
          </button>
        </div>
      </div>
      <div class='animation-wrapper'>
        <div class="hero-bg"></div>
        <!--<div id='animation-container'></div>-->
        <div id="animation-container">
          <div class="animation-container__relative">
            <iframe id="idIframe" width="500" height="500" src="https://lottiefiles.com/i/krupan" frameborder="0" allowfullscreen></iframe>
          </div>
        </div>
      </div>
    </div>
  </section>


</div>