-
-
Save powerc9000/3148755 to your computer and use it in GitHub Desktop.
some html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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