Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • 2.0.0-alpha-11
  • 2.0.0-alpha-10
  • 2.0.0-alpha-9
  • 2.0.0-alpha-8
  • 2.0.0-alpha-7
  • 2.0.0-alpha-6
  • 2.0.0-alpha-5
  • 2.0.0-alpha-4
  • 2.0.0-alpha-3
  • 2.0.0-alpha-2
  • 2.0.0-alpha-1
  • 1.8.0
  • 1.7.0
  • 1.6.4
  • 1.6.3
  • 1.6.2
  • 1.6.1
  • 1.6.0
  • 1.5.5
  • 1.5.4
21 results

image-hero.mustache

Blame
  • Forked from TO / Weby / ui-styleguide
    229 commits behind the upstream repository.
    image-hero.mustache 594 B
    <article class="hero hero--image {{ classes }}" style="--image-url: url({{ img.landscape-16x9-fullhd.src }})">
      <div class="container flex space-x-8">
        <div>
          <h1 class="head-alt-lg max-w-xl">{{ claim }}{{^ claim }}{{ headline.medium }}{{/ claim }}</h1>
          <div class="mt-6">
            <a href="#" class="btn btn--white text-lg"><span class="btn__body">{{ cta }}</span></a>
            <a href="#" class="btn btn--white text-lg"><span class="btn__body">{{ cta }}</span></a>
          </div>
        </div>
        <div>
          <img src="/images/hero-profile-img.png" />
        </div>
      </div>
    </article>