Skip to content
Snippets Groups Projects
Select Git revision
  • 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
23 results

hero.mustache

Blame
  • hero.mustache 752 B
    <article class="hero {{ classes }}">
      <div class="container grid lg:grid-rows-5 lg:grid-cols-7 gap-2 items-center text-center md:text-left">
        <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="mt-4 md:mt-8">
            {{> atoms-icon-button(classes: "btn--black block md:inline-block m-auto btn--hoveractive btn--autowidth text-base md:text-lg", icon: "ico--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>