From 4115092ff21017c1cefffb860c15309324ee37ab Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Mon, 23 Feb 2015 15:01:40 -0500 Subject: [PATCH] Updating... --- README.md | 2 ++ index.html | 4 ++-- src/styles.css | 14 +++++++++----- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fbbdfed..4944077 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,14 @@ Nothing I say is profound or visionary, and sometimes it makes sense. ###To-Do * [ ] Finalize migration to Jekyll +* [ ] CSS: Establish responsive design. * [ ] Work on GitHub project pages for few projects * [ ] Posts? Content? Establish a purpose. ####Latest Update :: 2015/02/23 * + Updates site to make use of Jekyll * + Modified Readme to include the License +* + Updated Home page information Previous updates can be found here (or below, for now). diff --git a/index.html b/index.html index e5b4f2c..3581173 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ any posts and projects I've made available in the menu on the right. Just click the menu button in the upper-right to view it.

-

About the Site

+

About the Site

The Internet Vagabond is a simple website I use for the rare blog posts I make, information about me and the projects I work on, and a digital plot of e-land. It is programmed as much in @@ -21,7 +21,7 @@ technical details, check out the GitHub Project page for this repository. You can easily get to it via the menu on the right.

-

About the Vagabond

+

About the Vagabond

My name is Bill Niblock, and I consider myself a citizen of the Internet. I'm a computer scientist by education, a technologist by trade, a gamer by hobby, a philosopher by choice, and the list goes diff --git a/src/styles.css b/src/styles.css index 0f014e2..170a089 100644 --- a/src/styles.css +++ b/src/styles.css @@ -126,14 +126,14 @@ header { ********/ main { - position: fixed; top: 0px; bottom: 0px; height: 100%; - margin: 40px 40px; padding: 10px; z-index: 0; + position: fixed; top: 0px; left: 0px; bottom: 0px; z-index: 0; + overflow: auto; background-color: #EBEBFA; } article { - position: relative; - margin: 0px auto; padding: 0px; + position: relative; width: 60%; + margin: 50px auto; padding: 10px; } article h1 { @@ -147,10 +147,14 @@ article h1::first-letter { color: white; text-shadow: 0px 0px 10px blue; } -article h3 { +article h2 { text-align: right; padding: 0px; border-bottom: 1px solid darkgrey; font: 1.0em "Lucida Sans Unicode", "Lucida Grande", sans-serif; text-shadow: 2px 2px #DEDEDE; color: darkgrey; letter-spacing: 1.2em; } + +article p { + padding: 0px 10px; +}