Select Git revision
subnav.pcss
Forked from
TO / Weby / ui-styleguide
Source project has a limited visibility.
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 }}