]> Dogcows Code - chaz/website/blob - index.html
add canonical href
[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.
21 I'm also one of those <a href="http://mormon.org/me/2KPK/Chaz">wacky Mormons</a>.</p>
22 </article>
23 <section>
24 <h3>Software</h3>
25 <img class="pull-right" src="static/img/clover.png">
26 <p>I am occasionally known to write software for Fun and Profit.
27 Some of that code is on <a href="https://github.com/chazmcgarvey">my GitHub page</a>.
28 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.
29 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>
30 </section>
31 <address>
32 <h3>Get In Touch</h3>
33 <ul>
34 <li>I still use email. My address is <a href="mailto:chazmcgarvey@brokenzipper.com">chazmcgarvey@brokenzipper.com</a>.
35 <li>Or, <a href="xmpp:chazmcgarvey@brokenzipper.com">IM me</a>. My JID is the same as my email address.
36 <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>.
37 </ul>
38 <a class="btn btn-mini" href="chaz.asc">
39 <i class="icon-download-alt"></i>
40 My PGP Key
41 </a>
42 </address>
43 </div>
44 </body>
45 </html>
This page took 0.036956 seconds and 5 git commands to generate.