Skip to content
Snippets Groups Projects
Select Git revision
  • f56a0e0727621c412248d53162ea4ffd5440e241
  • test default protected
  • master protected
  • feat/custom-css
  • feat/redesign-improvements-10
  • feat/redesign-improvements-8
  • feat/redesign-fixes-3
  • feat/pirstan-changes
  • feat/separate-import-thread
  • feat/dary-improvements
  • features/add-pdf-page
  • features/add-typed-table
  • features/fix-broken-calendar-categories
  • features/add-embed-to-articles
  • features/create-mastodon-feed-block
  • features/add-custom-numbering-for-candidates
  • features/add-timeline
  • features/create-wordcloud-from-article-page
  • features/create-collapsible-extra-legal-info
  • features/extend-hero-banner
  • features/add-link-to-images
21 results

0013_auto_20210217_1130.py

Blame
  • 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 }}