-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (53 loc) · 3.03 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Eva Kořínková</title>
<link rel="apple-touch-icon" sizes="180x180" href="./img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./img/favicons/favicon-16x16.png">
<link rel="shortcut icon" href="./img/favicons/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" sizes="512x512" href="./img/favicons/android-chrome-512x512.png">
<link rel="icon" type="image/png" sizes="192x192" href="./img/favicons/android-chrome-192x192.png">
<meta name="seznam-wmt" content="M95S6icnFzvh4p9TlI9E4q6Q8cAWSI6q" />
<meta name="keywords"
content="freelance photographer, Eva Korinkova, wedding photographer, reportage, portraits, fotograf, fotografka, svatební fotograf, reportáže, portréty, czech photographer, fotoreportáž, reportážní portrét, czech photojournalist, reportage portrait, weddings, famous people, lifestyle photography, lifestyle photographer, portrait photography, portrait photographer, reportage photography, reportage photographer, wedding photography, wedding photographer, event photography, event photographer, Czech photographer, Czech photography">
<meta name="description"
content="Eva Kořínková is a Czech photographer specializing in documentary, reportage, and portrait photography. She has worked with prestigious organizations such as the International Film Festival Karlovy Vary, Reuters Agency, and the French Institute in Prague.">
<link rel="stylesheet" href="./css/slide.css">
<link rel="stylesheet" href="./fontawesome-free-6.3.0-web/css/fontawesome.min.css">
<link rel="stylesheet" href="./fontawesome-free-6.3.0-web/css/brands.min.css">
</head>
<body>
<div class="nadpis">
<h1>Eva Kořínková</h1>
</div>
<div class="center">
<a href="./bio"><button>Enter</button></a>
</div>
<div class="bottom">
<ul id="kontakt1">
<li><a aria-label="My Facebook" href="https://www.facebook.com/eva.korinkova.549"><i
class="fa-brands fa-facebook"></i></a></li>
<li><a aria-label="My instagram" href="https://www.instagram.com/evakorinkova/"><i
class="fa-brands fa-instagram"></i></a></li>
</ul>
</div>
<div class="ztmaveni"></div>
<ul class="cb-slideshow">
<li><span>Image 01</span></li>
<li><span>Image 02</span></li>
<li><span>Image 03</span></li>
<li><span>Image 04</span></li>
<li><span>Image 05</span></li>
<li><span>Image 06</span></li>
<li><span>Image 07</span></li>
<li><span>Image 08</span></li>
<li><span>Image 09</span></li>
</ul>
</body>
</html>
<!-- Juraj Motuz 🐧 2023 -->
<!-- read ./README.md#Kontakt or https://evakorinkova.cz/README.md or https://github.com/motuzj/evakorinkova.cz-->
<!-- full screen slider by Manoela Ilic from https://tympanus.net/codrops/2012/01/02/fullscreen-background-image-slideshow-with-css3/ -->