Clean up code. Update Readme.
This commit is contained in:
parent
5b46272a3f
commit
f826af510f
2 changed files with 92 additions and 93 deletions
|
@ -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.
|
Nothing I say is profound or visionary, and sometimes it makes sense.
|
||||||
|
|
||||||
###To-Do
|
###To-Do
|
||||||
* [ ] Create a favicon
|
|
||||||
* [ ] CSS: Establish responsive design.
|
* [ ] CSS: Establish responsive design.
|
||||||
* [ ] CSS: De-clutter
|
|
||||||
* [ ] Work on GitHub project pages for few projects
|
* [ ] Work on GitHub project pages for few projects
|
||||||
* [ ] Posts? Content? Establish a purpose.
|
* [ ] Posts? Content? Establish a purpose.
|
||||||
|
|
||||||
####Latest Update :: 2015/04/10
|
####Latest Update :: 2015/04/19
|
||||||
* Removed unnecessary update information.
|
* Updated favicon
|
||||||
* Created and implemented custom 404 page.
|
* Cleaned up code a bit
|
||||||
|
|
||||||
###License
|
###License
|
||||||
|
|
||||||
|
|
|
@ -17,103 +17,104 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- Top Bar -->
|
<!-- Top Bar -->
|
||||||
<header>
|
<header>
|
||||||
<ul id="title">
|
<ul id="title">
|
||||||
<li>The</li><li>Internet</li><li>Vagabond</li>
|
<li>The</li><li>Internet</li><li>Vagabond</li>
|
||||||
</ul>
|
</ul>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="clean"></div>
|
<div class="clean"></div>
|
||||||
|
|
||||||
<!--Sidebar -->
|
<!--Sidebar -->
|
||||||
<nav id="navbar">
|
<nav id="navbar">
|
||||||
<label for="toggle-navbar" id="toggle">☰</label>
|
<label for="toggle-navbar" id="toggle">☰</label>
|
||||||
<input type="checkbox" id="toggle-navbar" />
|
<input type="checkbox" id="toggle-navbar" />
|
||||||
<div id="bar">
|
<div id="bar">
|
||||||
<section id="header">
|
<section id="header">
|
||||||
<ul id="navigation">
|
<ul id="navigation">
|
||||||
<li><a href="http://www.theinternetvagabond.com">
|
<li><a href="http://www.theinternetvagabond.com">
|
||||||
Home</a></li>
|
Home</a></li>
|
||||||
<li>Projects</li>
|
<li>Projects</li>
|
||||||
<ul id="projects">
|
<ul id="projects">
|
||||||
<li>GitHub Page<br />
|
<li>GitHub Page<br />
|
||||||
<div>
|
<div>
|
||||||
<a href="#">[ Page ]</a>
|
<a href="#">[ Page ]</a>
|
||||||
<a href="https://github.com/VagabondAzulien/VagabondAzulien.github.io">[ Source ]</a></div>
|
<a href="https://github.com/VagabondAzulien/VagabondAzulien.github.io">[ Source ]</a>
|
||||||
</li>
|
</div>
|
||||||
<li>Dot Files<br />
|
</li>
|
||||||
<div>
|
<li>Dot Files<br />
|
||||||
<a href="#">[ Page ]</a>
|
<div>
|
||||||
<a href="#">[ Source ]</a>
|
<a href="#">[ Page ]</a>
|
||||||
</div>
|
<a href="#">[ Source ]</a>
|
||||||
</li>
|
</div>
|
||||||
<li>Antennae<br />
|
</li>
|
||||||
<div>
|
<li>Antennae<br />
|
||||||
<a href="#">[ Page ]</a>
|
<div>
|
||||||
<a href="https://github.com/VagabondAzulien/antennae">[ Source ]</a>
|
<a href="#">[ Page ]</a>
|
||||||
</div>
|
<a href="https://github.com/VagabondAzulien/antennae">[ Source ]</a>
|
||||||
</li>
|
</div>
|
||||||
</ul>
|
</li>
|
||||||
<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>
|
</ul>
|
||||||
</section>
|
<li>Posts</li>
|
||||||
<section id="footer">
|
<ul id="posts">
|
||||||
<div id="follow">
|
{% for post in site.posts limit:3 %}
|
||||||
<a href="https://github.com/VagabondAzulien">
|
<li>
|
||||||
<img src="{{ site.url }}/src/images/github_light.png"
|
<a href="{{ post.url }}">
|
||||||
width="32" height="32" alt="GitHub"
|
{{ post.title }}</a>
|
||||||
title="My GitHub Repos" />
|
</li>
|
||||||
</a>
|
{% endfor %}
|
||||||
<a href="https://twitter.com/Azulien">
|
</ul>
|
||||||
<img src="{{ site.url }}/src/images/twitter_light.png"
|
</ul>
|
||||||
width="32" height="32" alt="Twitter"
|
</section>
|
||||||
title="My Twitter Feed" />
|
<section id="footer">
|
||||||
</a>
|
<div id="follow">
|
||||||
<a href="http://www.twitch.tv/vagabondazulien/profile">
|
<a href="https://github.com/VagabondAzulien">
|
||||||
<img src="{{ site.url }}/src/images/twitch_light.png"
|
<img src="{{ site.url }}/src/images/github_light.png"
|
||||||
width="32" height="32" alt="Twitch"
|
width="32" height="32" alt="GitHub"
|
||||||
title="My Twitch Profile" />
|
title="My GitHub Repos" />
|
||||||
</a>
|
</a>
|
||||||
<a href="http://steamcommunity.com/id/azulien">
|
<a href="https://twitter.com/Azulien">
|
||||||
<img src="{{ site.url }}/src/images/steam_light.png"
|
<img src="{{ site.url }}/src/images/twitter_light.png"
|
||||||
width="32" height="32" alt="Steam"
|
width="32" height="32" alt="Twitter"
|
||||||
title="My Steam Profile" />
|
title="My Twitter Feed" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
<a href="http://www.twitch.tv/vagabondazulien/profile">
|
||||||
<div id="info">
|
<img src="{{ site.url }}/src/images/twitch_light.png"
|
||||||
<div id="cw">Niblock©2015</div><br />
|
width="32" height="32" alt="Twitch"
|
||||||
<a href="http://www.wtfpl.net/">
|
title="My Twitch Profile" />
|
||||||
<img src="{{ site.url }}/src/images/wtfpl-badge.png"
|
</a>
|
||||||
width="80" height="15" alt="WTFPL"
|
<a href="http://steamcommunity.com/id/azulien">
|
||||||
title="Licensed under the WTFPL." />
|
<img src="{{ site.url }}/src/images/steam_light.png"
|
||||||
</a>
|
width="32" height="32" alt="Steam"
|
||||||
<a href="http://www.w3.org/html/logo/">
|
title="My Steam Profile" />
|
||||||
<img src="{{ site.url }}/src/images/html5-badge.png"
|
</a>
|
||||||
width="50" height="15" alt="HTML5 | CSS3"
|
|
||||||
title="HTML5 Powered, CSS3 Styled" />
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
<div id="info">
|
||||||
|
<div id="cw">Niblock©2015</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 Section -->
|
||||||
<main>
|
<main>
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<div class="clean"></div>
|
<div class="clean"></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue