commit 6fdd1c6fcb00a5de616adb84c26e8d95a3adf49f Author: Andrew Davidson Date: Tue Mar 24 19:39:52 2015 -0400 initial commit diff --git a/index.html b/index.html new file mode 100644 index 0000000..f1d2f26 --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + + Andrew Davidson + + + + +
+ +

Andrew Davidson

+

@amdavidson

+
+ + diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..44c7315 Binary files /dev/null and b/logo.png differ diff --git a/style.css b/style.css new file mode 100644 index 0000000..8d179d1 --- /dev/null +++ b/style.css @@ -0,0 +1,36 @@ +body { + font-family: "Open Sans", Helvetica, sans-serif; + color: #3c3c3c; +} + +a { + color: #3c3c3c; +} + +a:visited { + color: #3c3c3c; +} + +a:hover { + color: #ff3c3c; +} + +div.info { + position: absolute; + top: 50%; + left: 10%; + width: 300px; +} + +img.logo { + width: 300px; + padding-bottom: 0px; + margin-bottom: -30px; +} + +div.info p { + display: block; + width: 130px; + margin: 0em auto; + margin-bottom: 10px; +}