{{> organisms-simplified-navbar-with-avatar }} <div class="container container--wide pt-8 lg:py-24"> <article> <div class="flex items-center justify-between mb-8"> <h1 class="head-alt-lg mb-0 pt-1 pr-8">Bod č. 1: Grilování leadera</h1> </div> <div class="grid grid-cols-3 gap-8"> <div class="col-span-2 space-y-8"> <iframe width="100%" height="610" src="https://www.youtube.com/embed/73jJLspL8o8" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <section> <div class="flex justify-between items-center mb-4"> <h2 class="head-alt-base whitespace-no-wrap">Příspěvky v rozpravě</h2> <div class="flex items-center"> <span class="chip chip--grey-125 chip--select chip--hoveractive text-xs"> <select> <option value="">Vše</option> <option value="">Jen aktivní</option> <option value="">Jen archivované</option> </select> <span class="chip__icon ico--chevron-down"></span> </span> <span class="chip chip--grey-125 chip--select chip--hoveractive text-xs ml-1"> <select> <option value="">Podle času</option> <option value="">Podle podpory</option> </select> <span class="chip__icon ico--chevron-down"></span> </span> <span class="chip chip--grey-125 chip--select chip--hoveractive text-xs mr-4 ml-1"> <select> <option value="">Návrhy i příspěvky</option> <option value="">Jen návrhy</option> <option value="">Jen příspěvky</option> </select> <span class="chip__icon ico--chevron-down"></span> </span> {{> molecules-chip-pagination }} </div> </div> <div class="space-y-6"> <div class="flex items-start bg-yellow-100 p-2 -ml-2"> <img src="{{ img.avatar.src }}" class="w-12 h-12 rounded mr-3"> <div class="flex-1 overflow-hidden"> <div class="mb-1"> <div class="flex justify-between"> <div class="flex items-center"> <span class="font-bold">{{ person.first }} {{ person.last }}</span> <span class="text-grey-200 text-sm ml-2">KS Pardubický kraj</span> <span class="text-grey-200 ml-1 text-sm">@ 11:46</span> {{> molecules-chip(classes: "chip--grey-125 chip--condensed text-grey-300 ml-2", cta: "Příspěvek")}} </div> {{> molecules-thumbs }} </div> </div> <p class="text-black leading-normal">{{ excerpt.medium }}</p> </div> </div> <div class="flex items-start p-2 -ml-2"> <img src="{{ img.avatar.src }}" class="w-12 h-12 rounded mr-3"> <div class="flex-1 overflow-hidden"> <div class="mb-1"> <div class="flex justify-between"> <div class="flex items-center"> <span class="font-bold">{{ person.first }} {{ person.last }}</span> <span class="text-grey-200 text-sm ml-2">KS Pardubický kraj</span> <span class="text-grey-200 ml-1 text-sm">@ 11:42</span> {{> molecules-chip(classes: "chip--grey-125 chip--condensed text-grey-300 ml-2", cta: "Příspěvek")}} </div> {{> molecules-thumbs }} </div> </div> <p class="text-black leading-normal">{{ excerpt.medium }}</p> </div> </div> <div class="flex items-start p-2 -ml-2"> <img src="{{ img.avatar.src }}" class="w-12 h-12 rounded mr-3"> <div class="flex-1 overflow-hidden"> <div class="mb-1"> <div class="flex justify-between"> <div class="flex items-center"> <span class="font-bold">{{ person.first }} {{ person.last }}</span> <span class="text-grey-200 text-sm ml-2">KS Pardubický kraj</span> <span class="text-grey-200 ml-1 text-sm">@ 11:40</span> <a href="#" class="text-grey-200 text-xs ml-2 underline">(Upraveno přesdedajícím)</a> {{> molecules-chip(classes: "chip--cyan-200 chip--condensed ml-2", cta: "Návrh postupu")}} </div> {{> molecules-thumbs }} </div> </div> <p class="text-black leading-normal">{{ excerpt.medium }}</p> </div> </div> <div class="flex items-start p-2 -ml-2 opacity-25 hover:opacity-100 transition-opacity duration-200"> <img src="{{ img.avatar.src }}" class="w-12 h-12 rounded mr-3"> <div class="flex-1 overflow-hidden"> <div class="mb-1"> <div class="flex justify-between"> <div class="flex items-center"> <span class="font-bold">{{ person.first }} {{ person.last }}</span> <span class="text-grey-200 text-sm ml-2">KS Pardubický kraj</span> <span class="text-grey-200 ml-1 text-sm">@ 11:38</span> {{> molecules-chip(classes: "chip--grey-125 chip--condensed text-grey-300 ml-2", cta: "Příspěvek")}} {{> molecules-chip(classes: "chip--grey-125 chip--condensed text-grey-300 ml-2", cta: "Archivovaný")}} </div> {{> molecules-thumbs }} </div> </div> <p class="text-black leading-normal">{{ excerpt.medium }}</p> </div> </div> <div class="flex items-start p-2 -ml-2 opacity-25 hover:opacity-100 transition-opacity duration-200"> <img src="{{ img.avatar.src }}" class="w-12 h-12 rounded mr-3"> <div class="flex-1 overflow-hidden"> <div class="mb-1"> <div class="flex justify-between"> <div class="flex items-center"> <span class="font-bold">{{ person.first }} {{ person.last }}</span> <span class="text-grey-200 text-sm ml-2">KS Pardubický kraj</span> <span class="text-grey-200 ml-1 text-sm">@ 11:30</span> {{> molecules-chip(classes: "chip--cyan-200 chip--condensed ml-2", cta: "Návrh postupu")}} {{> molecules-chip(classes: "chip--grey-125 chip--condensed text-grey-300 ml-2", cta: "Archivovaný")}} </div> {{> molecules-thumbs }} </div> </div> <p class="text-black leading-normal">{{ excerpt.medium }}</p> </div> </div> </div> <div class="my-8 space-y-4"> {{> molecules-textarea-field(nolabel: true) }} <div class="space-x-4"> {{> atoms-basic-button(classes: "text-base btn--black btn--hoveractive", cta: "Přidat příspěvek") }} <span class="text-sm text-grey-200">Pro pokročilejší formátování můžete používat <a href="#" class="underline">Markdown</a>.</span> </div> </div> </section> </div> <div> <h2 class="head-alt-base mb-4 pt-1">Oznámení</h2> {{> organisms-event-feed(classes: "w-full") }} </div> </div> </article> </div>