404 Page Get!

This commit is contained in:
Bill Nibz 2015-04-09 22:47:30 -04:00
parent f43bc4f9f0
commit 50594945dc
2 changed files with 12 additions and 52 deletions

View file

@ -3,70 +3,49 @@
<head> <head>
<title>The Internet Vagabond :: Page Not Found</title> <title>The Internet Vagabond :: Page Not Found</title>
<meta name="description" <meta name="description" content="Rants of a wandering techy, in search of
content="Rants of a wandering techy, in search of truth, truth, knowledge, and a decent ping." />
knowledge, and a decent ping." />
<meta name="author" content="Bill 'Vagabond Azulien' Nibz" /> <meta name="author" content="Bill 'Vagabond Azulien' Nibz" />
<style> <style>
body { body {
position: relative; position: relative; background-color: #EBEBFA; }
background-color: #EBEBFA; }
a,a:visited,a:link,a:focus { a,a:visited,a:link,a:focus {
text-decoration: none; } text-decoration: none; }
header { header {
position: fixed; top: 0px; left: 0px; right: 0px; position: fixed; top: 0px; left: 0px; right: 0px;
margin: 0px; padding: 10px; z-index: 5; margin: 0px; padding: 10px; z-index: 5;
background-color: white; background-color: white;
border-bottom: 1px solid lightgrey; border-bottom: 1px solid lightgrey;
box-shadow: 0px 2px 10px -5px blue; } box-shadow: 0px 2px 10px -5px blue; }
#title { #title {
float: left; float: left; list-style: none; margin: 0px 25px; padding: 0px; }
list-style: none;
margin: 0px 25px; padding: 0px; }
#title li { #title li {
float:left; margin: 0px; padding: 0px; float:left; margin: 0px; padding: 0px;
font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif; font: 1.2em "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: 1.2em; }
#title li::first-letter { #title li::first-letter {
margin: 0px; padding: 0px 2px; margin: 0px; padding: 0px 2px;
font: 1.3em "Lucida Sans Unicode", "Lucida Grande", sans-serif; font: 1.3em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
color: white; text-shadow: 0px 0px 10px blue; } color: white; text-shadow: 0px 0px 10px blue; }
footer {
footer{
position: fixed; right: 0px; bottom: 10px; position: fixed; right: 0px; bottom: 10px;
font: 0.9em "Lucida Sans Unicode", "Lucida Grande", sans-serif; font: 0.9em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
letter-spacing: 0.4em; color: grey; } letter-spacing: 0.4em; color: grey; }
article { article {
margin: auto auto; padding: 50px; } margin: auto auto; padding: 50px; text-align: center; }
</style> </style>
</head> </head>
<body> <body>
<!-- Top Bar -->
<header> <header>
<ul id="title"> <ul id="title"><li>The</li><li>Internet</li><li>Vagabond</li></ul>
<li>The</li><li>Internet</li><li>Vagabond</li>
</ul>
</header> </header>
<!-- Message -->
<article> <article>
<h1>404 :: Page Not Found</h1> <h1>404 :: Page Not Found</h1>
<p><a href="http://www.theinternetvagabond.com">Click here <p><a href="http://www.theinternetvagabond.com">Click here
to go home.</a></p> to go home.</a></p>
</article> </article>
<footer><div id="cw">Niblock&copy2015</div></footer>
<!-- Footer -->
<footer>
<div id="cw">Niblock&copy2015</div>
</footer>
</body> </body>
</html>

View file

@ -7,34 +7,15 @@ All stuff here is my opinion yada yada yada.
Nothing I say is profound or visionary, and sometimes it makes sense. Nothing I say is profound or visionary, and sometimes it makes sense.
###To-Do ###To-Do
* [ ] Finalize migration to Jekyll
* [ ] Create custom 404 page
* [ ] Create a favicon * [ ] Create a favicon
* [ ] CSS: Establish responsive design. * [ ] CSS: Establish responsive design.
* [ ] CSS: De-clutter * [ ] CSS: De-clutter
* [ ] Work on GitHub project pages for few projects * [ ] Work on GitHub project pages for few projects
* [ ] Posts? Content? Establish a purpose. * [ ] Posts? Content? Establish a purpose.
####Latest Update :: 2015/02/23 ####Latest Update :: 2015/04/10
* + Updates site to make use of Jekyll * Removed unnecessary update information.
* + Modified Readme to include the License * Created and implemented custom 404 page.
* + Updated Home page information
Previous updates can be found here (or below, for now).
######2015/02/21
* + Replaced old site with new site
* - Removed old site files (moved to archive)
######2015/02/19
* + Updated WIP files (significantly)
* - Removed a lot of useless files
######2015/02/09
* + Created file
* + Notable existing "updates"
* + Uploaded all files
* + Fixed spacing in css/index files
###License ###License