-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (31 loc) · 1.27 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>
<meta charset="utf-8">
<title>Stanisław Swianiewicz</title>
<meta name="description" content="Personal site of Stanisław Swianiewicz">
<meta name="author" content="Stanisław Swianiewicz">
<link href="main.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=EB Garamond' rel='stylesheet'>
<script src="https://kit.fontawesome.com/d55e147b19.js" crossorigin="anonymous"></script>
</head>
<body>
<main>
<header>
<h1>Stanisław Swianiewicz</h1>
<h2>Software Engineer</h2>
</header>
<div class="sigil">
<img src="sigil.svg" />
</div>
<nav>
<ul>
<li><a href="mailto:[email protected]" aria-label="Email address"><i class="far fa-envelope" aria-hidden="true"></i></a></li>
<li><a href="https://github.com/stswn/cv/releases/latest/download/cv.pdf" download aria-label="Resume"><i class="far fa-address-card" aria-hidden="true"></i></a></li>
<li><a href="https://github.com/stswn" aria-label="Github profile"><i class="fab fa-github" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/in/sswianiewicz/" aria-label="Linkedin profile"><i class="fab fa-linkedin-in" aria-hidden="true"></i></a></li>
</ul>
</nav>
</main>
</body>
</html>