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

calendar.pcss

Blame
  • hero.mustache 509 B
    <article class="hero {{ classes }}">
      <div class="container grid grid-cols-7 gap-1 items-start">
        <div class="col-span-3">
          <h1 class="head-alt-xl max-w-xl">{{ claim }}{{^ claim }}Piráti<br>Pardubického<br>kraje{{/ claim }}</h1>
          <div class="mt-6">
            {{> atoms-icon-button(classes: "btn--black btn--hoveractive text-lg", icon: "fas fa-chevron-right") }}
          </div>
        </div>
        <div class="col-span-4">
          <img src="/images/hero-profile-img.png" />
        </div>
      </div>
    </article>