2015-02-04 21:54:30 +00:00
<!DOCTYPE HTML>
< html >
< head >
< title > The Internet Vagabond :: Home< / title >
2015-02-21 22:31:08 +00:00
< meta name = "description"
content="Rants of a wandering techy, in search of truth, knowledge, and a decent ping." />
2015-02-04 21:54:30 +00:00
< meta name = "author" content = "Bill 'Vagabond Azulien' Nibz" / >
2015-02-21 22:31:08 +00:00
< link rel = "stylesheet" type = "text/css" href = "src/styles.css" / >
2015-02-04 21:54:30 +00:00
< / head >
< body >
2015-02-09 15:18:19 +00:00
2015-02-21 22:31:08 +00:00
<!-- Top Bar -->
< header >
< ul id = "title" >
< li > The< / li > < li > Internet< / li > < li > Vagabond< / li >
< / ul >
< / header >
2015-02-09 15:18:19 +00:00
2015-02-21 22:31:08 +00:00
< div class = "clean" > < / div >
<!-- Main Content Section -->
< 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 15:18:19 +00:00
2015-02-21 22:31:08 +00:00
< div class = "clean" > < / div >
<!-- Sidebar -->
< nav id = "navbar" >
< label for = "toggle-navbar" id = "toggle" > & #9776< / label >
< input type = "checkbox" id = "toggle-navbar" / >
< div id = "bar" >
< ul id = "navigation" >
< li > Home< / li >
< li > Projects< / li >
< ul id = "projects" >
< li > GitHub Page< / li >
< li > Antennae< / li >
< / ul >
< / ul >
< div id = "follow" >
< a href = "https://github.com/VagabondAzulien" >
< img src = "src/images/github_light.png"
width="32" height="32" alt="GitHub"
title="My GitHub Repos" />
< / a >
< a href = "https://twitter.com/Azulien" >
< img src = "src/images/twitter_light.png"
width="32" height="32" alt="Twitter"
title="My Twitter Feed" />
< / a >
< a href = "http://www.twitch.tv/vagabondazulien/profile" >
< img src = "src/images/twitch_light.png"
width="32" height="32" alt="Twitch"
title="My Twitch Profile" />
< / a >
< a href = "http://steamcommunity.com/id/azulien" >
< img src = "src/images/steam_light.png"
width="32" height="32" alt="Steam"
title="My Steam Profile" />
< / a >
< / div >
< div id = "info" >
< div id = "cw" > Niblock& copy2015< / div > < br / >
< a href = "http://www.wtfpl.net/" >
< img src = "src/images/wtfpl-badge.png"
width="80" height="15" alt="WTFPL"
title="Licensed under the WTFPL." />
< / a >
< a href = "http://www.w3.org/html/logo/" >
< img src = "src/images/html5-badge.png"
width="50" height="15" alt="HTML5 | CSS3"
title="HTML5 Powered, CSS3 Styled" />
< / a >
< / div >
< / div >
< / nav >
2015-02-09 15:18:19 +00:00
2015-02-21 22:31:08 +00:00
< div class = "clean" > < / div >
2015-02-04 21:54:30 +00:00
< / body >
2015-02-21 22:31:08 +00:00
< / html >