Skip to content
Snippets Groups Projects
Commit 29685e4c authored by Alexa Valentová's avatar Alexa Valentová
Browse files

candidate stuff

parent 9f6ffb7f
No related branches found
No related tags found
No related merge requests found
Pipeline #21510 passed
<div class="prose max-w-[100ch] [&_p]:text-black">
{% include 'patterns/atoms/text/paragraph.html' with text=text %}
</div>
<div class="prose max-w-[100ch] [&_p]:text-white">
{% include 'patterns/atoms/text/paragraph.html' with text=text %}
</div>
<div class="prose max-w-[100%] [&_p]:text-black">
{% include 'patterns/atoms/text/paragraph.html' with text=text %}
</div>
......@@ -7,7 +7,16 @@
<div class="{% block text_content_wrapper_classes %}{% endblock %} {% if flipped %}-order-1{% endif %} col-span-5">
<div class="flex flex-col justify-between gap-6 h-full">
<div>
<div class="flex justify-between items-center">
<h3 class="mt-3 nakopneme-font nakopneme-font-nocolor text-6xl mb-2">{{ header }}</h3>
{% if party_name %}
<div class="flex gap-2 items-center">
<img class="w-12 h-12" src="{{ party_badge }}" alt="Ikona politické {{ party_name }}">
<span class="text-lg whitespace-pre-wrap font-bold">{{ party_name|safe }}</span>
</div>
{% endif %}
</div>
{% if subheader %}
<h4 class="font-condensed font-light text-2xl mb-6">{{ subheader }}</h4>
{% else %}
......
......@@ -15,3 +15,5 @@ context:
-
icon: 'instagram'
url: 'https://facebook.com'
party_name: Pirátská<br>Strana
party_badge: 'https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fmedia.licdn.com%2Fdms%2Fimage%2Fv2%2FD4E0BAQFFSz1VeH5Utg%2Fcompany-logo_200_200%2Fcompany-logo_200_200%2F0%2F1727859492663%2Fesk_pirtsk_strana_logo%3Fe%3D2147483647%26v%3Dbeta%26t%3DuQNaV5fj-zSv8kNuAMiP3oyTKEFHicDNu0_Ef7KZEEc&f=1&nofb=1&ipt=802c11b1d5f8ba13bfe5609387cd7412f3c33e8b14675171f552ed47d3f7cb30'
\ No newline at end of file
......@@ -6,7 +6,7 @@
py-2 flex gap-6 items-center underline-offset-2
"
>
<div class="font-bold text-xl">
<div class="font-bold text-xl w-6">
{{ this.number }}
</div>
......@@ -16,7 +16,7 @@
"
>
<img
class="w-12 object-cover"
class="w-12 h-12 object-cover"
:src="this.imageSource"
>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment