diff options
author | tomsmeding <tom.smeding@gmail.com> | 2016-09-13 11:43:06 +0200 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2016-09-13 11:44:11 +0200 |
commit | f00ba92ed2cc1a9c24ad783e83525d1b5a85b857 (patch) | |
tree | 4d1c00a47c7f3842bcf3dece83d3c00ed3ae459f /index.html |
Initial
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..b49c015 --- /dev/null +++ b/index.html @@ -0,0 +1,29 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="utf-8"> +<title>Tom Smeding</title> +<style> +body{ + font-family:"Courier New",Courier,Monospace; + text-align:center; +} +div.main-content{ + display:inline-block; + max-width:800px; +} +/*.pulse-label{ + transition:width 0.5s; +}*/ +</style> +</head> +<body> +<div class="main-content"> + <h1>Hi!</h1> + <p>I'm Tom Smeding. I love programming, doing math and playing the piano. This is a simple website (on an <a href="https://www.digitalocean.com">advanced webserver</a>) that I kind of maintain for hosting various projects of mine.</p> + <p>You can reach me on <a href="https://www.facebook.com/tom.smeding">Facebook</a>, <a href="https://github.com/tomsmeding">Github</a> and <a href="https://telegram.me/tomsmeding">Telegram</a>, among others.</p> + <br> + <p>Since I started measuring, I pressed <span class="pulse-label"><!--<<PULSE-KEYS>>--></span> keys and clicked my mouse <span class="pulse-label"><!--<<PULSE-CLICKS>>--></span> times. <small><a href="http://whatpulse.org/tomsmeding/">More info</a>.</small></p> +</div> +</body> +</html>
\ No newline at end of file |