Use bootstrap features more

This commit is contained in:
Arona Jones
2014-10-21 13:10:56 +01:00
parent c2bd20ef8a
commit 684b63521e
3 changed files with 71 additions and 3 deletions

View File

@@ -44,6 +44,7 @@
<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>
</ul>
</div><!--/.nav-collapse -->
</div>

View File

@@ -45,6 +45,7 @@
<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>
</ul>
</div><!--/.nav-collapse -->
</div>
@@ -63,9 +64,10 @@
</div>
<div class="starter-template">
<img src="/images/avatar.png">
<h1 style="color:#6d9bc5">Arona Jones</h1>
<h3><em>warlordjones</em></h3>
<p>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>
<div class="header">
<h1 style="color:#6d9bc5">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</h6>
</div>

65
webdesign.html Normal file
View File

@@ -0,0 +1,65 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="">
<title>Arona Jones</title>
<!-- Bootstrap core CSS -->
<link href="/css/main.min.css" rel="stylesheet">
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css" rel="stylesheet">
<link rel="stylesheet" href="/css/custom.css">
<!-- Custom styles for this template -->
<style>body{padding-top:50px;}.starter-template{padding:40px 15px;text-align:center;}</style>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript">
var _bftn_options = { animation: 'banner', theme: 'dark' }
</script>
<script src="//widget.battleforthenet.com/widget.min.js" async></script>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Home</a>
</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>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<h4>Websites I've Created:</h4>
<ul>
<li><a href="brassblocks.com">BrassBlocks</a></li>
</ul>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- compiled and minified Bootstrap JavaScript -->
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="/javascripts/semantic.min.js"></script>
</body>
</html>