Files
website/index.html
2014-10-11 16:21:58 +01:00

74 lines
3.9 KiB
HTML

<!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>Starter Template for Bootstrap</title>
<!-- Bootstrap core CSS -->
<link href="/stylesheets/main.min.css" rel="stylesheet">
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css" rel="stylesheet">
<!-- 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>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<div class="starter-template">
<p spellcheck="true">Welcome to the website of Arona Jones. I'm a regular old internet nerd, fsih</p>
<h5 align="left">Me on the web:</h5>
<ul align="left">
<li><a href="http://twitter.com/jacknife98">Twitter</a></li>
<li><a href="https://plus.google.com/u/0/100791479736569815145">G-Plus</a></li>
<li><a href="https://www.youtube.com/user/warlordjones">Youtube</a></li>
<li><a href="https://github.com/warlordjones">Github</a></li>
<li><a href="http://brassgoggles.co.uk/forum/index.php?action=profile;u=18504;sa=summary">Brass Goggles</a></li>
<li><a href="http://www.minecraftforum.net/members/warlordjones">Minecraft Forums</a></li>
<li><a href="mailto://warlordjones@gmail.com">Email</a></li>
<li><a href="404.html">Da Waaagh</a></li>
</ul>
<h6>Web development by Arona Jones. Site uses <a href="http://getbootstrap.com">Bootstrap</a> with modified CSS. Main site has CSS based off <a href="http://bootswatch.com/">the Cyborg Theme</a>. Kindly Hosted by Github.</h6>
</div>
</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>
</body>
</html>