From c79935151cfdb7b5da1e2a5d54e3b9907d555ec1 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Thu, 24 Sep 2015 23:57:57 -0500 Subject: [PATCH] Starting to add job history. --- html-interactive/index.html | 46 +++++++++++++++++++++++++++++++++++- html-interactive/resume.scss | 13 +++++++++- 2 files changed, 57 insertions(+), 2 deletions(-) diff --git a/html-interactive/index.html b/html-interactive/index.html index 56cf642..24ab52c 100644 --- a/html-interactive/index.html +++ b/html-interactive/index.html @@ -16,8 +16,9 @@ @@ -26,6 +27,7 @@
+

Things I Know

Programming Languages

Java @@ -184,12 +186,54 @@
+

Places I've Worked

+
+

3M (contracted via Maxis Group)

+

Traffic Safety Systems Division

+ Software Engineer VI + October 2013 - present +
+
+

HID Global

+

Personalization Infrastructure

+ Staff Engineer + February 2012 - September 2013 +
+
+

QuantumDigital.com

+ Systems Developer + August 2010 - February 2012 +
+
+

Gemalto

+

Solutions and Special Projects

+ Software Architect and Developer + June 2005 - August 2010 +
+
+

Freescale Semiconductor

+

Hardware/Software Development

+ Summer Intern / Contractor + June 2004 - October 2004 +
+

Things I've Done

+
+
+
+ +

People Who Know Me

+
+ +
+ +

Who I Am

+
diff --git a/html-interactive/resume.scss b/html-interactive/resume.scss index d94f64e..cc067f1 100644 --- a/html-interactive/resume.scss +++ b/html-interactive/resume.scss @@ -100,8 +100,9 @@ section { top: -3rem; visibility: hidden; } - h3 { + h2 { border-bottom: solid thin $black; + font-variant: small-caps; width: 100%; } h4 { @@ -119,4 +120,14 @@ section { &:last-of-type:after { content: ""; } } } + + &#jobs-section div.job { + position: relative; + + span.duration { + position: absolute; + right: 0; + top: 0.6rem; + } + } }