Updating...
This commit is contained in:
parent
2bedb04cc8
commit
6022f5680c
2 changed files with 35 additions and 9 deletions
40
index.html
40
index.html
|
@ -19,14 +19,7 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="clean"></div>
|
<div class="clean"></div>
|
||||||
<!-- Main Content Section -->
|
|
||||||
<main>
|
|
||||||
<div id="post">
|
|
||||||
<p>Welcome to The Internet Vagabond, a small slice of Internet real-estate for Bill Niblock. Nothing I say is visionary or profound, and sometimes it makes sense.</p>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<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>
|
||||||
|
@ -78,6 +71,39 @@
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
<div class="clean"></div>
|
||||||
|
|
||||||
|
<!-- Main Content Section -->
|
||||||
|
<main>
|
||||||
|
<article id="about">
|
||||||
|
<p>Welcome to The Internet Vagabond, a small slice of Internet real-estate for Bill Niblock. Nothing I say is visionary or profound, and sometimes it makes sense.</p>
|
||||||
|
<div id="post">
|
||||||
|
<h3>About the Site</h3>
|
||||||
|
<p>The Internet Vagabond is a small slice of Internet real-estate
|
||||||
|
for Bill Niblock. I don't have much of a use for this site,
|
||||||
|
currently, so it's more of a empty plot than a store-front.</p>
|
||||||
|
<p>The site's side-menu offers links to a few of my active GitHub
|
||||||
|
repositories, as well as links to my social network profiles.
|
||||||
|
Feel free to examine and use any of the code in my repos, so long
|
||||||
|
as that use adheres to the WTFPL.</p>
|
||||||
|
<p>I try to keep this site as minimal and useful as possible. I've
|
||||||
|
enjoyed the most recent re-structure, as it has allowed me to
|
||||||
|
use only HTML5 and CSS3. As more web-techologies arise, I look
|
||||||
|
forward to exploring their uses and employing them on this site.</p>
|
||||||
|
</div>
|
||||||
|
<div id="post">
|
||||||
|
<h3>About the Vagabond</h3>
|
||||||
|
<p>I like to consider myself a citizen of the Internet. I enjoy
|
||||||
|
gaming, philosophy, and technology in general.</p>
|
||||||
|
<p>I enjoy all sorts of gaming, be it table-top or computer.
|
||||||
|
Thanks to the advent of Steam on Linux, I've been able to
|
||||||
|
maintain my Linux desktop while enjoying some very great games.
|
||||||
|
Currently, my largest time-sinks are Dota 2, Guild Wars 2, and
|
||||||
|
an assortment of independent titles.</p>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
</main>
|
||||||
|
|
||||||
<div class="clean"></div>
|
<div class="clean"></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -140,12 +140,12 @@ main {
|
||||||
margin: 0px auto; padding: 0px 20px; width: 100%;
|
margin: 0px auto; padding: 0px 20px; width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#about #blurb {
|
#about #post {
|
||||||
float: left; width: 40%;
|
float: left; width: 40%;
|
||||||
margin: 0px auto;
|
margin: 0px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#blurb h3 {
|
#post h3 {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
border-bottom: 1px solid darkgrey;
|
border-bottom: 1px solid darkgrey;
|
||||||
|
|
Loading…
Reference in a new issue