-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
416 lines (414 loc) · 19.6 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
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./shared-files/root-body.css" />
<link rel="stylesheet" href="./shared-files/navbar.css" />
<link rel="stylesheet" href="./styles.css" />
<link rel="stylesheet" href="./shared-files/footer.css" />
<link rel="stylesheet" href="./shared-files/scrollbar.css" />
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#ff3030" />
<meta name="msapplication-TileColor" content="#b91d47" />
<meta name="theme-color" content="#ffffff" />
<title>Cikova Art</title>
</head>
<body>
<nav class="navbar">
<a href="./" id="home-link">
<img alt="logo" id="logo" src="./media/logo.png" />
</a>
<div class="navbar-div">
<ul class="navbar-ul">
<li><a href="./o-mne">O mně</a></li>
<li><a href="./portfolio">Portfolio</a></li>
<li><a href="./ac-art">AC.ARTfashion</a></li>
<li><a href="./publikace">Publikace</a></li>
<li><a href="./videa">Videa</a></li>
</ul>
</div>
<div class="menu">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512"
class="menu-svg"
>
<!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
<path
fill="#ffffff"
d="M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"
/>
</svg>
</div>
<div class="menu-overlay">
<div class="head">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 384 512"
class="menu-x"
>
<!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
<path
fill="#ffffff"
d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"
/>
</svg>
<h2>Alena Cikova ART</h2>
</div>
<div class="navbar-soc">
<ul class="menu-ul">
<li><a href="./o-mne">O mně</a></li>
<li><a href="./portfolio/">Portfolio</a></li>
<li><a href="./ac-art">AC.ARTfashion</a></li>
<li><a href="./publikace">Publikace</a></li>
<li><a href="./videa">Videa</a></li>
</ul>
<div class="soc-links">
<a
href="https://www.facebook.com/alca.cikova?f"
target="_blank"
class="menu-link"
>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
<path
fill="#1066ff"
d="M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256C0 376 82.7 476.8 194.2 504.5V334.2H141.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H287V510.1C413.8 494.8 512 386.9 512 256h0z"
/>
</svg>
</a>
<a
href="https://www.youtube.com/@alenacikova3910"
target="_blank"
class="menu-link"
>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
<!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
<path
fill="#ff0000"
d="M549.7 124.1c-6.3-23.7-24.8-42.3-48.3-48.6C458.8 64 288 64 288 64S117.2 64 74.6 75.5c-23.5 6.3-42 24.9-48.3 48.6-11.4 42.9-11.4 132.3-11.4 132.3s0 89.4 11.4 132.3c6.3 23.7 24.8 41.5 48.3 47.8C117.2 448 288 448 288 448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zm-317.5 213.5V175.2l142.7 81.2-142.7 81.2z"
/>
</svg>
</a>
<a
target="_blank"
href="https://www.instagram.com/acartfashion/"
class="menu-link"
><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
<path
fill="#fd087a"
d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"
/></svg
></a>
</div>
</div>
</div>
</nav>
<main>
<header>
<h1>CIKOVA ART</h1>
<p class="desc">
Vítejte na stránce <span class="main-color bold"> Aleny Cikové</span>,
známé malířky z Olomouce. Najdete zde informace, portfolio a další
zajímavosti.
</p>
</header>
<div class="divider"></div>
<section id="o-mne">
<div class="text-container">
<h2 class="section-heading" id="o-mne-heading">Kdo jsem?</h2>
<div class="text-with-btn">
<p class="text">
<span class="o-mne-color">Alena Ciková</span> je malířka původem z
Jimramova. Vystudovala gymnázium v Bystřici nad Pernštejnem a
později se učila jako autodidakt. Nyní působí v Olomouci ve svém
ateliéru. Tvoří převážně obrazy, ale také vlastní i módní značku
<a class="ac-art-color" href="#ac-art">AC.ARTfashion</a>.
</p>
<button
class="btn o-mne-btn"
type="button"
onclick="window.location.href='./o-mne/'"
>
Více o mně
</button>
</div>
</div>
<div class="img-div">
<img
src="./media/cikova-vystava-mobile.webp"
alt="Foto Aleny Cikové"
/>
</div>
</section>
<div class="divider"></div>
<section id="portfolio">
<div class="" id="television">
<div class="television-animation"></div>
<h2 class="text-center television-animation-el">
Prohlédněte si moje portfolio
</h2>
<p class="text television-animation-el">
V zajetí barev, Tajemství tváří
</p>
<div class="img-container television-animation-el">
<img
src="./media/obrazy/tajemstvi-tvari/t1.jpg"
alt="portfolio náhled 1"
aria-hidden="true"
/>
<img
src="./media/obrazy/v-zajeti-barev/Barevná-láska-2.jpg"
alt="portfolio náhled 2"
aria-hidden="true"
/>
/>
<img
src="./media/obrazy/v-zajeti-barev/USÍNÁNÍ-.jpg"
alt="portfolio náhled 3"
aria-hidden="true"
/>
<img
src="./media/obrazy/v-zajeti-barev/Dvě-v-jedné-ořez.jpg"
alt="portfolio náhled 3"
/>
</div>
</div>
</section>
<div class="divider"></div>
<section id="ac-art">
<h2 class="section-heading scroll-hidden">Šaty, halenky, modely...</h2>
<p class="text scroll-hidden">
<span class="bold ac-art-color">AC.ARTfashion</span> je originální
svou jedinečností. Původní nápad byl přenést obrazy na látky a
vytvořit unikátní módu. Značka rychle rostla, nabízí barevné,
kreativní modely a doplňky, zdůrazňující individualitu. Od srpna 2014
je mediální tváří baletka a herečka Kristína Kloubková.
</p>
<div class="text-center-btn">
<button
class="btn ac-art-btn scroll-hidden"
type="button"
onclick="window.location.href='./ac-art'"
>
Zjistěte více o AC.ARTfashion
</button>
</div>
<div class="content-container">
<div id="model" class="img-container scroll-hidden">
<div class="text-container">
<h3>Model</h3>
<h4>Královna jara</h4>
</div>
<img
src="./media/ac-art/modely/kralovna/DSC_0700.jpg"
alt="ac-art nahled"
/>
</div>
<div id="byt" class="img-container scroll-hidden">
<div class="text-container">
<h3>Bytový design</h3>
<h4>Královna jara</h4>
</div>
<img
src="./media/ac-art/bytovy-design/DSC_0302.jpg"
alt="ac-art nahled"
/>
</div>
<div id="moda" class="img-container scroll-hidden">
<div class="text-container">
<h3>Modní doplňky</h3>
<h4>šátek</h4>
</div>
<img
src="./media/ac-art/modni-doplnky/DSC_0324.jpg"
alt="ac-art nahled"
/>
</div>
<div id="barvy" class="img-container scroll-hidden">
<div class="text-container">
<h3>V zajetí barev</h3>
<h4>halenka</h4>
</div>
<img
src="./media/ac-art/v-zajeti-barev/A-18.jpg"
alt="ac-art nahled"
/>
</div>
</div>
</section>
<div class="divider"></div>
<section id="publikace">
<h2 class="section-heading publikace-heading scroll-hidden">
Publikace
</h2>
<p class="text scroll-hidden">
Alena Ciková a její díla, byly publikovány ve spoustě katalozích a
sbírkách. Od <i class="bold">Katalogu obrazů</i> přes vlastní katalog
značky <span class="bold">AC.ARTfashion</span> až po
<i class="bold">Křížovou cestu</i> od PhDr. Hany Pokorný v roce 2011.
</p>
<div class="content-container">
<div id="fashion" class="img-container scroll-hidden">
<div class="text-container">
<h3>AC.ARTfashion katalog</h3>
<h4>Alena Ciková - 2015</h4>
</div>
<img
src="./media/publikace/thumbnail/ac-art-fashion-thumbnail.webp"
alt="ac-art fashion nahled"
/>
</div>
<div id="cesta" class="img-container scroll-hidden">
<div class="text-container">
<h3>Křížová cesta</h3>
<h4>PhDr. Hana Pokorná - 2011</h4>
</div>
<img
src="./media/publikace/thumbnail/Křížová-cesta.webp"
alt="křížová cesta nahled"
/>
</div>
<div id="invence" class="img-container scroll-hidden">
<div class="text-container">
<h3>Invence</h3>
<h4>katalog se zlomkem všeho.</h4>
</div>
<img
src="./media/publikace/thumbnail/invence-thumbnail.webp"
alt="invence nahled"
/>
</div>
</div>
<div class="go-to-publikace scroll-hidden">
<h3 class="button-caption">
Další informace najdete na stránce publikace:
</h3>
<button
style="margin-top: 0"
onclick="window.location.href='./publikace'"
class="btn publikace-btn"
type="button"
>
Další literatura
</button>
</div>
</section>
</main>
<footer>
<div class="footer-container">
<address>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512">
<!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
<path
fill="#ffffff"
d="M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"
/>
</svg>
<span
><a
href="https://maps.app.goo.gl/RCeeizD6uJQbojqdA"
class="footer-link"
>
Teichmannova 53, Olomouc</a
></span
>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
<path
fill="#ffffff"
d="M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z"
/>
</svg>
<span
><a class="footer-link" href="tel:+420608243344"
>+420 608 243 344</a
></span
>
</div>
<div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
<path
fill="#ffffff"
d="M256 64C150 64 64 150 64 256s86 192 192 192c17.7 0 32 14.3 32 32s-14.3 32-32 32C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256v32c0 53-43 96-96 96c-29.3 0-55.6-13.2-73.2-33.9C320 371.1 289.5 384 256 384c-70.7 0-128-57.3-128-128s57.3-128 128-128c27.9 0 53.7 8.9 74.7 24.1c5.7-5 13.1-8.1 21.3-8.1c17.7 0 32 14.3 32 32v80 32c0 17.7 14.3 32 32 32s32-14.3 32-32V256c0-106-86-192-192-192zm64 192a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"
/>
</svg>
<span class="mail"
><a class="footer-link" href="mailto:a.cikova@email.com"
>a.cikova@email.cz</a
></span
>
</div>
</address>
<div class="footer-soc">
<a
target="_blank"
href="https://www.facebook.com/alca.cikova?f"
class="soc-link"
id="facebook"
><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
<path
class="soc-link-path"
id="soc-link-path-facebook"
fill="#ffffff"
d="M512 256C512 114.6 397.4 0 256 0S0 114.6 0 256C0 376 82.7 476.8 194.2 504.5V334.2H141.4V256h52.8V222.3c0-87.1 39.4-127.5 125-127.5c16.2 0 44.2 3.2 55.7 6.4V172c-6-.6-16.5-1-29.6-1c-42 0-58.2 15.9-58.2 57.2V256h83.6l-14.4 78.2H287V510.1C413.8 494.8 512 386.9 512 256h0z"
/></svg
></a>
<a
target="_blank"
href="https://www.youtube.com/channel/UC_eszzg0YPoVT5Yn2_hRTow"
class="soc-link"
id="youtube"
><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
<!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
<path
id="soc-link-path-youtube"
class="soc-link-path"
fill="#ffffff"
d="M549.7 124.1c-6.3-23.7-24.8-42.3-48.3-48.6C458.8 64 288 64 288 64S117.2 64 74.6 75.5c-23.5 6.3-42 24.9-48.3 48.6-11.4 42.9-11.4 132.3-11.4 132.3s0 89.4 11.4 132.3c6.3 23.7 24.8 41.5 48.3 47.8C117.2 448 288 448 288 448s170.8 0 213.4-11.5c23.5-6.3 42-24.2 48.3-47.8 11.4-42.9 11.4-132.3 11.4-132.3s0-89.4-11.4-132.3zm-317.5 213.5V175.2l142.7 81.2-142.7 81.2z"
/>
</svg>
</a>
<a
target="_blank"
href="https://www.instagram.com/acartfashion/"
class="soc-link"
id="instagram"
><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
<path
fill="#ffffff"
id="soc-link-path-instagram"
d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"
/></svg
></a>
</div>
<span class="copyright"
>© 2024 <strong>Cikova Art</strong> All Rights Reserved.</span
>
<span class="author">
Webovou stránku vytvořil/Website made by:
<a
class="cactus bold"
target="_blank"
href="https://www.github.com/BestCactus"
>Cactusss</a
>.</span
>
</div>
</footer>
<script src="shared-files/footer.js"></script>
<script src="./shared-files/navbar.js"></script>
<script src="script.js"></script>
</body>
</html>