diff --git a/index.html b/index.html index eebdae1..4654ac9 100644 --- a/index.html +++ b/index.html @@ -19,14 +19,7 @@
- -
-
-

Welcome to The Internet Vagabond, a small slice of Internet real-estate for Bill Niblock. Nothing I say is visionary or profound, and sometimes it makes sense.

-
-
-
+
+ + +
+
+

Welcome to The Internet Vagabond, a small slice of Internet real-estate for Bill Niblock. Nothing I say is visionary or profound, and sometimes it makes sense.

+
+

About the Site

+

The Internet Vagabond is a small slice of Internet real-estate + for Bill Niblock. I don't have much of a use for this site, + currently, so it's more of a empty plot than a store-front.

+

The site's side-menu offers links to a few of my active GitHub + repositories, as well as links to my social network profiles. + Feel free to examine and use any of the code in my repos, so long + as that use adheres to the WTFPL.

+

I try to keep this site as minimal and useful as possible. I've + enjoyed the most recent re-structure, as it has allowed me to + use only HTML5 and CSS3. As more web-techologies arise, I look + forward to exploring their uses and employing them on this site.

+
+
+

About the Vagabond

+

I like to consider myself a citizen of the Internet. I enjoy + gaming, philosophy, and technology in general.

+

I enjoy all sorts of gaming, be it table-top or computer. + Thanks to the advent of Steam on Linux, I've been able to + maintain my Linux desktop while enjoying some very great games. + Currently, my largest time-sinks are Dota 2, Guild Wars 2, and + an assortment of independent titles.

+
+
+
+
diff --git a/src/styles.css b/src/styles.css index 206489d..7e93490 100644 --- a/src/styles.css +++ b/src/styles.css @@ -140,12 +140,12 @@ main { margin: 0px auto; padding: 0px 20px; width: 100%; } -#about #blurb { +#about #post { float: left; width: 40%; margin: 0px auto; } -#blurb h3 { +#post h3 { text-align: right; padding: 0px; border-bottom: 1px solid darkgrey;