-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·351 lines (339 loc) · 12.1 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-129078885-3"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-129078885-3");
</script>
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<title>Neobyčejné příběhy | Mikrostránka AV19</title>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/aos.min.css" />
<link rel="stylesheet" href="css/hamburgers/hamburgers.min.css" />
<link rel="stylesheet" href="css/owl.carousel.min.css" />
<link rel="stylesheet" href="css/animsition.min.css" />
<link href="fonts/css/all.css" rel="stylesheet" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div
class="js-animsition animsition"
data-animsition-in-class="fade-in"
data-animsition-out-class="fade-out"
>
<header class="templateux-navbar" data-aos="fade-down">
<div class="container-fluid">
<div class="row">
<div class="col-sm-3 col-3">
<div class="site-logo">
<a href="index.html" class="animsition-link"
>Neobyčejné příběhy</a
>
</div>
</div>
<div class="col-sm-9 col-9 text-right">
<button
class="hamburger hamburger--spin toggle-menu ml-auto js-toggle-menu"
type="button"
>
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
<nav class="templateux-menu js-templateux-menu" role="navigation">
<ul class="list-unstyled">
<li class="active">
<a href="index.html" class="animsition-link">Domů</a>
</li>
<li>
<a href="about.html" class="animsition-link">O projektu</a>
</li>
<li>
<a href="http://absolventskyvelehrad.cz" target="_blank"
>AV19</a
>
</li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<!-- END templateux-navbar -->
<section class="templateux-hero">
<div class="container">
<div class="row align-items-center justify-content-center intro">
<div class="col-md-10" data-aos="fade-up">
<h1>
Příběhy. <br />
<span class="green">Inspirativní</span> příběhy<span
class="green"
>.</span
>
<br />
<span class="red">Neobyčejné</span> příběhy<span class="red"
>.</span
>
</h1>
<a href="#next" class="go-down js-smoothscroll"></a>
</div>
</div>
</div>
</section>
<!-- END templateux-hero -->
<section class="templateux-portfolio-overlap" id="next">
<div class="container-fluid">
<div class="row">
<div class="col-md-6" data-aos="fade-up">
<a class="project animsition-link" href="av19-2.html">
<figure>
<img
src="images/people/av19.jpg"
alt="AV19"
class="img-fluid"
/>
</figure>
<div class="project-hover">
<div class="project-hover-inner">
<h2>AV19 / průběh akce</h2>
<span>Přečti si náš příběh!</span>
</div>
</div>
</a>
</div>
<div class="col-md-6" data-aos="fade-up">
<a class="project animsition-link" href="av19-1.html">
<figure>
<img
src="images/people/av19.jpg"
alt="AV19"
class="img-fluid"
/>
</figure>
<div class="project-hover">
<div class="project-hover-inner">
<h2>AV19 / příprava</h2>
<span>Přečti si náš příběh!</span>
</div>
</div>
</a>
</div>
</div>
<!-- END row -->
<div class="row">
<div class="col-md-6" data-aos="fade-up">
<a class="project animsition-link" href="marie-bocanova.html">
<figure>
<img
src="images/people/marie/index.jpg"
alt="Marie Bocanová"
class="img-fluid"
/>
</figure>
<div class="project-hover">
<div class="project-hover-inner">
<h2>Marie Bocanová</h2>
<span>Přečti si její příběh</span>
</div>
</div>
</a>
</div>
<div class="col-md-6" data-aos="fade-up">
<a class="project animsition-link" href="petr-hladik.html">
<figure>
<img
src="images/people/petr/index.jpg"
alt="Petr Hladík"
class="img-fluid"
/>
</figure>
<div class="project-hover">
<div class="project-hover-inner">
<h2>Petr Hladík</h2>
<span>Přečti si jeho příběh</span>
</div>
</div>
</a>
</div>
</div>
<!-- END row -->
<div class="row">
<div
class="col-lg-4 col-md-6"
data-aos="fade-up"
data-aos-delay="100"
>
<a class="project animsition-link" href="renata-szpyrcova.html">
<figure>
<img
src="images/people/renata/index.jpg"
alt="Renata Szpyrcová"
class="img-fluid"
/>
</figure>
<div class="project-hover">
<div class="project-hover-inner">
<h2>Renata Szpyrcová</h2>
<span>Přečti si její příběh</span>
</div>
</div>
</a>
</div>
<div
class="col-lg-4 col-md-6"
data-aos="fade-up"
data-aos-delay="100"
>
<a class="project animsition-link" href="sestra-dagmar.html">
<figure>
<img
src="images/people/dagmar/dagmar_index.jpg"
alt="AV19"
class="img-fluid"
/>
</figure>
<div class="project-hover">
<div class="project-hover-inner">
<h2>sestra Dagmar</h2>
<span>Přečti si její příběh</span>
</div>
</div>
</a>
</div>
<div
class="col-lg-4 col-md-6"
data-aos="fade-up"
data-aos-delay="100"
>
<a class="project animsition-link" href="iveta-sochorova.html">
<figure>
<img
src="images/people/ivet_resize.jpg"
alt="Iveta Sochorová"
class="img-fluid"
/>
</figure>
<div class="project-hover">
<div class="project-hover-inner">
<h2>Iveta Sochorová</h2>
<span>Přečti si její příběh</span>
</div>
</div>
</a>
</div>
</div>
<!-- END row -->
</div>
</section>
<!-- END section -->
<section class="templateux-section">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-4" data-aos="fade-up">
<h2 class="section-heading mt-3">Proč právě toto?</h2>
</div>
<div class="col-md-8" data-aos="fade-up" data-aos-delay="100">
<div class="row">
<div class="col-md-12">
<h2 class="mb-5">
Mozart, Einstein, Matka Tereza. Všichni je známe.
</h2>
<p class="mb-5">
Víme, co dokázali, známe jejich životy. Pak jsou zde stovky
lidí, kteří žijí svůj život, ale (zatím) je neznáme. Žijí
mezi námi, jejich životy jsou obyčejně neobyčejné. Všechny
tyto lidi spojuje rozhodnutí udělat něco jinak, udělat něco
pro druhé, být aktivní.
</p>
<h4 class="mb-5">
Přijmi naše pozvání a nechej se inspirovat příběhy alespoň
některých z nich.
</h4>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END section -->
<a
class="templateux-section templateux-cta animsition-link mt-5"
href="about.html"
data-aos="fade-up"
>
<div class="container-fluid">
<div class="cta-inner">
<h2>
<span class="words-1">Máš svůj příběh? Chceš ho sdílet?</span>
<span class="words-2">Sdílej ho s námi!</span>
</h2>
</div>
</div>
</a>
<!-- END call to action -->
<footer class="templateux-footer">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 text-md-left text-center">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>
document.write(new Date().getFullYear());
</script>
All rights reserved | This template is made with
<i class="fa fa-heart" aria-hidden="true"></i> by
<a
href="https://colorlib.com"
target="_blank"
class="text-primary"
>Colorlib</a
>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
<div class="col-md-6 text-md-right text-center footer-social">
<a
href="https://www.facebook.com/absolventskyvelehrad/"
class="p-3"
target="_blank"
><i class="fab fa-facebook-f"></i
></a>
<a
href="https://www.instagram.com/absolventskyvelehrad/"
class="p-3"
target="_blank"
><i class="fab fa-instagram"></i
></a>
</div>
</div>
</div>
</footer>
</div>
<script src="js/scripts-all.js"></script>
<script src="js/main.js"></script>
</body>
</html>