diff options
author | Dima Ilvokhin <d@ilvokhin.com> | 2020-12-20 19:13:52 +0300 |
---|---|---|
committer | Dima Ilvokhin <d@ilvokhin.com> | 2020-12-20 19:13:52 +0300 |
commit | 1d796952b59485c033c36cf34dc12066ec594ed7 (patch) | |
tree | c9ee878746b4729831465dbb9289743436cbdf9d /index.html | |
download | home-1d796952b59485c033c36cf34dc12066ec594ed7.tar.gz home-1d796952b59485c033c36cf34dc12066ec594ed7.tar.bz2 home-1d796952b59485c033c36cf34dc12066ec594ed7.zip |
Initial version of index.html file
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..41415c5 --- /dev/null +++ b/index.html @@ -0,0 +1,32 @@ +<!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 +} +</style> +</head> + +<body> +<p>Hello, I'm Dmitry Ilvokhin.</p> + +<p>I'm doing C++ software development for fun and money.</p> +<p>Also, I like algorithms, data structures and complex bugs that crash large + computer systems.</p> + +<p>You can reach me at <a href="https://t.me/ilvokhin">telegram</a> or by + <a href="mailto:d@ilvokhin.com">email</a>.</p> +</body> +</html> |