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
+
+
+
+
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;
+ }
+ }
}