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

elections-program.mustache

Blame
  • user avatar
    xaralis authored
    e51877ed
    History
    elections-program.mustache 1.39 KiB
    {{> organisms-header }}
    {{> organisms-elections-hero }}
    
    <div class="container container--default pb-24 pt-24">
      <div class="text-center">
        {{> molecules-binary-switch(cta1: "Kandidáti", cta2: "Program", secondActive: true) }}
      </div>
    
      <h1 class="head-alt-md text-center pt-24 pb-8">Volební program</h1>
    
      <div class="candidate-card-list grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
        {{> molecules-program-point-card(title: "Otevřenost a zapojení občanů") }}
        {{> molecules-program-point-card(title: "Smart city") }}
        {{> molecules-program-point-card(title: "Řízení a organizační struktura města") }}
        {{> molecules-program-point-card(title: "Rozvoj města a bydlení") }}
        {{> molecules-program-point-card(title: "Doprava") }}
        {{> molecules-program-point-card(title: "Veřejný prostor a zeleň") }}
        {{> molecules-program-point-card(title: "Vzdělávání") }}
        {{> molecules-program-point-card(title: "Kultura a volný čas") }}
      </div>
    
      <div class="flex flex-col pt-24 space-y-8 md:space-y-0 md:flex-row md:space-x-8">
        {{> atoms-super-button(cta: "Povolební strategie", icon: "fa fa-chess", classes: "bg-grey-125 hover:bg-black hover:text-white w-full") }}
        {{> atoms-super-button(cta: "Financování kampaně", icon: "fa fa-calculator", classes: "bg-black text-white hover:bg-grey-125 hover:text-black w-full") }}
      </div>
    </div>
    
    
    {{> organisms-footer }}