-
Notifications
You must be signed in to change notification settings - Fork 65
/
index.html
39 lines (33 loc) · 1.53 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
layout: default
---
<head>
<meta name="facebook-domain-verification" content="9h7sek9jh3kfgp67ul75f97phht6pq" />
</head>
<article class="hero hero--image " style="--image-url: url(https://a.pirati.cz/praha/img/hero-home-pozadi.jpeg)">
<div class="container grid lg:grid-rows-4 lg:grid-cols-7 gap-2 items-center">
<div class="lg:row-span-4 lg:col-span-3 order-1">
<h1 class="head-alt-md md:head-alt-xl">Jsme Piráti<br />a Pirátky,<br />Máme odvahu řídit Prahu správně!</h1>
</div>
<div class="lg:row-span-1 lg:col-span-3 order-3">
<div class="mt-4 md:mt-8 space-y-4">
<button class="btn btn--white btn--fullwidth md:btn--autowidth text-lg">
<div class="btn__body "><a href="/volby/2022-komunalni.html">S čím jsme šli v Praze do voleb?</div>
</button>
<button class="btn btn--white btn--fullwidth md:btn--autowidth text-lg">
<div class="btn__body "><a href="https://praha.pirati.cz/lide/magistrat/">Tohle je náš tým na Magistrátu</a></div>
</button>
</div>
</div>
<div class="lg:row-span-5 lg:col-span-4 order-2">
<img src="https://a.pirati.cz/praha/img/hero-home-praha-zdenekjana-black.png" />
</div>
</div>
</article>
<div class="container container--default pt-4 lg:pb-24">
<br />
{% include homepage/news.html title="Aktuality z Magistrátu" %}
{% include homepage/calendar.html %}
{% include homepage/social.html %}
<!-- {% include homepage/countdown.html deadline="2026-09-23 14:00:00" %} -->
</div>