Added some clerical stuff, add WIP index file
This commit is contained in:
parent
26626475da
commit
060f147b9b
3 changed files with 90 additions and 0 deletions
13
LICENSE.txt
Normal file
13
LICENSE.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
Version 2, December 2004
|
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified
|
||||
copies of this license document, and changing it is allowed as long
|
||||
as the name is changed.
|
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO.
|
36
README.txt
Normal file
36
README.txt
Normal file
|
@ -0,0 +1,36 @@
|
|||
+======================================================+
|
||||
+ +
|
||||
+ README / CHANGELOG FOR THEINTERNETVAGABOND.COM +
|
||||
+ +
|
||||
+======================================================+
|
||||
|
||||
======
|
||||
README
|
||||
======
|
||||
|
||||
This site is a small chunk of virtual real-estate for Bill Niblock.
|
||||
|
||||
All stuff here is my opinion yada yada yada.
|
||||
|
||||
Nothing I say is profound or visionary, and sometimes it makes sense.
|
||||
|
||||
|
||||
=========
|
||||
CHANGELOG
|
||||
=========
|
||||
|
||||
|
||||
2015/02/09
|
||||
+======================================================+
|
||||
+ Created file
|
||||
+ Notable existing "updates"
|
||||
+ Uploaded all files
|
||||
+ Fixed spacing in css/index files
|
||||
|
||||
* To Be Done
|
||||
+ New site layout
|
||||
+ New site content
|
||||
|
||||
- Remove clutter
|
||||
|
||||
* Re-organize
|
41
index.html.wip
Normal file
41
index.html.wip
Normal file
|
@ -0,0 +1,41 @@
|
|||
<!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="keywords" content="internet, vagabond" />
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- Top Bar -->
|
||||
<div id="top" class="top">
|
||||
<div id="icon"><img /></div>
|
||||
<div id="bar"></div>
|
||||
<div id="follow">
|
||||
<div id="gplus"></div>
|
||||
<div id="tweet"></div>
|
||||
<div id="twitc"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Main Content Section -->
|
||||
<div id="mid" class="mid">
|
||||
<div id="post"></div>
|
||||
</div>
|
||||
|
||||
<!-- Footer -->
|
||||
<div id="bottom" class="bottom">
|
||||
<ul id="info">
|
||||
<li id="license"></li>
|
||||
<li id="contact"></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</body>
|
Loading…
Reference in a new issue