Skip to content

Instantly share code, notes, and snippets.

@powerc9000
Created July 20, 2012 04:48
Show Gist options
  • Save powerc9000/3148755 to your computer and use it in GitHub Desktop.
Save powerc9000/3148755 to your computer and use it in GitHub Desktop.
some html
<html>
<head>
<title>Clay Murray's Web Adventures</title>
<link rel="stylesheet" type="text/css" href="http://current.bootstrapcdn.com/bootstrap-v204/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="navbar ">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="/"> Clay Murray's Web Adventures</a>
<ul class="nav">
<li><a href="/">Home</a></li>
<li><a href="#">Sites</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Games <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="http://cmwebadventures.com/bullet-dodge">Bullet Dodge</a></li>
<li><a href="http://cmwebadventures.com/asteroids">Asteroids</a></li>
<li><a href="http://github.com/powerc9000/head-on.js">Head-On.js</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<h1>I am Clay Murray</h1>
<p>I like to program</p>
<p>I also like jokes</p>
<h2>GitHub account</h2>
<p>A lot of the work I do can be found on <a href="http://github.com/powerc9000">My Github</a></p>
<h2>Some sites I have worked on</h2>
<h3><a href="http://gvhospital.org">Gvhospital.org</a></h3>
<p>This site is built on PHP and MySQL but as you can see I am not much of a designer</p>
<h3>Shutttr.com</h3>
<p>Shutttr was a network for photographers I was lead developer there sadly it didn't really get off the ground</p>
<h2>Games</h2>
<p>I like to make javascript games and have a few in the works as well as a javascript game engine</p>
<ul>
<li><a href="http://cmwebadventures.com/bullet-dodge">Bullet Dodge</a></li>
<li><a href="http://cmwebadventures.com/asteroids">Asteroids</a></li>
<li><a href="http://github.com/powerc9000/head-on.js">Head-On.js</a> A javascript game engine</a></li>
</ul>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment