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.
|
||||
|
||||
###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
|
||||
|
||||
|
|
|
@ -17,16 +17,16 @@
|
|||
<body>
|
||||
|
||||
<!-- Top Bar -->
|
||||
<header>
|
||||
<header>
|
||||
<ul id="title">
|
||||
<li>The</li><li>Internet</li><li>Vagabond</li>
|
||||
</ul>
|
||||
</header>
|
||||
</header>
|
||||
|
||||
<div class="clean"></div>
|
||||
<div class="clean"></div>
|
||||
|
||||
<!--Sidebar -->
|
||||
<nav id="navbar">
|
||||
<nav id="navbar">
|
||||
<label for="toggle-navbar" id="toggle">☰</label>
|
||||
<input type="checkbox" id="toggle-navbar" />
|
||||
<div id="bar">
|
||||
|
@ -39,7 +39,8 @@
|
|||
<li>GitHub Page<br />
|
||||
<div>
|
||||
<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>Dot Files<br />
|
||||
<div>
|
||||
|
@ -103,17 +104,17 @@
|
|||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</nav>
|
||||
</nav>
|
||||
|
||||
<div class="clean"></div>
|
||||
<div class="clean"></div>
|
||||
|
||||
<!-- Main Content Section -->
|
||||
<main>
|
||||
<main>
|
||||
|
||||
{{ content }}
|
||||
|
||||
</main>
|
||||
</main>
|
||||
|
||||
<div class="clean"></div>
|
||||
<div class="clean"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue