diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2021-08-19 17:31:27 +0300 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2021-08-19 17:31:27 +0300 |
commit | c9465518002ac738059e80a85e350e42a3b8df61 (patch) | |
tree | dd65ada2419c0f21729bf080f652cbac04a9b67c | |
parent | a0461da027c9cdac339bf379b97219b937c038bc (diff) | |
download | home-c9465518002ac738059e80a85e350e42a3b8df61.tar.gz home-c9465518002ac738059e80a85e350e42a3b8df61.tar.bz2 home-c9465518002ac738059e80a85e350e42a3b8df61.zip |
Revert all fixes
-rw-r--r-- | index.html | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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> |