]> Dogcows Code - chaz/website/commitdiff
remove GPL jab and make small layout changes
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Mon, 25 Feb 2013 23:22:22 +0000 (16:22 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Mon, 25 Feb 2013 23:22:22 +0000 (16:22 -0700)
index.html
static/css/main.css

index 48a0fb924db225993e6384956f8df4073efc46d3..52c4dd0b8d5409f5d4410967ced7ffb7a0c31925 100644 (file)
                                I'm also one of those <a href="http://mormon.org/me/2KPK/Chaz">wacky Mormons</a>.</p>
                        </article>
                        <section>
-                               <h3>Projects</h3>
+                               <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—definitely <em>not</em> the GPL.</p>
+                               I use permissive open source licenses, like the <a href="http://opensource.org/licenses/BSD-2-Clause">BSD 2-Clause</a> license.</p>
                        </section>
                        <address>
                                <h3>Get In Touch</h3>
index caa9c5f7989c7c480b8fca8b2908abb8f14ebf06..71d1a42f2ab0180068afa0e79f15a6ed25e1ee09 100644 (file)
@@ -2,10 +2,15 @@
 body {
     background-color: #f0f0f0;
     text-align: justify;
+    margin-top: 20px;
 }
 
 h1 {
-    margin: 20px 0;
+    margin: 25px 0;
+}
+
+h3 {
+    margin-top: 30px;
 }
 
 img.pull-left {
@@ -19,10 +24,7 @@ img.pull-right {
 .content {
     background-color: white;
     border: 1px solid #ccc;
-    border-top: 0;
-    border-bottom-radius: 6px;
-    border-bottom-left-radius: 6px;
-    border-bottom-right-radius: 6px;
+    border-radius: 6px;
     padding: 0px 10px 10px 10px;
 }
 
This page took 0.020348 seconds and 4 git commands to generate.