-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
121 lines (115 loc) · 3.91 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
---
layout: page-landing
title: Úvod
group: Nonavigation
weight: 1
permalink: /
thumbnails:
- type: img
name: Vánoční turnaj - Strančice (3.12.2011)
url: //plus.google.com/photos/104548895488231546703/albums/5846059739332445009
src: //lh6.googleusercontent.com/-xewwM1SdqpU/USHpXq5OqzI/AAAAAAAAAkM/YH8oy145HHU/w497-h373/photo.jpg
- type: img
name: Středočeský pohár - Říčany (3.11.2012)
url: https://plus.google.com/photos/104548895488231546703/albums/5809820314970098449
src: /files/img/2012-11-03-stredocesky-pohar.jpg
- type: img
name: Středočeský pohár - Říčany (3.3.2012)
url: https://plus.google.com/photos/104548895488231546703/albums/5719715771094544881
src: /files/img/2012-03-03-stredocesky-pohar.jpg
---
{% include JB/setup %}
<div class="row-fluid">
<div class="span6">
<h2>Novinky</h2>
<div class="list lead">
<ul class="unstyled posts">
{% assign posts_list = site.posts %}
{% assign group = 'news' %}
{% assign limit = 3 %}
{% include custom/posts_list %}
</ul>
</div>
</div>
<div class="span6">
<h2>Kalendář</h2>
<div class="list lead">
<ul class="unstyled posts">
{% assign calendar_list = site.posts %}
{% assign group = 'calendar' %}
{% include custom/calendar_list %}
</ul>
</div>
</div>
</div>
<hr class="soften">
<div class="row-fluid training-schedule">
<div class="span12">
<h2>Tréninky</h2>
<div class="row-fluid t">
<div class="r header">
<div class="day"></div>
<div class="day active"><div class="title">úterý</div></div>
<div class="day"></div>
<div class="day"></div>
<div class="day active"><div class="title">pátek</div></div>
<div class="day"></div>
<div class="day"></div>
</div>
<div class="r data">
<div class="well day"><div class="title">pondělí</div></div>
<div class="well day active">
<div class="hours">17:30 — 18:30</div>
<span>začátečníci</span>
<hr>
<div class="hours">18:30 — 19:30</div>
<span>pokročilí</span>
</div>
<div class="well day"><div class="title">středa</div></div>
<div class="well day"><div class="title">čtvrtek</div></div>
<div class="well day active">
<div class="hours">18:00 — 19:00</div>
<span>začátečníci</span>
<hr>
<div class="hours">19:00 — 20:00</div>
<span>pokročilí</span>
</div>
<div class="well day"><div class="title">sobota</div></div>
<div class="well day"><div class="title">neděle</div></div>
</div>
</div>
</div>
</div>
{% if page.thumbnails.size > 0 %}
<hr class="soften">
<h2>Foto & video</h2>
{% comment %}<!--<p class="lead"></p>-->{% endcomment %}
<ul class="thumbnails">
{% for item in page.thumbnails %}
{% if forloop.first or true %}
<li class="span4">
<a class="thumbnail" href="{% if item.url %}{{ item.url }}{% else %}#{% endif %}" target="_blank" data-toggle="tooltip" data-placement="top" title="{% if item.name %}{{ item.name }}{% endif %}">
<img alt="{% if item.name %}{{ item.name }}{% endif %}" src="{% if item.src %}{{ item.src }}{%else%}http://placehold.it/360x270{% endif %}">
</a>
</li>
{% else %}
<li class="span4">
<a class="thumbnail" href="{% if item.url %}{{ item.url }}{%else%}#{% endif %}" target="_blank" data-toggle="tooltip" data-placement="top" title="{% if item.name %}{{ item.name }}{% endif %}">
<img alt="{% if item.name %}{{ item.name }}{% endif %}" src="{% if item.src %}{{ item.src }}{%else%}http://placehold.it/360x120{% endif %}">
</a>
</li>
{% endif %}
{% endfor %}
</ul>
{% endif %}
<hr class="soften">
<h2>Sponzoři</h2>
<div class="row-fluid">
<ul class="thumbnails">
<li class="span3">
<a href="http://www.seat.cz/" class="thumbnail" data-toggle="tooltip" data-placement="top" title="Seat">
<img src="http://www.seat.cz/images/my12/seat-logo-2012.png" alt="Seat ČR logo">
</a>
</li>
</ul>
</div>