-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathindex.html
24 lines (21 loc) · 966 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Ondrej Sika</title>
<style>
* {
font-family: Arial;
}
.footer {
margin: 20px 0;
}
</style>
</head>
<body>
<h1>Ondrej Sika</h1>
<p>I am Visionary, Bitcoin Programmer at <a href="https://slushpool.com">Slush Pool</a>, Ex-student of <a href="http://mff.cuni.cz">MFF UK</a>, Scout at <a href="http://sedastrela.cz">Seda Strela</a>, ...</p>
<p>Find me on <a href="https://facebook.com/sikaondrej2">Facebook</a>, my code on <a href="https://www.github.com/ondrejsika">Github</a>, my photos on <a href="https://www.flickr.com/photos/ondrejsika/">Flickr</a> and my identity on <a href="https://www.keybase.io/ondrejsika">Keybase</a> or <a href="https://ondrejsika.mojeid.cz/">mojeID</a> (verified identity)</p>
<p class="footer">2016 © Ondrej Sika</p>
</body>
</html>