Updating WIP files
This commit is contained in:
parent
d83b577f44
commit
9b24e183b5
1 changed files with 38 additions and 19 deletions
|
@ -7,40 +7,59 @@
|
|||
content="Rants of a wandering techy, in search of truth, knowledge, and a decent ping." />
|
||||
<meta name="author" content="Bill 'Vagabond Azulien' Nibz" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="css2.css" />
|
||||
<script type="text/javascript" src="testing/jquery.js"></script>
|
||||
<script type="text/javascript" src="testing/test.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="styles_wip.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- Top Bar -->
|
||||
<div id="top" class="top">
|
||||
<div id="icon"><img /></div>
|
||||
<div id="bar"></div>
|
||||
<ul id="follow">
|
||||
<li id="gplus"></li>
|
||||
<li id="tweet"></li>
|
||||
<li id="twitc"></li>
|
||||
<header>
|
||||
<ul id="title">
|
||||
<li>The</li><li>Internet</li><li>Vagabond</li>
|
||||
</ul>
|
||||
</div>
|
||||
<a href="#navbar">CLICK ME</a>
|
||||
</header>
|
||||
|
||||
<div class="clean"></div>
|
||||
<!-- Main Content Section -->
|
||||
<div id="mid" class="mid">
|
||||
<div id="post"></div>
|
||||
</div>
|
||||
<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>
|
||||
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> <br />
|
||||
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
|
||||
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<!-- Footer -->
|
||||
<div id="bottom" class="bottom">
|
||||
<div class="clean"></div>
|
||||
<!--Sidebar -->
|
||||
<nav id="navbar">
|
||||
<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="navigation">
|
||||
<li>Home</li>
|
||||
<li>Projects</li>
|
||||
<ul id="projects">
|
||||
<li>GitHub Page</li>
|
||||
<li>Antennae</li>
|
||||
</ul>
|
||||
</ul>
|
||||
<ul id="info">
|
||||
<li id="license">i
|
||||
<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>
|
||||
<li id="cwrite">© 2015 - Niblock</li>
|
||||
<li>Niblock©2015</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="clean"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue