Close menu

Pattern Library

<div
  class="
    flex flex-col bg-grey-180 drop-shadow

    {{ classes }}
  "
>
  <a href="{{ url }}">
    <img
      src="{{ image_url }}"
      alt=""
      class="w-full object-cover object-center h-[27rem]"
    >
  </a>

  <div class="flex flex-col px-8 pb-6 pt-5 h-full">
    <div class="text-xl text-grey-350 mb-2">
      {{ date }}
    </div>

    <a href="{{ url }}" class="mb-2 underline-offset-4">
      <h2 class="font-alt text-4xl">{{ title }}</h2>
    </a>

    <div class="mb-6">
      {% include 'patterns/molecules/tags/inline_tags.html' %}
    </div>

    <div class="flex flex-col justify-between h-full">
      <p class="mb-8 text-lg">
        {{ text }}
      </p>

      <div class="flex justify-end">
        {% include 'patterns/atoms/buttons/round_button.html' with button_text='Zjisti více' %}
      </div>
    </div>
  </div>
</div>
context:
  title: 'KONEC MEZINÁRODNÍ OSTUDY. EVROPSKÁ KOMISE UZAVŘELA ŘÍZENÍ O STŘETU ZÁJMŮ'
  date: '29. června 2023'
  text: 'Zachránili jsme 180 miliard korun pro naše občany. Ostuda, kterou Česká republika musela podstupovat, je u konce.
      Babiš, podle závěrů auditu, spoluvytvářel prostředí, ve kterém jeho firmy čerpaly dotace, čímž ohrozil čerpání 180 miliard korun z evropských dotací. 
      Ministerstvo pro místní rozvoj obdrželo rozhodnutí od Evropské komise, podle kterého auditní řízení ke střetu zájmů, které se týkalo i bývalého premiéra Babiše, bylo uzavřeno.'
  classes: ''
  url: '#'
  image_url: '../../../../../static/images/person-table.png'