1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
<!DOCTYPE html>
<html id="web-developer-about" lang="en">
<head>
<meta charset="utf-8">
<title>Web Developer</title>
<link href="about.css" rel="stylesheet">
<link href="images/favicon.ico" rel="shortcut icon">
</head>
<body>
<div class="hero-unit well well-large">
<h1>Web Developer</h1>
<p id="description"></p>
<div class="row">
<div class="span2">
<h2 id="author"></h2>
<a href="http://chrispederick.com/about/">Chris Pederick</a>
</div>
<div class="span2">
<h2 id="version"></h2>
1.2.5
</div>
<div class="span2">
<h2 id="build-date"></h2>
April 29, 2013
</div>
</div>
<p class="url"><a href="http://chrispederick.com/work/web-developer/firefox/">http://chrispederick.com/work/web-developer/firefox/</a></p>
</div>
<script src="chrome://web-developer/content/common/jquery/jquery.js"></script>
<script src="javascript/about.js"></script>
</body>
</html>
|