title: Evie Jekyll layout: landing


<!– Hero unit –> <div class=“hero”>

<div class="hero__overlay hero__overlay--gradient"></div>
<div class="hero__mask"></div>
<div class="hero__inner">
  <div class="container">
    <div class="hero__content">
      <div class="hero__content__inner" id='navConverter'>
        <h1 class="hero__title">A production-ready theme for your projects for Jekyll</h1>
        <p class="hero__text">The Evie theme ported to Jekyll by <a href="https://jonahsnider.ninja">Jonah Snider</a>. I've added some minor improvements/optimizations as well.</p>
        <a href="https://github.com/PizzaFox/evie-jekyll" class="button hero__button">GitHub</a>
        <a href="https://rubygems.org/gems/evie-jekyll" class="button button__accent">Download on RubyGems.org</a>
        <a href="https://evie.undraw.co" class="button hero__button">Evie project page</a>
      </div>
    </div>
  </div>
</div>

</div> <div class=“hero__sub”>

<span id="scrollToNext" class="scroll">
  <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" class='hero__sub__down'
    fill="currentColor" width="512px" height="512px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
    <path d="M256,298.3L256,298.3L256,298.3l174.2-167.2c4.3-4.2,11.4-4.1,15.8,0.2l30.6,29.9c4.4,4.3,4.5,11.3,0.2,15.5L264.1,380.9c-2.2,2.2-5.2,3.2-8.1,3c-3,0.1-5.9-0.9-8.1-3L35.2,176.7c-4.3-4.2-4.2-11.2,0.2-15.5L66,131.3c4.4-4.3,11.5-4.4,15.8-0.2L256,298.3z"
    />
  </svg>
</span>

</div> <!– Steps –> <div class=“steps landing__section”>

<div class="container">
  <h2>Who can use Evie?</h2>
  <p>Here's who we can think of, but surely creative people will surprise us.</p>
</div>
<div class="container">
  <div class="steps__inner">
    <div class="step">
      <div class="step__media">
        <img src="assets/images/undraw_designer.svg" class="step__image">
      </div>
      <h4>Programmers</h4>
      <p class="step__text">A landing page for your open source projects. Present your solution, easily create docs.</p>
    </div>
    <div class="step">
      <div class="step__media">
        <img src="assets/images/undraw_responsive.svg" class="step__image">
      </div>
      <h4>Designers</h4>
      <p class="step__text">A website for your own freebies. Let the world download and use your artwork.</p>
    </div>
    <div class="step">
      <div class="step__media">
        <img src="assets/images/undraw_creation.svg" class="step__image">
      </div>
      <h4>Makers</h4>
      <p class="step__text">A great starting point for your web application. Focus on your idea and execution.</p>
    </div>
  </div>
</div>

</div> <!– Expanded sections –> <div class=“expanded landing__section”>

<div class="container">
  <div class="expanded__inner">
    <div class="expanded__media">
      <img src="assets/images/undraw_browser.svg" class="expanded__image">
    </div>
    <div class="expanded__content">
      <h2 class="expanded__title">Natural styling with almost nothing to learn</h2>
      <p class="expanded__text">Evie brings you the pages you'll need and the structure to create your own, without a learning curve. It is minimal
        and mostly styles plain elements. There are only a few classes you'll need to know but nothing to disrupt your
        preferred coding style.</p>
    </div>
  </div>
</div>

</div> <div class=“expanded landing__section”>

<div class="container">
  <div class="expanded__inner">
    <div class="expanded__media">
      <img src="assets/images/undraw_frameworks.svg" class="expanded__image">
    </div>
    <div class="expanded__content">
      <h2 class="expanded__title">Framework agnostic. Your front-end setup, your choice.</h2>
      <p class="expanded__text">Evie has zero dependencies and uses vanilla JavaScript for a few functions with minimal footprint. You can use React,
        Vue, Angular, jQuery or whatever you prefer.</p>
    </div>
  </div>
</div>

</div> <div class=“expanded landing__section”>

<div class="container">
  <div class="expanded__inner">
    <div class="expanded__media">
      <img src="assets/images/together.svg" class="expanded__image">
    </div>
    <div class="expanded__content">
      <h2 class="expanded__title">Ready for production or rapid prototyping</h2>
      <p class="expanded__text">Landing, authentication and a few other pages to select from, despite the small size. Tested on production at unDraw
        with amazing speeds and unopinionated on how to structure your project. We really hope you'll find it awesome and
        useful!</p>
    </div>
  </div>
</div>

</div> <!– Call To Action –> <div class=“cta cta–reverse”>

<div class="container">
  <div class="cta__inner">
    <h2 class="cta__title">Get started now</h2>
    <p class="cta__sub cta__sub--center">Grab the production version and begin your project instantly.</p>
    <a href="https://github.com/PizzaFox/evie-jekyll/releases/latest" class="button button__accent">Download Evie</a>
  </div>
</div>

</div>