blob: 53e2575fd9f0b3ebb2a9474798c0497f32ce0b3a (
plain) (
blame)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dmitry Ilvokhin</title>
<meta charset="utf-8">
<style type="text/css">
body {
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
font-size: 23px;
color: #444;
padding: 0 10px;
}
h1, h2, h3 {
line-height: 1.2
}
a:link { color: blue; }
a:visited { color: blue; }
a:hover { color: blue; }
a:active { color: blue; }
</style>
</head>
<body>
<p>Hello, I'm Dmitry Ilvokhin.</p>
<p>I'm doing C++ software development for fun and profit.</p>
<p>Also, I like algorithms, data structures and complex bugs that crash large
computer systems.</p>
<p>You can reach me on <a href="https://t.me/ilvokhin">telegram</a> or
<a href="mailto:d@ilvokhin.com">email</a>.</p>
</body>
</html>
|