diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2021-10-07 19:47:02 +0100 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2021-10-07 19:47:02 +0100 |
commit | 451a23d3acf4bd0843ba4bdf4977066282c271cb (patch) | |
tree | 8415479b282c24342358fd538a1fbc69c2d7e6dc | |
parent | 7973bd6eef4240b75d98f2b5a488f24c296a6272 (diff) | |
download | home-451a23d3acf4bd0843ba4bdf4977066282c271cb.tar.gz home-451a23d3acf4bd0843ba4bdf4977066282c271cb.tar.bz2 home-451a23d3acf4bd0843ba4bdf4977066282c271cb.zip |
Fix bio text
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,8 +26,8 @@ a:active { color: blue; } <body> <p>Hello, I'm Dmitry Ilvokhin.</p> -<p>I like algorithms, data structures and complex bugs which crash large - computer systems.</p> +<p>I like algorithms, data structures and fix complex bugs in 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> |