]> Dogcows Code - chaz/website/blob - index.html
initial commit
[chaz/website] / index.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <title>Broken Zipper</title>
6 <link rel="stylesheet" type="text/css" href="static/lib/bootstrap/css/bootstrap.css">
7 <link rel="stylesheet" type="text/css" href="static/css/main.css">
8 </head>
9 <body>
10 <div class="container content">
11 <header class="pull-down">
12 <div class="hero-unit">
13 <h1>Broken Zipper</h1>
14 <p>Charles McGarvey's Website</p>
15 </div>
16 </header>
17 <article>
18 <img class="pull-left" src="static/img/clover.png">
19 <p>My name is Chaz, and I'm an <a href="http://www.opensource.org/">open source</a> software developer and independent freelance based in SLC, UT.
20 This is my personal website—and I don't have a Facebook page—so here is a one-sentence summary of <em>me</em>: I love programming, faith, target-shooting, mathematics, service, traveling, conservatism, and enjoying the Great Outside.</p>
21 </article>
22 <section>
23 <h3>Projects</h3>
24 <p>There used to be a Trac here that once managed some of my open
25 source software projects, but I eventually
26 <a href="https://github.com/chazmcgarvey">moved all that to GitHub</a>.
27 </p>
28 </section>
29 <address>
30 <h3>Get In Touch</h3>
31 <a class="btn pull-right" href="chaz.asc">
32 <i class="icon-download-alt"></i>
33 My PGP Key
34 </a>
35 <ul>
36 <li>I still use email. My address is <a href="mailto:chazmcgarvey@brokenzipper.com">chazmcgarvey@brokenzipper.com</a>.
37 <li>Or, <a href="xmpp:chazmcgarvey@brokenzipper.com">IM me</a>. My JID is the same as my email address.
38 <li>I am also occasionally on <a href="http://webchat.freenode.net/?channels=gentoo&uio=d4">irc.freenode.net</a> with the nickname <kbd>onefriedrice</kbd>.
39 </ul>
40 </address>
41 </div>
42 <script type="text/javascript" src="static/lib/jquery/jquery-1.8.3.js"></script>
43 <script type="text/javascript" src="static/lib/bootstrap/js/bootstrap.js"></script>
44 </body>
45 </html>
This page took 0.037125 seconds and 5 git commands to generate.