diff options
author | Dima Ilvokhin <d@ilvokhin.com> | 2020-12-20 19:28:06 +0300 |
---|---|---|
committer | Dima Ilvokhin <d@ilvokhin.com> | 2020-12-20 19:28:06 +0300 |
commit | 01426347025474dd5f214a9ece79882476674b36 (patch) | |
tree | ca1561799c9fd2e603ef8e56c29a7d6db69d6d00 | |
parent | 4aa3f457771b91db104c3f291373e62a5a1c9248 (diff) | |
download | home-01426347025474dd5f214a9ece79882476674b36.tar.gz home-01426347025474dd5f214a9ece79882476674b36.tar.bz2 home-01426347025474dd5f214a9ece79882476674b36.zip |
Replace money with profit word
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ a:active { color: blue; } <body> <p>Hello, I'm Dmitry Ilvokhin.</p> -<p>I'm doing C++ software development for fun and money.</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> |