Clean up code. Update Readme.

This commit is contained in:
Bill Niblock 2015-04-19 15:34:00 -04:00
parent 5b46272a3f
commit f826af510f
2 changed files with 92 additions and 93 deletions

View file

@ -7,15 +7,13 @@ All stuff here is my opinion yada yada yada.
Nothing I say is profound or visionary, and sometimes it makes sense.
###To-Do
* [ ] Create a favicon
* [ ] CSS: Establish responsive design.
* [ ] CSS: De-clutter
* [ ] Work on GitHub project pages for few projects
* [ ] Posts? Content? Establish a purpose.
####Latest Update :: 2015/04/10
* Removed unnecessary update information.
* Created and implemented custom 404 page.
####Latest Update :: 2015/04/19
* Updated favicon
* Cleaned up code a bit
###License

View file

@ -17,103 +17,104 @@
<body>
<!-- Top Bar -->
<header>
<ul id="title">
<li>The</li><li>Internet</li><li>Vagabond</li>
</ul>
</header>
<header>
<ul id="title">
<li>The</li><li>Internet</li><li>Vagabond</li>
</ul>
</header>
<div class="clean"></div>
<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">
<section id="header">
<ul id="navigation">
<li><a href="http://www.theinternetvagabond.com">
Home</a></li>
<li>Projects</li>
<ul id="projects">
<li>GitHub Page<br />
<div>
<a href="#">[ Page ]</a>
<a href="https://github.com/VagabondAzulien/VagabondAzulien.github.io">[ Source ]</a></div>
</li>
<li>Dot Files<br />
<div>
<a href="#">[ Page ]</a>
<a href="#">[ Source ]</a>
</div>
</li>
<li>Antennae<br />
<div>
<a href="#">[ Page ]</a>
<a href="https://github.com/VagabondAzulien/antennae">[ Source ]</a>
</div>
</li>
</ul>
<li>Posts</li>
<ul id="posts">
{% for post in site.posts limit:3 %}
<li>
<a href="{{ post.url }}">
{{ post.title }}</a>
</li>
{% endfor %}
</ul>
<nav id="navbar">
<label for="toggle-navbar" id="toggle">&#9776</label>
<input type="checkbox" id="toggle-navbar" />
<div id="bar">
<section id="header">
<ul id="navigation">
<li><a href="http://www.theinternetvagabond.com">
Home</a></li>
<li>Projects</li>
<ul id="projects">
<li>GitHub Page<br />
<div>
<a href="#">[ Page ]</a>
<a href="https://github.com/VagabondAzulien/VagabondAzulien.github.io">[ Source ]</a>
</div>
</li>
<li>Dot Files<br />
<div>
<a href="#">[ Page ]</a>
<a href="#">[ Source ]</a>
</div>
</li>
<li>Antennae<br />
<div>
<a href="#">[ Page ]</a>
<a href="https://github.com/VagabondAzulien/antennae">[ Source ]</a>
</div>
</li>
</ul>
</section>
<section id="footer">
<div id="follow">
<a href="https://github.com/VagabondAzulien">
<img src="{{ site.url }}/src/images/github_light.png"
width="32" height="32" alt="GitHub"
title="My GitHub Repos" />
</a>
<a href="https://twitter.com/Azulien">
<img src="{{ site.url }}/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="{{ site.url }}/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="{{ site.url }}/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="{{ site.url }}/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="{{ site.url }}/src/images/html5-badge.png"
width="50" height="15" alt="HTML5 | CSS3"
title="HTML5 Powered, CSS3 Styled" />
</a>
</div>
</section>
<li>Posts</li>
<ul id="posts">
{% for post in site.posts limit:3 %}
<li>
<a href="{{ post.url }}">
{{ post.title }}</a>
</li>
{% endfor %}
</ul>
</ul>
</section>
<section id="footer">
<div id="follow">
<a href="https://github.com/VagabondAzulien">
<img src="{{ site.url }}/src/images/github_light.png"
width="32" height="32" alt="GitHub"
title="My GitHub Repos" />
</a>
<a href="https://twitter.com/Azulien">
<img src="{{ site.url }}/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="{{ site.url }}/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="{{ site.url }}/src/images/steam_light.png"
width="32" height="32" alt="Steam"
title="My Steam Profile" />
</a>
</div>
</nav>
<div id="info">
<div id="cw">Niblock&copy2015</div><br />
<a href="http://www.wtfpl.net/">
<img src="{{ site.url }}/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="{{ site.url }}/src/images/html5-badge.png"
width="50" height="15" alt="HTML5 | CSS3"
title="HTML5 Powered, CSS3 Styled" />
</a>
</div>
</section>
</div>
</nav>
<div class="clean"></div>
<div class="clean"></div>
<!-- Main Content Section -->
<main>
{{ content }}
<main>
{{ content }}
</main>
</main>
<div class="clean"></div>
<div class="clean"></div>
</body>
</html>