From 932fc0985e3e94feecb012fff4c873c917d9f5be Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 17 Jan 2019 10:35:34 -0600 Subject: updated resume app --- design/sass/_details.scss | 6 +++--- design/sass/_resume.scss | 19 +++++++++++++++++++ design/templates/details/resume.html | 18 ++++-------------- 3 files changed, 26 insertions(+), 17 deletions(-) (limited to 'design') diff --git a/design/sass/_details.scss b/design/sass/_details.scss index 141191f..8cadba4 100644 --- a/design/sass/_details.scss +++ b/design/sass/_details.scss @@ -273,13 +273,13 @@ sup { margin-top: 1em; } .highlink { - margin-right: 1em; + @include fontsize(22); + margin-right: .5rem; float: left; - font-size: 0.75em; line-height: 1.6; color: lighten($body_font_color, 60); @include breakpoint(alpha) { - margin-top: 0.5em; + margin-top: -1px; } &:visited { color: lighten($body_font_color, 60); diff --git a/design/sass/_resume.scss b/design/sass/_resume.scss index 3a6b139..41fc8e1 100644 --- a/design/sass/_resume.scss +++ b/design/sass/_resume.scss @@ -56,6 +56,8 @@ } } .meta { + list-style-type: none; + display: inline; @include constrain_narrow; text-align: left; margin-bottom: 1em; @@ -63,6 +65,23 @@ display: inline; } } +.p-experience { + &:after { + @include faded_line_after; + } + &:last-of-type:after { + background: #fff; + } +} +.p-organization { + text-transform: uppercase; + letter-spacing: 1px; + @include fontsize(13); + +} +.p-skill { + font-weight: bold; +} .contact { margin: 2em 0 1.5em; @include constrain_narrow; diff --git a/design/templates/details/resume.html b/design/templates/details/resume.html index 611765c..eaff2db 100644 --- a/design/templates/details/resume.html +++ b/design/templates/details/resume.html @@ -51,23 +51,12 @@

Profile

-

I am a writer, producer and web developer based in Athens, GA. Clients include Wired, Webmonkey, Ars Technica, Pioneer and Boost Mobile, among others. I wrote for Wired.com’s Webmonkey.com for 13 years and served as head editor for three. I’ve been developing on the web and writing about web development for nearly two decades. For an up-to-date list of recent articles, please browse the publications list.

+

{{object.profile_html|smartypants|widont|safe}}

Skills

- -

-

Freelance writer, producer, journalist, editor and hand model at places like Wired, Ars Technica, Budget Travel. I’ve written blogs, features, news items, ad copy, technical documentation, tutorials, how-tos, wikis and probably other things I’ve forgotten about. I also served as editor-in-chief of Webmonkey.com.

- -

-

Expert front-end engineer in using , , and high performance , , , , and more.

-

Experience maintaining large-scale web applications and tools with and in conjunction with databases like (including numerous PostGIS, geographic database projects), , . Experience administering servers and running web servers like , and .

-

Advocate and evangelist for free software and open web standards technologies such as , related APIs, , (including a 350 page book on the subject) and .

- -

-

Good design eye specializing in fluid, clean layouts with strong .

-

Photo and video editing using , , , , , and .

+ {{object.skills_html|smartypants|widont|safe}}
@@ -76,8 +65,9 @@

{{job.title}}

+ {% if job.employer %}

Employer: {{job.employer}}

{%endif%}

{{job.body_html|safe}}

{% endfor %} -- cgit v1.2.3