Skip to content

Commit

Permalink
Change to be span4 rather than table cells
Browse files Browse the repository at this point in the history
  • Loading branch information
chilts committed May 3, 2012
1 parent f73d4ab commit 1234a44
Showing 1 changed file with 98 additions and 100 deletions.
198 changes: 98 additions & 100 deletions index.html
Expand Up @@ -3,103 +3,101 @@
title: Andy Chilton
tagline: as 'chilts'
---
<table style="table-layout: fixed;">
<tr>
<td>

<h2>About Me</h2>

<p>You have probably arrived here in search of:</p>

<ul>
<li>My <a href="/blog/">blog</a></li>
<li>some <a href="/recipe/">recipes</a></li>
<li>my personal finance blog <a href="/retire-at-40/">Retire at 40</a></li>
<li><a href="/retire-at-40/">Simplicity</a> itself</li>
<li>a couple of <a href="/photo/">Photos</a></li>
</ul>

<p>... or something else entirely.</p>

<p>You can also find me on some other web presences:</p>

<ul>
<li><a href="https://github.com/chilts/">GitHub</a></li>
<li><a href="https://twitter.com/andychilton">Twitter</a></li>
<li><a href="https://plus.google.com/101676799407822585755/">Google+</a></li>
<li><a href="http://www.ohloh.net/accounts/chilts">Ohloh</a></li>
<li><a href="http://search.cpan.org/~chilts/">CPAN</a></li>
<li><a href="http://www.flickr.com/photos/andychilton/">Flickr</a></li>
<li><a href="http://coderwall.com/andychilton">CoderWall</a></li>
<li><a href="http://www.linkedin.com/profile/view?id=34320615">LinkedIn</a></li>
</ul>

</td>
<td>

<h2>My Open Source Software</h2>

<ul>
<li>Node.js
<ul>
<li><a href="https://github.com/appsattic/winston-simpledb">winston-simpledb</a> - SimpleDB transport for 'winston'</li>
<li><a href="https://github.com/appsattic/connect-error-amazon-ses">connect-error-amazon-ses</a> - connect middleware to send errors as email through Amazon SES</li>
<li><a href="https://github.com/appsattic/connect-uuid">connect-uuid</a> - connect middleware to assign a UUID to every request</li>
<li><a href="Connect middleware to assign a UUID to every request">coupon-code</a> - Implementation of Perl's Algorithm::CouponCode for NodeJS</li>
<li><a href="https://github.com/appsattic/sensi">sensi</a> - experimental start to open source IaaS</li>
<li><a href="https://github.com/appsattic/serve-this">serve-this.js</a> - example static file server
</ul>
</li>
<li>Perl
<ul>
<li><a href="https://github.com/appsattic/awssum">Project AwsSum</a> - original AwsSum project</li>
<li><a href="https://github.com/appsattic/libdate-recur-perl">Date::Recur</a> - original date recurrance project</li>
<li><a href="https://github.com/appsattic/dropmail">DropMail</a> - drop a JSON file into a directory and DropMail will send it</li>
<li><a href="https://github.com/chilts/pgpatcher">PgPatcher</a> - script to help patch/unpatch Pg schemas when deploying</li>
<li><a href="https://github.com/appsattic/conduit">Conduit</a> (base class for CGI::Fast apps)</li>
<li><a href="https://github.com/appsattic/projectus">Projectus</a> - helper modules for any Perl project</li>
<li><a href="https://github.com/appsattic/String-Random-NiceURL">String::Random::NiceURL</a> - create random ID strings suitable for URLs</li>
<li><a href="https://github.com/appsattic/dropfile">dropfile</a> - drop a file into a dir, get pushed to Amazon S3 automatically</li>
<li><a href="https://github.com/chilts/zaapt">Zaapt</a> - CMS for Perl/Mason/PostgreSQL</li>
</ul>
</li>
<li>Python
<ul>
<li><a href="https://gitorious.org/lollysite/lollysite">Lollyside</a> - simple CMS for Google AppEngine</li>
</ul>
</li>

</ul>

</td>
<td>

<h2>Presentations</h2>

