diff options
author | Aaron Ball <nullspoon@oper.io> | 2019-06-11 08:50:49 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2019-06-11 08:53:53 -0600 |
commit | 153935471338480e4529395351fa752b85e6b9c4 (patch) | |
tree | f8dbe30018c88be38d0cf6af36fe9c99850268a5 | |
parent | e0edb6e153ed300c19f69899ae205770c581f91b (diff) | |
download | resume-153935471338480e4529395351fa752b85e6b9c4.tar.gz resume-153935471338480e4529395351fa752b85e6b9c4.tar.xz |
Convert blockquotes to open blocks
A blockquote isn't very correct for what each of these sections does.
Now the output contains a div with class 'openblock', which is a bit
more fitting for a job section wrapper.
Updated css to remove now unecessary blockquote references.
-rw-r--r-- | resume.adoc | 48 | ||||
-rw-r--r-- | resume.css | 6 |
2 files changed, 27 insertions, 27 deletions
diff --git a/resume.adoc b/resume.adoc index df0ebba..56a2ddc 100644 --- a/resume.adoc +++ b/resume.adoc @@ -8,7 +8,7 @@ Resume :no title: [role="resume-author-sect"] -____ +-- [role="resume-author-name"] Aaron + Ball @@ -18,7 +18,7 @@ Ball * {mobile} * {website} * {sourcecode} -____ +-- @@ -45,7 +45,7 @@ EMPLOYMENT ---------- [role="job"] -____ +-- |==== | Jeppesen, A Boeing Company, Denver, Colorado | August 2017 - October 2018 @@ -82,11 +82,11 @@ ____ Microsoft Azure. * Primary operating systems: Centos 6.9 - 7.7, RHEL 6 - 7 -____ +-- [role="job"] -____ +-- |==== | Truven Health Analytics, Denver, Colorado | January 2016 - August 2017 @@ -131,12 +131,12 @@ ____ over 300 jobs down to five jobs. * Primary operating systems: Centos 5.9 - 6.7, RHEL 5 - 6 -____ +-- [role="job"] -____ +-- |==== | Time Warner Cable, Denver, Colorado | March 2015 - January 2016 @@ -164,11 +164,11 @@ ____ for documentation, and pull request system for code review * Primary operating systems: Centos 6.5 and 6.6 -____ +-- [role="job"] -____ +-- |==== | CenturyLink, Inc., Denver, Colorado | August 2014 - February 2015 @@ -195,11 +195,11 @@ ____ * Worked primarily with CentOS 6.5, 6.6, 7 (a few hundred), as well a few one-off Ubuntu servers -____ +-- [role="job"] -____ +-- |==== | Intelligent Software Solutions, Inc., Denver, Co | March 2014 - August 2014 @@ -218,11 +218,11 @@ ____ * Built a local virtual chef development environment running on kvm, managed with libvirt apis. VMs could be created from a template in about two to five seconds each. -____ +-- [role="job"] -____ +-- |==== | DaVita, Denver, Co | October 2012 - March 2014 @@ -247,11 +247,11 @@ ____ * Wrote a bash script to perform automated SSH key rotation every three months and when an employee left -____ +-- [role="job"] -____ +-- |==== | Dish Network, Englewood, Co | January 2011 - October 2012 @@ -263,11 +263,11 @@ ____ * Wrote Perl scripts/one-liners with Regular Expressions to process log files, gather statistics, perform Wily agent upgrades, manage rolling restarts, etc. -____ +-- [role="job"] -____ +-- |==== | USDA, Fort Collins, CO | August 2010 - December 2010 @@ -283,11 +283,11 @@ ____ * Constructed test clusters (one controller and two test agents each) for load testing with Visual Studio -____ +-- [role="job"] -____ +-- |==== | AMG Creative, Inc., Fort Collins, CO | August 2009 - August 2010 @@ -300,17 +300,17 @@ ____ * Built and managed five servers (one virtual [Domain controller, file server, terminal server, backup server], another virtual [OpenVPN], one host [VMWare Server], one print server [Ubuntu 10.04], one backup server [Ubuntu 10.04]) -____ +-- [role="job"] -____ +-- |==== | CSU College of Business, Fort Collins, Co | August 2007 - October 2009 | Web Developer / Systems Administrator | |==== -____ +-- @@ -318,7 +318,7 @@ EDUCATION --------- [role="job"] -____ +-- |==== | Colorado State University, Fort Collins, CO | 2007-2010 @@ -332,7 +332,7 @@ design and implementation, web application development (creating ASP.Net/C# and Cold Fusion applications that accessed a database and used sessions), client side application development (Visual Basic.Net), business math, marketing, finance, accounting, and business communication. -____ +-- [role="witty-remark"] /* This resume was proudly generated with Asciidoctor, some clever css, and a @@ -135,17 +135,17 @@ div.job { /*margin-bottom:30px;*/ } -div.job blockquote { +div.job { margin-left:7px; } -div.job blockquote ul { +div.job ul { list-style-type: none; padding-left:5px; margin-top:10px; } -div.job blockquote ul li { +div.job ul li { border-left:2px dotted #888; padding-left:7px; margin-top:7px; |