Updating...

This commit is contained in:
Bill Niblock 2015-02-23 17:41:41 -05:00
parent a2ba3001fd
commit 4afa849217
3 changed files with 8 additions and 7 deletions

View file

@ -29,6 +29,7 @@
<section id="header">
<ul id="navigation">
<li>Home</li>
<li>Posts</li>
<li>Projects</li>
<ul id="projects">
<li>GitHub Page</li>

View file

@ -19,7 +19,7 @@
The site is hosted on GitHub, and utilizes Jekyll for further
organization and optimization. If you're interested in more
technical details, check out the GitHub Project page for this
repository. You can easily get to it via the menu on the right.</p>
repository [WIP]. You can easily get to it via the menu on the right.</p>
<h2>About the Vagabond</h2>
<p>My name is Bill Niblock, and I consider myself a citizen of the

View file

@ -144,23 +144,23 @@ article {
margin: 50px auto; padding: 10px;
}
article h1 {
font: 1.1em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
text-shadow: 2px 2px #DEDEDE; color: darkgrey; letter-spacing: 1.2em;
article h1 {
font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
text-shadow: 2px 2px #DEDEDE; color: darkgrey;
}
article h1::first-letter {
margin: 0px; padding: 0px 2px;
margin: 0px; padding: 0px;
font: 1.3em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color: white; text-shadow: 0px 0px 10px blue;
}
article h2 {
text-align: right;
padding: 0px;
padding: 10px;
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;
text-shadow: 2px 2px #DEDEDE; color: darkgrey; letter-spacing: 0.6em;
}
article p {