-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (27 loc) · 884 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Tomas Gerulaitis</title>
<link rel="stylesheet" href="/assets/main.css">
</head>
<body class="page page-index">
<div class="card">
<div class="welcome">
<div class="greeting"><div>Hello, I'm</div></div>
<div class="name">Tomas</div>
</div>
<ul class="blurb">
<li title="*adjusts glasses*">Computer scientist.</li>
<li title="Magento certified!">Web developer.</li>
<li title="i.e. weirdo.">Eastern european.</li>
</ul>
<nav role="navigation">
<a href="mailto:[email protected]">[email protected]</a>
<a href="https://twitter.com/tgerulaitis">@tgerulaitis</a>
</nav>
</div>
</body>
</html>