-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·55 lines (54 loc) · 3 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
<!-- Based on Kards v1.0 template. Design by http://www.styleshout.com/ -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Lukáš Antalov</title>
<meta name="author" content="Lukáš Antalov">
<meta name="description" content="Hi, I'm Lukáš Antalov. I used to work as a Tech Lead or a Software Architect, but currently working as a Engineering Manager.">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:image" content="https://lukas.antalov.cz/images/preview.png" />
<meta property="og:image:width" content="800" />
<meta property="og:image:height" content="218" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Lukáš Antalov" />
<meta property="og:description" content="Hi, I'm Lukáš Antalov. I used to work as a Tech Lead or a Software Architect, but currently working as a Engineering Manager." />
<meta property="og:url" content="https://lukas.antalov.cz" />
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora|Poppins:500,700">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/brands.css" integrity="sha384-nT8r1Kzllf71iZl81CdFzObMsaLOhqBU1JD2+XoAALbdtWaXDOlWOZTR4v1ktjPE" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/fontawesome.css" integrity="sha384-HbmWTHay9psM8qyzEKPc8odH4DsOuzdejtnr+OFtDmOcIVnhgReQ4GZBH7uwcjf6" crossorigin="anonymous">
<link rel="icon" type="image/png" href="images/favicon-128.png" sizes="128x128" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SXV3YMG1LN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SXV3YMG1LN');
</script>
</head>
<body id="top">
<section id="intro">
<div class="intro-overlay"></div>
<div class="intro-content">
<div class="row">
<div class="col-twelve">
<h5>Hello, World.</h5>
<h1>I'm Lukáš Antalov.</h1>
<p class="intro-position">
<span>Software Architect</span>
<span>Engineering Manager</span>
</p>
</div>
</div>
</div>
<ul class="intro-social">
<li><a href="https://cz.linkedin.com/in/antalov"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://www.facebook.com/lukas.antalov"><i class="fab fa-facebook"></i></a></li>
<li><a href="https://twitter.com/anTalov"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.strava.com/athletes/14340395"><i class="fab fa-strava"></i></a></li>
<li><a href="https://www.instagram.com/antalov/"><i class="fab fa-instagram"></i></a></li>
</ul>
</section>
</body>
</html>