forked from pirati-web/olomoucky.pirati.cz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathms.html
49 lines (39 loc) · 1.43 KB
/
ms.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
40
41
42
43
44
45
46
47
48
49
---
layout: default
---
<div class="container container--default pt-8 lg:py-24">
<section>
<h1 class="head-alt-md md:head-alt-lg max-w-5xl mb-4">{{page.title}}</h1>
<div class="lg:flex mt-8 lg:space-x-16">
<div class="lg:w-2/3">
<div itemprop="description" class="w-full content-block">
{{ content }}
</div>
</div>
<div class="pt-8 lg:w-1/3 md:pt-0">
<div class="space-y-8">
{% include sharebox.html %}
{% comment %}Optional infoboxes in the right row{% endcomment %}
{% if page.infoboxes %}
{% for infobox in page.infoboxes %}
{% include article-infobox.html content=infobox.content %}
{% endfor %}
{% endif %}
</div>
</div>
</div>
<br>
<h3>Předsednictvo</h3>
<ul>
{% for item in page.predsednictvo %}
<li>{{item.funkce}}: <strong>{{item.jmeno}}</strong></li>
{% endfor %}
<li>konec mandátu: <a href="{{page.volba}}" style="text-decoration:underline">{{page.mandat-do}}</a></li>
</ul>
<br>
<h3>Kontakty</h3>
<i class="fa fa-envelope-o"></i> <a class="c-emphasized-anchor" href="mailto:{{page.mail}}">{{page.mail}}</a><br/>
<i class="fa fa-facebook"></i> <a class="c-emphasized-anchor" href="https://www.facebook.com/{{page.facebook}}">FB: {{page.facebook}}</a><br/>
<i class="fa fa-globe"></i> <a class="c-emphasized-anchor" href="{{page.forum}}">Fórum</a>
</section>
</div>