<section class='slater-welcome f aic jcc' data-component='slaterWelcome'>
  <div class='outer'>
    <div class='slater-welcome__inner mxa'>
      <h1 class='slater-welcome__title h2 c-blue'>A Shopify theme development toolkit</h1>
      <p class='pb1'>A barebones theme and handy CLI for easy build and deployment.</p>
      <pre><code>npm i slater -g</code></pre>

      <div class='mt1 pt05 f aic h6'>
        <a class='link mr1 pr1' href='https://github.com/the-couch/slater' target='_blank'>github</a>
        <a class='link' href='https://www.npmjs.com/package/slater' target='_blank'>npm</a>
      </div>
    </div>
  </div>
</section>

{% schema %}
  {
    "name": "Welcome",
    "settings": [],
    "presets": [
      {
        "name": "Welcome",
        "category": "slater"
      }
    ]
  }
{% endschema %}
