commit 774307245f974d9a5f1659341b1c89bd9c17ab13 Author: stephen mcquay Date: Mon Feb 9 21:27:22 2015 -0800 added initial static assets diff --git a/static/css/sm.css b/static/css/sm.css new file mode 100644 index 0000000..2d88c67 --- /dev/null +++ b/static/css/sm.css @@ -0,0 +1,52 @@ +@import url(http://fonts.googleapis.com/css?family=Exo+2:900); + +body { + background-color: #222; + color: #fff; + text-align: center; + font-family: 'Courier'; + padding: 20px; +} + +a { + color: #f88; + text-decoration: none; +} + +:visited { + color: #c88; +} + +#content { + vertical-align: middle; + margin-left: auto; + margin-right: auto; + margin-top: 20px; + font-size: 20px; +} + +#title { + font-family: 'Exo 2', sans-serif; + vertical-align: middle; + font-size: 48px; + padding-bottom: 40px; +} + +#info { + padding-top: 20px; +} + +@media (min-width: 400px) { + #content { + width: 380px; + font-size: 18px; + } + + #title { + font-size: 64px; + } + + #info { + padding-top: 30px; + } +} diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..d287722 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/img/smcquay.png b/static/img/smcquay.png new file mode 100644 index 0000000..b4ee3b6 Binary files /dev/null and b/static/img/smcquay.png differ diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..5481031 --- /dev/null +++ b/static/index.html @@ -0,0 +1,26 @@ + + + + + smcquay + + + +
+
+ smcquay +
+
+ +
+
+

+ My name is Stephen McQuay, + smcquay on the internet. + I speak gopher +

+
+
+ + +