summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2021-08-19 17:31:27 +0300
committerDmitry Ilvokhin <d@ilvokhin.com>2021-08-19 17:31:27 +0300
commitc9465518002ac738059e80a85e350e42a3b8df61 (patch)
treedd65ada2419c0f21729bf080f652cbac04a9b67c
parenta0461da027c9cdac339bf379b97219b937c038bc (diff)
downloadhome-c9465518002ac738059e80a85e350e42a3b8df61.tar.gz
home-c9465518002ac738059e80a85e350e42a3b8df61.tar.bz2
home-c9465518002ac738059e80a85e350e42a3b8df61.zip
Revert all fixes
-rw-r--r--index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
index 058132b..53e2575 100644
--- a/index.html
+++ b/index.html
@@ -24,9 +24,14 @@ a:active { color: blue; }
</head>
<body>
-<p>Hi, I'm Dmitry Ilvokhin.</p>
+<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>