-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Jan Šváger</title>
<link rel="stylesheet" href="index.css">
<link rel="preload" href="logo.svg" as="image">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Jan Šváger is a full-stack software engineer with focus on building web applications.">
<meta name="author" content="Jan Šváger <[email protected]>">
<link rel="preconnect" href="https://www.linkedin.com" crossorigin>
<link rel="preconnect" href="https://keybase.io" crossorigin>
<link rel="preconnect" href="https://github.com" crossorigin>
<link rel="preconnect" href="https://twitter.com" crossorigin>
</head>
<body>
<section>
<img alt="logo" src="logo.svg">
<div class="card">
<h1><small>Ing. </small>Jan Šváger</h1>
<h2>Full-Stack Software Engineer</h2>
<nav>
<a href="mailto:[email protected]">email</a>
<a href="https://www.linkedin.com/in/jan-svager/">linkedin</a>
<a href="https://keybase.io/svagi">keybase</a>
<a href="https://github.com/svagi">github</a>
<a href="https://twitter.com/svagis">twitter</a>
</nav>
</div>
</section>
<script async src="service-worker-registration.js"></script>
<script async src="main.js"></script>
<script async src="https://www.google-analytics.com/analytics.js"></script>
</body>
</html>