From: Charles McGarvey Date: Fri, 14 Dec 2012 06:14:54 +0000 (-0700) Subject: add new avatar and change some wording X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fwebsite;a=commitdiff_plain;h=0dba2b4ea51d8e1cd8cfc6e8ac3697c91e7e3ba5 add new avatar and change some wording --- diff --git a/index.html b/index.html index 134b109..48a0fb9 100644 --- a/index.html +++ b/index.html @@ -8,35 +8,34 @@
-
-
-

Broken Zipper

-

Charles McGarvey's Website

-
-
+

Broken Zipper

- -

My name is Chaz, and I'm an open source software developer and independent freelance based in SLC, UT. - This is my personal website—and I don't have a Facebook page—so here is a one-sentence summary of me: I love programming, faith, target-shooting, mathematics, service, traveling, conservatism, and enjoying the Great Outside.

+ +

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 open source software developer and independent freelance based in SLC, UT. + I love programming, faith, target-shooting, mathematics, service, traveling, broccoli, conservatism, reading, and hiking. + I'm also one of those wacky Mormons.

Projects

-

There used to be a Trac here that once managed some of my open - source software projects, but I eventually - moved all that to GitHub. -

+ +

I am occasionally known to write software for fun and profit. + Some of that code is on my GitHub page + for your own profit and enjoyment, should you find any of it useful. + I use permissive open source licenses, like the BSD 2-Clause license—definitely not the GPL.

Get In Touch

- - - My PGP Key - + + + My PGP Key +
diff --git a/static/css/main.css b/static/css/main.css index 9494efe..caa9c5f 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1,15 +1,11 @@ -.pull-down { - margin-top: 10px; +body { + background-color: #f0f0f0; + text-align: justify; } -.content { - padding: 0px 10px 10px 10px; - border: 1px solid #eee; - border-top: 0; - border-bottom-radius: 6px; - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; +h1 { + margin: 20px 0; } img.pull-left { @@ -20,3 +16,19 @@ img.pull-right { margin-left: 10px; } +.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; + padding: 0px 10px 10px 10px; +} + +.btn-mini [class^="icon-"], +.btn-mini [class*=" icon-"] { + margin-top: 0; +} + + diff --git a/static/img/avatar.png b/static/img/avatar.png new file mode 100644 index 0000000..0f6fd96 Binary files /dev/null and b/static/img/avatar.png differ