-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 798 Bytes
/
index.html
File metadata and controls
35 lines (31 loc) · 798 Bytes
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
---
layout: default
---
<b>Semyon Novikov</b><br/>
<ul>
<li style="font-family: Monaco, monospace; font-size:12px">nsa@bedlam.io</li>
<li><a href="https://keybase.io/sdfgh153">Keybase</a></li>
</ul>
<p id="occupation">
</p>
<p id="projects">
<b>Projects</b><br/>
Open source projects:
<ul>
<li><a href="https://sr.ht/~nvkv/">sr.ht/~nvkv/</a><br/></li>
<li><a href="http://github.com/nvkv">github.com/nvkv</a><br/></li>
</ul>
</p>
<b>Personal</b>
<ul>
<li><a class="post-link" href="/cv/">Résumé</a></li>
</ul>
<b>Writings</b> (<a href="{{ "/feed.xml" | prepend: site.baseurl }}">RSS feed</a>)
<ul class="post-list">
{% for post in site.posts%}
<li>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>
</div>