diff --git a/README.md b/README.md index 2073e89..fbbdfed 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ a simple link back to the source will do. > **DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE** > -> _Version 2, December 2004_ +> _Version 2, December 2004_ || > _Copyright (C) 2004 Sam Hocevar _ > > Everyone is permitted to copy and distribute verbatim or modified diff --git a/_layouts/default.html b/_layouts/default.html index 6b35e6f..656bf28 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,7 +1,7 @@ - The Internet Vagabond :: {{ page.type }} + The Internet Vagabond :: {{ page.tabtitle }} + +

I have many hobbies, and am fascinated by the universe we find ourselves + in. I hope to explore many of these through this site, and look forward + to understanding and exploring topics both new and old.

diff --git a/src/styles.css b/src/styles.css index 7e93490..0f014e2 100644 --- a/src/styles.css +++ b/src/styles.css @@ -131,21 +131,23 @@ main { background-color: #EBEBFA; } -#about { +article { position: relative; margin: 0px auto; padding: 0px; } -#about div { - margin: 0px auto; padding: 0px 20px; width: 100%; +article h1 { + font: 1.1em "Lucida Sans Unicode", "Lucida Grande", sans-serif; + text-shadow: 2px 2px #DEDEDE; color: darkgrey; letter-spacing: 1.2em; } -#about #post { - float: left; width: 40%; - margin: 0px auto; +article h1::first-letter { + margin: 0px; padding: 0px 2px; + font: 1.3em "Lucida Sans Unicode", "Lucida Grande", sans-serif; + color: white; text-shadow: 0px 0px 10px blue; } -#post h3 { +article h3 { text-align: right; padding: 0px; border-bottom: 1px solid darkgrey;