Skip to content
Snippets Groups Projects
Select Git revision
  • cf882cdd22e87da51a4d541157589da6883c76b8
  • master default protected
  • feat/new-image-formats
  • clickable-select-chevron
  • 2.20.0
  • 2.19.0
  • 2.18.0
  • 2.17.0
  • 2.16.1
  • 2.16.0
  • 2.15.0
  • 2.14.0
  • 2.13.0
  • 2.12.1
  • 2.11.0
  • 2.10.0
  • 2.9.1
  • 2.9.0
  • 2.8.0
  • 2.7.1
  • 2.7.0
  • 2.6.0
  • 2.5.2
  • 2.5.1
24 results

hero.mustache

Blame
  • user avatar
    xaralis authored
    cf882cdd
    History
    hero.mustache 705 B
    <article class="hero {{ classes }}">
      <div class="container grid lg:grid-rows-5 lg:grid-cols-7 gap-1 items-center">
        <div class="lg:row-span-4 lg:col-span-3 order-1">
          <h1 class="head-alt-md sm:head-alt-lg md:head-alt-xl">{{ claim }}{{^ claim }}Piráti<br>Pardubického<br>kraje{{/ claim }}</h1>
        </div>
        <div class="lg:row-span-1 lg:col-span-3 order-3">
          <div class="md-2 md:mt-4">
            {{> atoms-icon-button(classes: "btn--black btn--hoveractive btn--fullwidth md:btn--autowidth text-lg", icon: "fas fa-chevron-right") }}
          </div>
        </div>
        <div class="lg:row-span-5 lg:col-span-4 order-2">
          <img src="/images/hero-profile-img.png" />
        </div>
      </div>
    </article>