<p>Over the years I have presented a number of topics to Wellington PM as well to past and current work colleagues:</p>
<ul>
<li>Feb 2012 - <a href="http://s.appsattic.com/slides/20120214-weird-but-useful-javascript.html">Weird but Useful JavaScript</a></li>
<li>Nov 2011 - <a href="http://s.appsattic.com/slides/20110926-intro-to-go.html">Intro to Go</a></li>
<li>Nov 2011 - <a href="http://s.appsattic.com/slides/20110926-serve-this.html">serve-this.go</a></li>
<li>Nov 2011 - <a href="http://s.appsattic.com/slides/20110926-the-syntax-of-go.html">The Syntax of Go</a></li>
<li>Jan 2011 - <a href="http://s.appsattic.com/slides/20110110-your-own-startup-using-open-source.html">Your Own Startup Using Open Source</a></li>
<li>Feb 2010 - <a href="http://wellington.pm.org/archive/201002/andy-google-appengine/">Google AppEngine</a></li>
<li>Nov 2009 - <a href="http://wellington.pm.org/archive/200911/andy-redis.html">Redis</a></li>
<li>Sep 2009 - <a href="http://wellington.pm.org/archive/200909/andy_chilton-http_engine/">Tie::DBI</a></li>
<li>Mar 2009 - <a href="http://wellington.pm.org/archive/200903/andy-tie-dbi/index.html">Tie::DBI</a></li>
<li>Mar 2009 - <a href="http://wellington.pm.org/archive/200903/andy-text-star/index.html">Text::*</a></li>
<li>Oct 2008 - <a href="http://wellington.pm.org/archive/200803/andy_chilton_aws2/index.html">Playing with Amazon Web Services</a></li>
<li><a href="http://wellington.pm.org/archive/200810/andychilton-perltidy/">PerlTidy</a></li>
<li>Jun 2008 - <a href="http://wellington.pm.org/archive/200806/andy-cil/">cil - a Distributed Bug Tracking System</a></li>
<li>Apr 2008 - <a href="http://wellington.pm.org/archive/200804/learning_from_perl_golf/">Learning from Perl Golf</a></li>
<li>Mar 2008 - <a href="http://wellington.pm.org/archive/200803/andy_chilton_aws2/index.html">Playing with Amazon Web Services</a></li>
<li>Mar 2008 - <a href="http://wellington.pm.org/archive/200803/andy_chilton_aws1/index.html">Talking to Amazon Web Services</a></li>
<li>Jun 2007 - <a href="http://wellington.pm.org/archive/200706/openid/index.html">Consuming OpenIDs</a></li>
<li>Mar 2007 - <a href="http://wellington.pm.org/archive/200703/html">http://wellington.pm.org/archive/200703/html_mason/index.html</a></li>
</ul>
</td>

</tr>
</table>

(Ends)
<div class="row">

<div class="span4">

<h2>About Me</h2>

<p>You have probably arrived here in search of:</p>

<ul>
<li>My <a href="/blog/">blog</a></li>
<li>some <a href="/recipe/">recipes</a></li>
<li>my personal finance blog <a href="/retire-at-40/">Retire at 40</a></li>
<li><a href="/retire-at-40/">Simplicity</a> itself</li>
<li>a couple of <a href="/photo/">Photos</a></li>
</ul>

<p>... or something else entirely.</p>

<p>You can also find me on some other web presences:</p>

<ul>
<li><a href="https://github.com/chilts/">GitHub</a></li>
<li><a href="https://twitter.com/andychilton">Twitter</a></li>
<li><a href="https://plus.google.com/101676799407822585755/">Google+</a></li>
<li><a href="http://www.ohloh.net/accounts/chilts">Ohloh</a></li>
<li><a href="http://search.cpan.org/~chilts/">CPAN</a></li>
<li><a href="http://www.flickr.com/photos/andychilton/">Flickr</a></li>
<li><a href="http://coderwall.com/andychilton">CoderWall</a></li>
<li><a href="http://www.linkedin.com/profile/view?id=34320615">LinkedIn</a></li>
</ul>

</div>
<div class="span4">

<h2>My Open Source Software</h2>

