-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
30 lines (26 loc) · 1.12 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
---
layout: default
---
<article class="hero hero--image " style="--image-url: url(http://praha8.pirati.cz/assets/img/hero-home-pozadi.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">Jsme Pirátky<br />a Piráti z osmičky.<br />Máme odvahu dělat, co je 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="lide">Seznamte se s naším týmem, táhneme za jeden provaz</a></div>
</button>
</div>
</div>
<div class="lg:row-span-5 lg:col-span-4 order-2">
<img src="/assets/img/home-hero-tvare2022-3.png" />
</div>
</div>
</article>
<div class="container container--default pt-4 lg:pb-24">
<br />
{% include homepage/news.html title="Aktuality z osmičky" %}
<!-- {% include homepage/countdown.html deadline="2026-09-23 14:00:00" %} -->
{% include social.html %}
</div>