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. 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

View file

@ -17,16 +17,16 @@
<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">&#9776</label> <label for="toggle-navbar" id="toggle">&#9776</label>
<input type="checkbox" id="toggle-navbar" /> <input type="checkbox" id="toggle-navbar" />
<div id="bar"> <div id="bar">
@ -39,7 +39,8 @@
<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>
</div>
</li> </li>
<li>Dot Files<br /> <li>Dot Files<br />
<div> <div>
@ -103,17 +104,17 @@
</div> </div>
</section> </section>
</div> </div>
</nav> </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>