-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
36 lines (30 loc) · 857 Bytes
/
resume.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
<!DOCTYPE html>
<!--
__ ^ __
__\_ / \ _/__
\___\\ //___/
/___// \\__\
/__\ /__\
v
Copyright (c) 2015 Adrian Baran
-->
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>Adrian Baran Resume</title>
<link rel='stylesheet' type='text/css' href='css/reset.css'>
<link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.min.css">
<link rel='stylesheet' type='text/css' href='css/resume.css'>
<link rel="icon" type="image/png" href="favicon.png">
<meta name='author' content='Adrian Baran <[email protected]>'>
<meta name='description' content='Adrian Baran Resume.'>
<meta name='keywords' content='resume'>
</head>
<body>
<div class="details">
</div>
<div class="main">
</div>
</body>
</html>