Nicer Credits footer

This commit is contained in:
Arona Jones
2014-10-21 14:05:18 +01:00
parent 511ba7761a
commit 35383fd18a

View File

@@ -44,9 +44,9 @@
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/art/index.html">Art</a></li>
<li><a href="forge.html">Forge Modding</a></li>
<li><a href="webdesign.html">Website Design</a></li>
<li><a href="/art/index.html"><span class="glyphicon glyphicon-tint"></span>Art</a></li>
<li><a href="forge.html"><span class="glyphicon glyphicon-wrench"></span>Forge Modding</a></li>
<li><a href="webdesign.html"><span class="glyphicon glyphicon-list-alt"></span>Website Design</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
@@ -69,8 +69,26 @@
<h1 style="color:#6d9bc5" class="animated lightSpeedIn">Arona Jones <br><small><em>warlordjones</em></small></h1>
</div>
<p class="jumbotron">Welcome to the website of Arona Jones, usually known as warlordjones on the Internet, although my alternative pseudonames include: Jacknif98, Big Mek Gobsmasha and Major Vincent Smith. I'm a regular 16 year old internet nerd (yes, I do wear glasses), hand-coding a website, learning by doing. I'v a passion for physics and computing, although I also enjoy History, Philosophy/RS and Art.<br><br>I taught myself to code in HTML/CSS (still working on it - can you tell?) and Java. My advice? Learn the basics of code first, rather than trying to learn by doing. It helps to give you coding independence, and not always rely on tutorials. Trust me, I did it the wrong way around.<br><br>I am an avid reader who greatly enjoys fantasy books such as Discworld, Sovereign of the Seven Isles and Edge Chronicles; classics like Nineteen Eighty-Four, A Swiss Family Robinson and A Journey to the Center of the Earth and sci-fi such as Larklight.</p>
<h6>Web development by Arona Jones. Site uses <a href="http://getbootstrap.com">Bootstrap</a> with modified CSS and Semantic. Main site has CSS based off <a href="http://bootswatch.com/">the Cyborg Theme</a>. Kindly Hosted by Github. Avatar is the IronOctocat from Github, edited by yours truly. Also used <a href="http://game-icons.net">GameIcons.net</a> for parts. Oh, and daneden's animate.css</h6>
<div class="panel panel-primary">
<h6>Web development by Arona Jones, with some help from Josh Page. Kindly Hosted by Github. Avatar is the IronOctocat from Github, edited by yours truly.</h6>
<div class="btn-group btn-group-justified">
<div class="btn-group">
<button type="button" class="btn btn-default"><a href="http://getbootstrap.com">Bootstrap</a></button>
</div>
<div class="btn-group">
<button type="button" class="btn btn-default"><a href="http://semantic-ui.com">Semantic</a></button>
</div>
<div class="btn-group">
<button type="button" class="btn btn-default"><a href="http://bootswatch.com/">The Cyborg Theme</a></button>
</div>
<div class="btn-group">
<button type="button" class="btn btn-default"><a href="http://game-icons.net">GameIcons.net</a></button>
</div>
<div class="btn-group">
<button type="button" class="btn btn-default"><a href="http://daneden.github.io/animate.css/">animate.css</a></button>
</div>
</div>
</div>
</div>
</div>