2015-02-09 17:38:46 +00:00
<!DOCTYPE HTML>
< html >
< head >
< title > The Internet Vagabond :: Home< / title >
< meta name = "description"
content="Rants of a wandering techy, in search of truth, knowledge, and a decent ping." />
< meta name = "author" content = "Bill 'Vagabond Azulien' Nibz" / >
2015-02-18 23:48:42 +00:00
< link rel = "stylesheet" type = "text/css" href = "styles_wip.css" / >
2015-02-09 17:38:46 +00:00
< / head >
< body >
<!-- Top Bar -->
2015-02-18 23:48:42 +00:00
< header >
< ul id = "title" >
< li > The< / li > < li > Internet< / li > < li > Vagabond< / li >
2015-02-10 03:59:01 +00:00
< / ul >
2015-02-18 23:48:42 +00:00
< / header >
2015-02-09 17:38:46 +00:00
2015-02-18 23:48:42 +00:00
< div class = "clean" > < / div >
2015-02-09 17:38:46 +00:00
<!-- Main Content Section -->
2015-02-18 23:48:42 +00:00
< main >
< div id = "post" >
< p > 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.< / p >
< / div >
< / main >
2015-02-09 17:38:46 +00:00
2015-02-18 23:48:42 +00:00
< div class = "clean" > < / div >
<!-- Sidebar -->
< nav id = "navbar" >
2015-02-19 04:01:37 +00:00
< label for = "toggle-navbar" id = "toggle" > & #9776< / label >
< input type = "checkbox" id = "toggle-navbar" / >
< div >
< ul id = "navigation" >
< li > Home< / li >
< li > Projects< / li >
< ul id = "projects" >
< li > GitHub Page< / li >
< li > Antennae< / li >
< / ul >
2015-02-18 23:48:42 +00:00
< / ul >
2015-02-19 04:01:37 +00:00
< ul id = "follow" >
< li id = "github" > [ G ]< / li >
< li id = "twitter" > [ T ]< / li >
< li id = "twitch" > [ S ]< / li >
< li id = "gplus" > [ P ]< / li >
< li id = "flickr" > [ F ]< / li >
< li id = "tumblr" > [ U ]< / li >
< / ul >
< ul id = "info" >
< li > Niblock& copy2015< / li >
< li >
< a href = "http://www.wtfpl.net/" >
< img src = "http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-2.png"
width="80" height="15" alt="WTFPL" />
< / a >
< / li >
< / ul >
< / div >
2015-02-18 23:48:42 +00:00
< / nav >
2015-02-09 17:38:46 +00:00
2015-02-18 23:48:42 +00:00
< div class = "clean" > < / div >
2015-02-09 17:38:46 +00:00
< / body >
2015-02-10 03:59:01 +00:00
< / html >