Skip to content
Snippets Groups Projects
Commit 9e045362 authored by Tomáš Hozman's avatar Tomáš Hozman
Browse files

added icon title text block links

parent f4093519
No related branches found
No related tags found
2 merge requests!9Added crossroads section, full-block program section links, header links hovering,!8Added crossroads section, full-block program section links
{% if icon_title_url %}
<a href="{{ icon_title_url }}" class="hover:no-underline grid-container mb-12">
{% else %}
<div class="grid-container mb-12">
{% endif %}
<i class="grid-left-side {{ icon }} mr-6 text-6xl xl:justify-self-end"></i>
<div class="grid-content flex flex-col">
<h3 class="font-alt mb-4 text-4xl">
......@@ -8,4 +13,9 @@
{{ icon_title_text }}
</p>
</div>
{% if icon_title_url %}
</a>
{% else %}
</div>
{% endif %}
context:
icon_title_url: 'http://example.com'
icon_title_title: 'DOSTUPNÉ A DŮSTOJNÉ BYDLENÍ PRO KVALITNÍ ŽIVOT '
icon_title_text: 'Bydlení je jednou ze základních věcí pro každou obec nebo město. Nevnímáme bydlení jako
zásluhu. Bydlet
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment