From 0424c6d15b173041668aefe2b66f1c7d11103a26 Mon Sep 17 00:00:00 2001 From: devlinjd Date: Fri, 9 Oct 2015 15:37:16 -0400 Subject: [PATCH] Rename "informatic" to "modern". --- themes/{informatic => modern}/anon.png | Bin themes/{informatic => modern}/doc.xml | 0 themes/{informatic => modern}/html.css | 12 ++++++++++-- themes/{informatic => modern}/html.html | 18 ++++++++++-------- themes/{informatic => modern}/pdf.html | 0 themes/{informatic => modern}/txt.txt | 0 6 files changed, 20 insertions(+), 10 deletions(-) rename themes/{informatic => modern}/anon.png (100%) rename themes/{informatic => modern}/doc.xml (100%) rename themes/{informatic => modern}/html.css (94%) rename themes/{informatic => modern}/html.html (87%) rename themes/{informatic => modern}/pdf.html (100%) rename themes/{informatic => modern}/txt.txt (100%) diff --git a/themes/informatic/anon.png b/themes/modern/anon.png similarity index 100% rename from themes/informatic/anon.png rename to themes/modern/anon.png diff --git a/themes/informatic/doc.xml b/themes/modern/doc.xml similarity index 100% rename from themes/informatic/doc.xml rename to themes/modern/doc.xml diff --git a/themes/informatic/html.css b/themes/modern/html.css similarity index 94% rename from themes/informatic/html.css rename to themes/modern/html.css index 5f4c026..2ebd70d 100644 --- a/themes/informatic/html.css +++ b/themes/modern/html.css @@ -7,7 +7,7 @@ main { } body { - font-family: 'Lato', sans-serif; + font-family: 'Helvetica Neue', Helvetica, 'Lato', sans-serif; font-size: 15px; color: #333; line-height: 1.42857143; @@ -92,13 +92,17 @@ a, a:visited { font-weight: bold; } +a:hover { + text-decoration: underline; +} + .defunct { color: #989898; font-weight: bold; } #summary > p > strong { - font-size: 150%; + font-size: 1.25em; } @@ -193,3 +197,7 @@ a, a:visited { text-transform: uppercase; font-weight: normal; } + +.res-label { + font-style: italic; +} diff --git a/themes/informatic/html.html b/themes/modern/html.html similarity index 87% rename from themes/informatic/html.html rename to themes/modern/html.html index 974d323..5668b55 100644 --- a/themes/informatic/html.html +++ b/themes/modern/html.html @@ -83,9 +83,9 @@ {% r.work.forEach( function( proj, idx, ar) { %} {% if( proj.website && proj.website.length ) { %} -

{{ proj.position }}, {{ proj.company }}

+

{{ proj.position }}, {{ proj.company }}

{% } else { %} -

{{ proj.position }}, {{ proj.company }}

+

{{ proj.position }}, {{ proj.company }}

{% } %} {{ proj.startDate }}—{{ proj.endDate }} {{ proj.summary|md }} @@ -134,7 +134,7 @@ {% r.awards.forEach( function( award, idx, ar) { %} -

{{ award.title }}, {{ award.awarder }}

+

{{ award.title }}, {{ award.awarder }}

{{ award.date }} {{ award.summary|md }} {% }); %} @@ -151,13 +151,15 @@ {% r.publications.forEach( function( pub, idx, ar) { %}

{% if( pub.website ) { %} - {{ pub.name }}, {{ pub.publisher }} + {{ pub.name }}, {{ pub.publisher }} {% } else { %} - {{ pub.name }}, {{ pub.publisher }} + {{ pub.name }}, {{ pub.publisher }} {% } %}

Published on: {{ pub.releaseDate }} -

{{ pub.summary }}

+ + {{ pub.summary|md }} + {% }); %} {% } %} @@ -171,9 +173,9 @@ {% r.volunteer.forEach( function( vol, idx, ar) { %} {% if( vol.website && vol.website.length ) { %} -

{{ vol.position }}, {{ vol.organization }}

+

{{ vol.position }}, {{ vol.organization }}

{% } else { %} -

{{ vol.position }}, {{ vol.organization }}

+

{{ vol.position }}, {{ vol.organization }}

{% } %} {{ vol.startDate }}—{{ vol.endDate }} {{ vol.summary|md }} diff --git a/themes/informatic/pdf.html b/themes/modern/pdf.html similarity index 100% rename from themes/informatic/pdf.html rename to themes/modern/pdf.html diff --git a/themes/informatic/txt.txt b/themes/modern/txt.txt similarity index 100% rename from themes/informatic/txt.txt rename to themes/modern/txt.txt