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>
body {
background-color: #f0f0f0;
text-align: justify;
+ margin-top: 20px;
}
h1 {
- margin: 20px 0;
+ margin: 25px 0;
+}
+
+h3 {
+ margin-top: 30px;
}
img.pull-left {
.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;
}