-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindex.html
35 lines (29 loc) · 1.21 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
---
layout: default
---
<article class="hero hero--image " style="--image-url: url(https://a.pirati.cz/praha11/img/UVODKA%20kopie.jpg)">
<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" style="color:#000000;">JIŽÁK JE<br/>BUDOUCNOST!<br/><br/><br/><br/><br/><br/></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 jdeme v Praze do voleb?</div>
</button>
<button class="btn btn--white btn--fullwidth md:btn--autowidth text-lg">
<div class="btn__body "><a href="/lide/mestske-casti/">Najdete nás v městských částech</a></div>
</button>
-->
</div>
</div>
<div class="lg:row-span-5 lg:col-span-4 order-2">
</div>
</div>
</article>
<br><br>
<div class="container container--default lg:pb-24">
{% include homepage/news.html %}
{% include homepage/calendar.html %}
{% include homepage/social.html %}
</div>