<ul>
<li>Node.js
<ul>
<li><a href="https://github.com/appsattic/winston-simpledb">winston-simpledb</a> - SimpleDB transport for 'winston'</li>
<li><a href="https://github.com/appsattic/connect-error-amazon-ses">connect-error-amazon-ses</a> - connect middleware to send errors as email through Amazon SES</li>
<li><a href="https://github.com/appsattic/connect-uuid">connect-uuid</a> - connect middleware to assign a UUID to every request</li>
<li><a href="Connect middleware to assign a UUID to every request">coupon-code</a> - Implementation of Perl's Algorithm::CouponCode for NodeJS</li>
<li><a href="https://github.com/appsattic/sensi">sensi</a> - experimental start to open source IaaS</li>
<li><a href="https://github.com/appsattic/serve-this">serve-this.js</a> - example static file server
</ul>
</li>
<li>Perl
<ul>
<li><a href="https://github.com/appsattic/awssum">Project AwsSum</a> - original AwsSum project</li>
<li><a href="https://github.com/appsattic/libdate-recur-perl">Date::Recur</a> - original date recurrance project</li>
<li><a href="https://github.com/appsattic/dropmail">DropMail</a> - drop a JSON file into a directory and DropMail will send it</li>
<li><a href="https://github.com/chilts/pgpatcher">PgPatcher</a> - script to help patch/unpatch Pg schemas when deploying</li>
<li><a href="https://github.com/appsattic/conduit">Conduit</a> (base class for CGI::Fast apps)</li>
<li><a href="https://github.com/appsattic/projectus">Projectus</a> - helper modules for any Perl project</li>
<li><a href="https://github.com/appsattic/String-Random-NiceURL">String::Random::NiceURL</a> - create random ID strings suitable for URLs</li>
<li><a href="https://github.com/appsattic/dropfile">dropfile</a> - drop a file into a dir, get pushed to Amazon S3 automatically</li>
<li><a href="https://github.com/chilts/zaapt">Zaapt</a> - CMS for Perl/Mason/PostgreSQL</li>
</ul>
</li>
<li>Python
<ul>
<li><a href="https://gitorious.org/lollysite/lollysite">Lollyside</a> - simple CMS for Google AppEngine</li>
</ul>
</li>

</ul>

</div>
<div class="span4">

<h2>Presentations</h2>

<p>Over the years I have presented a number of topics to Wellington PM as well to past and current work colleagues:</p>
<ul>
<li>Feb 2012 - <a href="http://s.appsattic.com/slides/20120214-weird-but-useful-javascript.html">Weird but Useful JavaScript</a></li>
<li>Nov 2011 - <a href="http://s.appsattic.com/slides/20110926-intro-to-go.html">Intro to Go</a></li>
<li>Nov 2011 - <a href="http://s.appsattic.com/slides/20110926-serve-this.html">serve-this.go</a></li>
<li>Nov 2011 - <a href="http://s.appsattic.com/slides/20110926-the-syntax-of-go.html">The Syntax of Go</a></li>
<li>Jan 2011 - <a href="http://s.appsattic.com/slides/20110110-your-own-startup-using-open-source.html">Your Own Startup Using Open Source</a></li>
<li>Feb 2010 - <a href="http://wellington.pm.org/archive/201002/andy-google-appengine/">Google AppEngine</a></li>
<li>Nov 2009 - <a href="http://wellington.pm.org/archive/200911/andy-redis.html">Redis</a></li>
<li>Sep 2009 - <a href="http://wellington.pm.org/archive/200909/andy_chilton-http_engine/">Tie::DBI</a></li>
<li>Mar 2009 - <a href="http://wellington.pm.org/archive/200903/andy-tie-dbi/index.html">Tie::DBI</a></li>
<li>Mar 2009 - <a href="http://wellington.pm.org/archive/200903/andy-text-star/index.html">Text::*</a></li>
<li>Oct 2008 - <a href="http://wellington.pm.org/archive/200803/andy_chilton_aws2/index.html">Playing with Amazon Web Services</a></li>
<li><a href="http://wellington.pm.org/archive/200810/andychilton-perltidy/">PerlTidy</a></li>
<li>Jun 2008 - <a href="http://wellington.pm.org/archive/200806/andy-cil/">cil - a Distributed Bug Tracking System</a></li>
<li>Apr 2008 - <a href="http://wellington.pm.org/archive/200804/learning_from_perl_golf/">Learning from Perl Golf</a></li>
<li>Mar 2008 - <a href="http://wellington.pm.org/archive/200803/andy_chilton_aws2/index.html">Playing with Amazon Web Services</a></li>
<li>Mar 2008 - <a href="http://wellington.pm.org/archive/200803/andy_chilton_aws1/index.html">Talking to Amazon Web Services</a></li>
<li>Jun 2007 - <a href="http://wellington.pm.org/archive/200706/openid/index.html">Consuming OpenIDs</a></li>
<li>Mar 2007 - <a href="http://wellington.pm.org/archive/200703/html">http://wellington.pm.org/archive/200703/html_mason/index.html</a></li>
</ul>

</div>

</div>

0 comments on commit 1234a44

Please sign in to comment.