diff --git a/resources/public/css/screen.css b/resources/public/css/screen.css index 8d80359..4bbb7a7 100644 --- a/resources/public/css/screen.css +++ b/resources/public/css/screen.css @@ -22,11 +22,21 @@ code, pre { .content[role="main"] > div, .content[role="main"] > ul, .content[role="main"] > p, +.content[role="main"] > h1, +.content[role="main"] > h2, +.content[role="main"] > h3, +.content[role="main"] > h4, .content[role="main"] > form { padding-left: 10px; padding-right: 10px; } +.footer { + padding-top: 10px; + padding-bottom: 10px; + border-top: 1px solid #eee; +} + .label a { color: #fff; } diff --git a/resources/public/img/email.png b/resources/public/img/email.png new file mode 100644 index 0000000..615d3e2 Binary files /dev/null and b/resources/public/img/email.png differ diff --git a/resources/public/img/github.png b/resources/public/img/github.png new file mode 100644 index 0000000..fc02732 Binary files /dev/null and b/resources/public/img/github.png differ diff --git a/resources/public/img/linkedin.png b/resources/public/img/linkedin.png new file mode 100644 index 0000000..fcf76cb Binary files /dev/null and b/resources/public/img/linkedin.png differ diff --git a/resources/public/img/rss.png b/resources/public/img/rss.png new file mode 100644 index 0000000..85dd0b5 Binary files /dev/null and b/resources/public/img/rss.png differ diff --git a/resources/public/img/twitter.png b/resources/public/img/twitter.png new file mode 100644 index 0000000..9c99691 Binary files /dev/null and b/resources/public/img/twitter.png differ diff --git a/src/blarg/views/templates/about.html b/src/blarg/views/templates/about.html index d30cd08..586d9ed 100644 --- a/src/blarg/views/templates/about.html +++ b/src/blarg/views/templates/about.html @@ -6,7 +6,28 @@
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nam cursus. Morbi ut mi. Nullam enim leo, egestas id, condimentum at, laoreet mattis, massa. Sed eleifend nonummy diam. Praesent mauris ante, elementum et, bibendum at, posuere sit amet, nibh. Duis tincidunt lectus quis dui viverra vestibulum. Suspendisse vulputate aliquam dui. Nulla elementum dui ut augue. Aliquam vehicula mi at mauris. Maecenas placerat, nisl at consequat rhoncus, sem nunc gravida justo, quis eleifend arcu velit quis lacus. Morbi magna magna, tincidunt a, mattis non, imperdiet vitae, tellus. Sed odio est, auctor ac, sollicitudin in, consequat vitae, orci. Fusce id felis. Vivamus sollicitudin metus eget eros.
-Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In posuere felis nec tortor. Pellentesque faucibus. Ut accumsan ultricies elit. Maecenas at justo id velit placerat molestie. Donec dictum lectus non odio. Cras a ante vitae enim iaculis aliquam. Mauris nunc quam, venenatis nec, euismod sit amet, egestas placerat, est. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Cras id elit. Integer quis urna. Ut ante enim, dapibus malesuada, fringilla eu, condimentum quis, tellus. Aenean porttitor eros vel dolor. Donec convallis pede venenatis nibh. Duis quam. Nam eget lacus. Aliquam erat volutpat. Quisque dignissim congue leo.
++This is the personal web site / development blog of me, Gered King. I'm a +programmer based on Toronto, Canada. Currently I use this site to blog about +mostly code / geek stuff. Though I may occasionally post completely random and +unrelated stuff. I also intend to use this to house individual project pages +for stuff I'm working on as I'm ready to make it publicly available. +
+ ++Also, here's the obligatory link to my +portfolio site. +
+ ++It's just a funny sounding word that I decided I liked around 2003 or so and +decided to register the domain. Unfortunately the .com wasn't available. I +tried putting up various other sites here in the past and usually ended up +taking them down before long. For the most part, from 2003 until 2009-10 or so, +I just used this domain for a custom email address... because @gmail.com is +boring and people care about that stuff, right? +
{% endblock %} diff --git a/src/blarg/views/templates/base.html b/src/blarg/views/templates/base.html index a2482bd..c6692d9 100644 --- a/src/blarg/views/templates/base.html +++ b/src/blarg/views/templates/base.html @@ -71,6 +71,23 @@ {% block content %} {% endblock %} + + +