diff --git a/css/resume.css b/css/resume.css index 46ba5ed..aac551a 100644 --- a/css/resume.css +++ b/css/resume.css @@ -41,7 +41,6 @@ a:hover { text-decoration: none; } strong { font-weight: bold; } li { line-height: 24px; border-bottom: 1px solid #ccc; } p.enlarge { font-size: 144%; padding-right: 6.5em; line-height: 24px; } -p.enlarge span { color: #000 } .contact-info { margin-top: 7px; text-align: right; font-size: 12px; position: relative; float: left; width: 100%;} .contact-info a { position :relative; float: left; width: 100%;} .contact-info img {float: right; border: 1px solid #ccc; width: 150px; height: 150px; margin: -24px 0 14px;} diff --git a/views/resume.html b/views/resume.html index 6748f65..b716f2b 100644 --- a/views/resume.html +++ b/views/resume.html @@ -1,11 +1,11 @@
-
+
-

{{name}}

+

{{name}}

Passionate github user

@@ -13,9 +13,9 @@
{{#gravatar_id}} - + {{/gravatar_id}} -

{{email}}

+

@@ -33,12 +33,12 @@

I'm a developer {{#location}} - based in {{location}} + based in {{location}} {{/location}} with {{repos}} public {{plural}}. I've been using github.com since {{since}} {{#blog}} - and sometimes I blog at {{blog}}. + and sometimes I blog at {{blog}}. {{/blog}}

@@ -90,7 +90,7 @@