-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
92 lines (77 loc) · 2.73 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>klovanych.org — Home</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/static/css/main.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="icon" type="image/png" href="/media/img/8bitme.png">
<link rel="alternate" type="application/rss+xml" href="rss.xml">
</head>
<body>
<div class="social">
<div class="container">
<ul class="badges">
<li>
<a href="mailto:nazarn96@gmail.com" alt="Email">
<span class="fa fa-envelope-o"></span>Email
</a>
</li>
<li>
<a href="https://github.com/nazar65" target="_blank" alt="Github">
<span class="fa fa-github-alt"></span>Github
</a>
</li>
<li>
<a href="rss.xml" alt="RSS">
<span class="fa fa-rss"></span>RSS
</a>
</li>
</ul>
<a href="/">
<img class="avatar" type="image/svg+xml" src="static/img/the-goat.png" alt="Me in 8bit" />
</a>
</div>
</div>
<div class="post">
<div class="container">
<h1>Hi! I'm Nazar</h1>
<p>
I'm a human being that deeply enjoys the art of computer
programming. I'm very curious and interested in various programming
languages and technologies ranging from web development to systems
programming.
</p>
<p>
I'm most happy when I can use my knowledge to promote social justice
and advance how human societies interact and communicate. When I'm not
on the computer, I'm usually hanging out with friends, and/or enjoying
another random art form, like drawing, longboarding, photography, or
just looking at the sky.
</p>
<hr />
<div id="outline-container-links" class="outline-2">
<h2 id="links">Links</h2>
<div class="outline-text-2">
<ul class="org-ul">
<li><a href="">Blog</a></li>
<li><a href="https://github.com/nazar65">GitHub</a></li>
<li><a href="mailto:nazarn96@gmail.com">Email</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="bg">
<div class="container">
© <a href="https://klovanych.org/about.html">Nazar Klovanych</a> — All written content on this
website reflects my personal opinion and it's available
under <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0</a>
</div>
</div>
</div>
</body>
</html>