]> Dogcows Code - chaz/website/blob - index.html
e8900f3ea28d37221506ddaf09a8eb9eab3b070c
[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 <h1 class="pull-down">Broken Zipper</h1>
12 <article>
13 <img class="pull-left" src="static/img/avatar.png" style="border: 1px solid black">
14 <p>My name is Charles McGarvey, and this is my personal site.
15 There is not much here anymore, but I will at least provide a short bio:
16 I am an <a href="http://www.opensource.org/">open source</a> software developer based in SLC, UT.
17 In no particular order, I love programming, target-shooting, mathematics, broccoli, piano-playing, service, traveling,
18 <a href="http://www.nasa.gov/">space</a>, reading, and hiking.
19 I'm also one of those <a href="http://mormon.org/me/2KPK/Chaz">wacky Mormons</a>.</p>
20 </article>
21 <section>
22 <h3>Software</h3>
23 <img class="pull-right" src="static/img/clover.png">
24 <p>I am occasionally known to write software for fun and profit.
25 Some of that code is on <a href="https://github.com/chazmcgarvey">my GitHub page</a>
26 for your own enjoyment.
27 Whenever possible, I use permissive open source licenses, like the <a href="http://opensource.org/licenses/BSD-2-Clause">BSD 2-Clause</a> license.</p>
28 </section>
29 <address>
30 <h3>Get In Touch</h3>
31 <ul>
32 <li>I still use email. My address is <a href="mailto:chazmcgarvey@brokenzipper.com">chazmcgarvey@brokenzipper.com</a>.
33 <li>Or, <a href="xmpp:chazmcgarvey@brokenzipper.com">IM me</a>. My JID is the same as my email address.
34 <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>.
35 </ul>
36 <a class="btn btn-mini" href="chaz.asc">
37 <i class="icon-download-alt"></i>
38 My PGP Key
39 </a>
40 </address>
41 </div>
42 <!--<script type="text/javascript" src="static/lib/jquery/jquery-1.9.1.js"></script>-->
43 <!--<script type="text/javascript" src="static/lib/bootstrap/js/bootstrap.js"></script>-->
44 </body>
45 </html>
This page took 0.034339 seconds and 3 git commands to generate.