-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (48 loc) · 1.81 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
56
57
58
<!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</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/index.css'>
<link rel="icon" type="image/png" href="favicon.png">
<meta name='author' content='Adrian Baran <[email protected]>'>
<meta name='description' content='Adrian Baran Personal Web Page.'>
<meta name='keywords' content='homepage'>
</head>
<body>
<div class="container">
<div class="contact">
<a class="l1" href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<a class="l2" href="https://github.com/bouzlibop"><i class="fa fa-github"></i></a>
<a class="l3" href="https://www.linkedin.com/in/baranadrian"><i class="fa fa-linkedin"></i></a>
</div>
<div class="brief">
<h1>Adrian <span class="imp">Baran</span></h1>
<footer>
<span class="job-title imp">JavaScript</span>
<span>Developer, who <i class="fa fa-code"></i> with <i class="fa fa-heart"></i></span>
</footer>
</div>
<div class="motto">
<blockquote>
“It seems that perfection is attained not when there is nothing more to
<span class="imp">add</span>, but when there is nothing more to <span class="imp">remove</span>.”
<footer>— "Terre de Hommes", Antoine de Saint Exupéry</footer>
</blockquote>
</div>
</div>
<script src='js/index.js'></script>
</body>
</html>