diff --git a/_layouts/home.html b/_layouts/home.html index 76c9cd8..ec554e8 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -13,8 +13,8 @@ layout: master-bare

100% Private and Local No registration, no drive-by resume uploads, no dialing home, no recruitment.

diff --git a/jane/positive-html.css b/jane/positive-html.css new file mode 100644 index 0000000..4d201bd --- /dev/null +++ b/jane/positive-html.css @@ -0,0 +1,125 @@ +html, body, main, section, header, ul, p, h1, h2, h3 { + font-family: Calibri, 'Open Sans', sans-serif; + font-size: 14px; + margin: 0; padding: 0; + display: block; +} + +a { + color: #0064BD; + text-decoration: none; +} + +a:visited { + color: #7B0796; +} + +a:hover { + text-decoration: underline; +} + +h1 { + text-transform: uppercase; + font-size: +} + +h2 { + text-transform: uppercase; + color: #898989; + font-size: 2em; + position: relative; + font-weight: 400; +} + +h3 { + font-size: 1em; +} + +table { + width: 100%; + text-transform: uppercase; + font-size: 1.3em; +} + +td:first-child { + text-align: right; + color: #A9A9A9; + letter-spacing: 5px; + font-weight: bold; +} + +td:last-child { + text-align: justify; /* HTML justification sucks, but in this case... */ +} + +main { + padding: 15px; + max-width: 800px; + margin: 0 auto; +} + +section { + margin-top: 1em; +} + +li { + margin-left: 2em; +} + +h3 { + margin-top: 1em; +} + +p, li { + text-align: justify; +} + +.tenure { + float: right; +} + +thead { + display: none; +} + +main > header { + width: 100%; + float: left; + margin-bottom: 1em; +} + + +main > header > h1 { + float: left; +} + +main > header > h1, .label { + font-size: 2.5em; + text-transform: uppercase; + font-weight: 300; + font-family: 'Open Sans', 'Segoe UI', sans-serif; +} + +#contact { + clear: both; + float: right; +} + +h2 > span.fa { + text-align: center; + margin-right: 3px; + position: absolute; + width: 40px; + transform: translateX(-110%); + color: #DADADA; +} + +.label { + float: right; + color: #DADADA; +} + +#summary { + color: #717171; + font-size: 1.25em; +} diff --git a/jane/resume.html b/jane/resume.html new file mode 100644 index 0000000..bf30e0e --- /dev/null +++ b/jane/resume.html @@ -0,0 +1,209 @@ + + + + + + Jane Q. Fullstacker + + + + + + +
+
+

Jane Q. + Fullstacker +

+ Senior Developer +

+ + 1-650-999-7777 + http://janef.me/blog + +

+
+
Full-stack software developer with 6+ years industry experience specializing + in scalable cloud architectures for this, that, and the other. A native of southern + CA, Jane enjoys hiking, mystery novels, and the company of Rufus, her two-year-old + beagle.
+
+
+

+ Skills

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SkillKeywords
Web DevelopmentJavaScript HTML 5 CSS LAMP MVC REST
JavaScriptNode.js Angular.js jQuery Bootstrap React.js Backbone.js
DatabaseMySQL PostgreSQL NoSQL ORM Hibernate
CloudAWS EC2 RDS S3 Azure Dropbox
ProjectAgile TFS Unified Process MS Project
+
+
+
+

+ Employment

+
+

Head Code Ninja, One Cool Startup + 2013-09 — 2015-12 + +

+

+

Development team manager for OneCoolApp and OneCoolWebsite, a free social network + tiddlywink generator and lifestyle portal with over 200,000 users.

+

+ +

Principal Developer, Veridian Dynamics + 2011-07 — 2013-08 + +

+

+

Developer on numerous projects culminating in technical lead role for the Jabberwocky project and + promotion to principal developer.

+

+ +

IT Administrator, Stark Industries + 2008-10 — 2011-06 + +

+

+

Junior programmer with heavy code responsibilities. Promoted to intermediate role + after 6 months.

+

+ +

Intern, Dunder Mifflin + 2008-06 — 2008-09 + +

+

+

Performed IT administration and deployments for Dunder Mifflin.

+

+ +
+
+
+

+ Education

+
+

Cornell University + 2005 — 2008 + +

+

Medfield College + 2003 — 2005 + +

+
+
+
+

+ Service

+
+

Technical Consultant, Technology for Tots + 2003 — 2005 + +

+

+

Summary of this volunteer stint.

+

+ +

NCO, US Army Reserves + 1999 — 2003 + +

+

+

Summary of this military stint.

+

+ +
+
+
+

+ Writing

+
+

Building User Interfaces with Electron and Atom, + Code Project + 2011 +

+

Jane Fullstacker's Blog, self + 2011 +

+

Teach Yourself GORFF in 21 Days, + Amazon + 2008 +

+

A primer on the programming language of GORFF, whose for loops are coterminous with + all of time and space.

+
+
+
+

+ Awards

+
+

+ Honorable Mention, Google + 2012 +

+

+ Summa cum laude, Cornell University + 2012 +

+
+
+ + + \ No newline at end of file