diff --git a/public_html/resume/cjac.html b/public_html/resume/cjac.html
index 7a80911..bcf8725 100644
--- a/public_html/resume/cjac.html
+++ b/public_html/resume/cjac.html
@@ -176,6 +176,7 @@ a:link {
 	right: 30px;
 	width: 455px;
 }
+
 .header_text {
 	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 	font-size: 30px;
@@ -192,18 +193,23 @@ a:link {
 	border-bottom-color: #999;
 	border-left-color: #999;
 	height: 4px;
+        clear: both;
 }
 .sub_head_color {
 	color: #630;
 	font-size: 14px;
 	font-weight: 300;
 }
+.name_text {
+  float: left;
+}
 #address {
 	font-size: 12px;
 	text-align: right;
 	letter-spacing: 0.1em;
 	color: #666;
 	padding-bottom: 12px;
+        float: right;
 }
 .section_head {
 	font-size: 18px;
@@ -265,21 +271,24 @@ a:link {
   <div id="home_copy">
     <div id="text">
       <div class="header_text">
-        <p class="header_text"><strong>C.J. ADAMS–COLLIER</strong></p>
-        <div id="address">P.O. Box 1988 • Eastsound, WA 98245-1988<br />
-        <a href="mailto:cjac@colliertech.org">cjac@colliertech.org</a><br />
-	(360) 298 7790 • (360) 376 3631<br />
-	<a href="cjac.html">http://www.colliertech.org</a></div>
+        <div class="name_text"><strong>C.J. ADAMS–COLLIER</strong></div>
+        <div id="address">
+	  P.O. Box 1988 • Eastsound, WA 98245-1988<br />
+          <a href="mailto:cjac@colliertech.org">cjac@colliertech.org</a><br />
+	  (360) 298 7790 • (360) 376 3631<br />
+	  <a href="cjac.html">http://www.colliertech.org</a>
+	</div>
       </div>
       <div class="line"></div>
-      <div class="section_head">
-        <p>Skills</p>
-      </div>
       <table style="margin-left: -25px;" width="100%">
+	<thead>
         <tr>
-			  <th width="33%" class="sub_head_color"><strong>Software Development</strong></th>
-        <th width="34%" class="sub_head_color"><strong>System Administration</strong></th>
-        <th width="33%" class="sub_head_color"><strong>Network Operations</strong></th></tr>
+	  <th width="33%" class="sub_head_color"><strong>Software Development</strong></th>
+          <th width="34%" class="sub_head_color"><strong>Systems Administration</strong></th>
+          <th width="33%" class="sub_head_color"><strong>Network Operations</strong></th>
+	</tr>
+	</thead>
+	<tbody>
         <tr class="body_text">
           <td valign="top">
             <ul>
@@ -287,18 +296,21 @@ a:link {
 	      <li>Agile development using <a href="https://en.wikipedia.org/wiki/Extreme_programming">XP</a> and <a href="http://scrummethodology.com/">Scrum</a></li>
 	      <li>
 		<a href="https://msdn.microsoft.com/en-us/library/aa730844(v=vs.80).aspx">Test-Driven Development</a> using
-		<a href="http://search.cpan.org/~exodist/Test-Simple-1.001014/lib/Test/More.pm">Test::More</a>,
-		<a href="http://search.cpan.org/dist/Test-WWW-Mechanize/Mechanize.pm">Test::WWW::Mechanize</a>,
-		<a href="http://www.seleniumhq.org/">Selenium</a>
-		<a href="http://karma-runner.github.io/0.13/index.html">Karma</a>,
-		<a href="http://jasmine.github.io/">Jasmine</a>,
-		<a href="https://en.wikipedia.org/wiki/CppUnit">CppUnit</a>,
-		<a href="https://en.wikipedia.org/wiki/NUnit">NUnit</a>,
-		<a href="https://en.wikipedia.org/wiki/MSTest">MSTest</a>,
-		<a href="http://ruby-doc.org/stdlib-1.8.7/libdoc/test/unit/rdoc/Test/Unit.html">Test::Unit</a>,
+		<ul>
+		  <a href="http://search.cpan.org/~exodist/Test-Simple-1.001014/lib/Test/More.pm">Test::More</a>,
+		  <a href="http://search.cpan.org/dist/Test-WWW-Mechanize/Mechanize.pm">Test::WWW::Mechanize</a>,
+		  <a href="http://www.seleniumhq.org/">Selenium</a>,
+		  <a href="http://karma-runner.github.io/0.13/index.html">Karma</a>,
+		  <a href="http://jasmine.github.io/">Jasmine</a>,
+		  <a href="https://en.wikipedia.org/wiki/CppUnit">CppUnit</a>,
+		  <a href="https://en.wikipedia.org/wiki/NUnit">NUnit</a>,
+		  <a href="https://en.wikipedia.org/wiki/MSTest">MSTest</a>,
+		  <a href="http://ruby-doc.org/stdlib-1.8.7/libdoc/test/unit/rdoc/Test/Unit.html">Test::Unit</a>
+		</ul>
 	      </li>
 	      <li>
-		Coding style enforcement with lint, cpplint, jslint &amp; perltidy
+		Coding style enforcement with
+		<ul>lint, cpplint, jslint, perltidy</ul>
 	      </li>
 	      <li>
 		Code quality enforcement with Perl::Critic
@@ -328,7 +340,8 @@ a:link {
           </td>
           <td valign="top">
             <ul>
-              <li>MAC implementation and enforcement</li>
+	      <li>Deployment automation and configuration management with Chef</li>
+              <li><a href="https://en.wikipedia.org/wiki/Mandatory_access_control">MAC</a> implementation and enforcement</li>
               <li><a href="http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x6901C0DB8ACD4B3C5299">PKI</a></li>
               <li>MySQL, PostgreSQL, MS SQL Server, Oracle</li>
               <li>KVM, Docker, Xen, QEMU, libvirt, Hyper-V, VMWare</li>
@@ -361,6 +374,7 @@ a:link {
             </ul>
           </td>
         </tr>
+	</tbody>
       </table>
 
       <p class="section_head">Work Experience</p>
@@ -470,7 +484,7 @@ a:link {
           </div>
 
 	  <p>
-	    Lone developer tasked with building a full stack,
+	    Lead developer tasked with building a full stack,
 	    highly-scalable content distribution management portal.
 	    Requests from customers are queued for later processing by
 	    long-running daemon.  Daemon asynchronously delegates
@@ -483,7 +497,19 @@ a:link {
 	  </p>
 
 	  <p>
-	    Lone developer tasked with building a pricing calculator
+	    Patching, distribution and management of an intellectual
+	    property registry.  Engaged with developers to recommend
+	    patterns which would mesh well with the continuous
+	    integration server.  Reviewed patches to product.  Used
+	    test-kitchen, vagrant and docker to develop, exercise and
+	    maintained Chef packaging and deployment solution.
+	    Promoted packages which passed QA from development
+	    environment to staging and from staging environment to
+	    production.
+	  </p>
+
+	  <p>
+	    Lead developer tasked with building a pricing calculator
 	    for internally-offered compute, storage and database
 	    services for comparison with AWS, Rackspace, Liquid Web,
 	    etc.  Performed test-driven evelopment using Karma,
