]> Dogcows Code - chaz/website/blob - index.html
remove link to mormon.org
[chaz/website] / index.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <meta author="Charles McGarvey">
6 <title>Broken Zipper</title>
7 <link rel="canonical" href="https://brokenzipper.com/">
8 <link rel="stylesheet" type="text/css" href="static/lib/bootstrap/css/bootstrap.css">
9 <link rel="stylesheet" type="text/css" href="static/css/main.css">
10 </head>
11 <body>
12 <div class="container">
13 <h1 class="pull-down">Broken Zipper</h1>
14 <article>
15 <img class="pull-left" src="static/img/avatar.png" style="border: 1px solid black">
16 <p>My name is Charles McGarvey, and this is my personal site.
17 There is not much here anymore, but I will at least provide a short bio:
18 I am an <a href="http://www.opensource.org/">open source</a> software developer based in SLC, UT.
19 In no particular order, I love programming, target-shooting, mathematics, broccoli, piano-playing, service, traveling,
20 <a href="http://www.nasa.gov/">space</a>, reading, and hiking.</p>
21 </article>
22 <section>
23 <h3>Software</h3>
24 <img class="pull-right" src="static/img/clover.png">
25 <p>I am occasionally known to write software for Fun and Profit.
26 Some of that code is on <a href="https://github.com/chazmcgarvey">my GitHub page</a>.
27 Some of my more experimental stuff may only be found on <a href="/gitweb">my local gitweb</a>, but I do occasionally alter history (i.e. rebase) in those repositories.
28 Everything should be explicitly licensed; anything that isn't can be used and redistributed under the terms and conditions of the <a href="http://opensource.org/licenses/BSD-2-Clause">BSD 2-Clause</a> license.</p>
29 </section>
30 <address>
31 <h3>Get In Touch</h3>
32 <ul>
33 <li>I still use email. My address is <a href="mailto:chazmcgarvey@brokenzipper.com">chazmcgarvey@brokenzipper.com</a>.
34 <li>Or, <a href="xmpp:chazmcgarvey@brokenzipper.com">IM me</a>. My JID is the same as my email address.
35 <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>.
36 </ul>
37 <a class="btn btn-mini" href="chaz.asc">
38 <i class="icon-download-alt"></i>
39 My PGP Key
40 </a>
41 </address>
42 </div>
43 </body>
44 </html>
This page took 0.037653 seconds and 5 git commands to generate.