]> Dogcows Code - chaz/website/blob - index.html
add new avatar and change some wording
[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 and independent freelance based in SLC, UT.
17 I love programming, faith, target-shooting, mathematics, service, traveling, <a href="http://en.wikipedia.org/wiki/Broccoli">broccoli</a>, conservatism, reading, and hiking.
18 I'm also one of those <a href="http://mormon.org/me/2KPK/Chaz">wacky Mormons</a>.</p>
19 </article>
20 <section>
21 <h3>Projects</h3>
22 <img class="pull-right" src="static/img/clover.png">
23 <p>I am occasionally known to write software for fun and profit.
24 Some of that code is on <a href="https://github.com/chazmcgarvey">my GitHub page</a>
25 for your own profit and enjoyment, should you find any of it useful.
26 I use permissive open source licenses, like the <a href="http://opensource.org/licenses/BSD-2-Clause">BSD 2-Clause</a> license—definitely <em>not</em> the GPL.</p>
27 </section>
28 <address>
29 <h3>Get In Touch</h3>
30 <ul>
31 <li>I still use email. My address is <a href="mailto:chazmcgarvey@brokenzipper.com">chazmcgarvey@brokenzipper.com</a>.
32 <li>Or, <a href="xmpp:chazmcgarvey@brokenzipper.com">IM me</a>. My JID is the same as my email address.
33 <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>.
34 </ul>
35 <a class="btn btn-mini" href="chaz.asc">
36 <i class="icon-download-alt"></i>
37 My PGP Key
38 </a>
39 </address>
40 </div>
41 <script type="text/javascript" src="static/lib/jquery/jquery-1.8.3.js"></script>
42 <script type="text/javascript" src="static/lib/bootstrap/js/bootstrap.js"></script>
43 </body>
44 </html>
This page took 0.029458 seconds and 4 git commands to generate.