-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
32 lines (32 loc) · 1.06 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="author" content="Nikita Sivukhin"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>naming is hard</title>
<link rel="stylesheet" href="/static/style.css">
</head>
<body>
<div class="page">
<div class="meta">
<header>
<h2><a href="index.html">naming is hard</a></h2>
</header>
<aside>
<h2><a href="about.html">about</a></h2>
</aside>
</div>
<p>
I'm Nikita Sivukhin, a software developer with experience in <code>C#</code>, <code>Go</code> and a strong background in algorithms.
</p>
<p>
You can find my CV here: <a download href="static/sivukhin_cv.pdf">sivukhin_cv.pdf</a>
</p>
<hr/>
<div class="footer">
<p><a href="https://github.com/sivukhin/sivukhin.github.io">github link</a> (made with <a href="https://github.com/sivukhin/godjot">godjot</a> and <a href="https://github.com/sivukhin/gopeg">gopeg</a>)</p>
</div>
</div>
</body>
</html>