]> Dogcows Code - chaz/website/blobdiff - index.html
remove link to mormon.org
[chaz/website] / index.html
index 78e8ce9bca408502f065350378399a878c9264d1..8850f20ea6521a51559ec629ae78d73918744973 100644 (file)
@@ -2,28 +2,30 @@
 <html>
        <head>
                <meta charset="UTF-8">
+               <meta author="Charles McGarvey">
                <title>Broken Zipper</title>
+               <link rel="canonical" href="https://brokenzipper.com/">
                <link rel="stylesheet" type="text/css" href="static/lib/bootstrap/css/bootstrap.css">
                <link rel="stylesheet" type="text/css" href="static/css/main.css">
        </head>
        <body>
-               <div class="container content">
+               <div class="container">
                        <h1 class="pull-down">Broken Zipper</h1>
                        <article>
                                <img class="pull-left" src="static/img/avatar.png" style="border: 1px solid black">
                                <p>My name is Charles McGarvey, and this is my personal site.
                                There is not much here anymore, but I will at least provide a short bio:
-                               I am an <a href="http://www.opensource.org/">open source</a> software developer and independent freelance based in SLC, UT.
-                               I love programming, faith, target-shooting, mathematics, service, traveling, <a href="http://en.wikipedia.org/wiki/Broccoli">broccoli</a>, conservatism, reading, and hiking.
-                               I'm also one of those <a href="http://mormon.org/me/2KPK/Chaz">wacky Mormons</a>.</p>
+                               I am an <a href="http://www.opensource.org/">open source</a> software developer based in SLC, UT.
+                               In no particular order, I love programming, target-shooting, mathematics, broccoli, piano-playing, service, traveling,
+                               <a href="http://www.nasa.gov/">space</a>, reading, and hiking.</p>
                        </article>
                        <section>
                                <h3>Software</h3>
                                <img class="pull-right" src="static/img/clover.png">
-                               <p>I am occasionally known to write software for fun and profit.
-                               Some of that code is on <a href="https://github.com/chazmcgarvey">my GitHub page</a>
-                               for your own profit and enjoyment, should you find any of it useful.
-                               I use permissive open source licenses, like the <a href="http://opensource.org/licenses/BSD-2-Clause">BSD 2-Clause</a> license.</p>
+                               <p>I am occasionally known to write software for Fun and Profit.
+                               Some of that code is on <a href="https://github.com/chazmcgarvey">my GitHub page</a>.
+                               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.
+                               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>
                        </section>
                        <address>
                                <h3>Get In Touch</h3>
@@ -38,7 +40,5 @@
                                </a>
                        </address>
                </div>
-               <!--<script type="text/javascript" src="static/lib/jquery/jquery-1.9.1.js"></script>-->
-               <!--<script type="text/javascript" src="static/lib/bootstrap/js/bootstrap.js"></script>-->
        </body>
 </html>
This page took 0.018676 seconds and 4 git commands to generate.