]> Dogcows Code - chaz/website/commitdiff
add link to gitweb
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Fri, 17 May 2013 02:55:06 +0000 (20:55 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Fri, 17 May 2013 02:55:06 +0000 (20:55 -0600)
index.html
static/css/main.css

index e8900f3ea28d37221506ddaf09a8eb9eab3b070c..8b807eaccede79fa44b3ce4b5d489b1ec237c859 100644 (file)
@@ -2,12 +2,13 @@
 <html>
        <head>
                <meta charset="UTF-8">
 <html>
        <head>
                <meta charset="UTF-8">
+               <meta author="Charles McGarvey">
                <title>Broken Zipper</title>
                <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>
                <title>Broken Zipper</title>
                <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">
                        <h1 class="pull-down">Broken Zipper</h1>
                        <article>
                                <img class="pull-left" src="static/img/avatar.png" style="border: 1px solid black">
                        <section>
                                <h3>Software</h3>
                                <img class="pull-right" src="static/img/clover.png">
                        <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 enjoyment.
-                               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>
+                               <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>
                        </section>
                        <address>
                                <h3>Get In Touch</h3>
@@ -39,7 +40,5 @@
                                </a>
                        </address>
                </div>
                                </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>
        </body>
 </html>
index 71d1a42f2ab0180068afa0e79f15a6ed25e1ee09..ac12f6737291e98eea33552eb3b6e9c1ad0cdc5b 100644 (file)
@@ -1,8 +1,8 @@
 
 body {
     background-color: #f0f0f0;
 
 body {
     background-color: #f0f0f0;
+    margin-top: 30px;
     text-align: justify;
     text-align: justify;
-    margin-top: 20px;
 }
 
 h1 {
 }
 
 h1 {
@@ -21,16 +21,16 @@ img.pull-right {
     margin-left: 10px;
 }
 
     margin-left: 10px;
 }
 
-.content {
-    background-color: white;
-    border: 1px solid #ccc;
-    border-radius: 6px;
-    padding: 0px 10px 10px 10px;
-}
-
 .btn-mini [class^="icon-"],
 .btn-mini [class*=" icon-"] {
   margin-top: 0;
 }
 
 .btn-mini [class^="icon-"],
 .btn-mini [class*=" icon-"] {
   margin-top: 0;
 }
 
+.container {
+    background-color: white;
+    border: 1px solid #aaa;
+    border-radius: 6px;
+    box-shadow: 0 0 10px #ccc;
+    padding: 20px 40px 30px 40px;
+}
 
 
This page took 0.02892 seconds and 4 git commands to generate.