Changeset 87

Show
Ignore:
Timestamp:
09/20/08 14:42:34 (4 months ago)
Author:
simon
Message:

Updated the Colophon.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bitstructures/trunk/templates/substructure/base.html

    r74 r87  
    88<link rel="alternate" type="application/atom+xml" href="/atom.xml"> 
    99<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/bitstructures.css"> 
     10<meta name="verify-v1" content="qjGEMFFYJif+BENvPizgAchDPVhYTp6AovBD2FIP82s="> 
    1011</head> 
    1112 
     
    2829<div class="info-entry"> 
    2930<h2>About me</h2> 
    30 <p>Simon Bates is an accessibility software architect at the 
    31 <a href="http://atrc.utoronto.ca/">Adaptive Technology Resource Centre</a> 
    32 at the University of Toronto 
    33 where he builds and designs web apps and infrastructure. 
    34 At the moment he is working on accessibility support in 
    35 the <a href="http://dojotoolkit.org/">Dojo</a> JavaScript toolkit.</p> 
    36 <p><a href="http://del.icio.us/simonbates">del.icio.us/simonbates</a></p> 
     31<p>Simon Bates is a software developer living and working in 
     32Toronto.</p> 
     33<ul> 
     34<li><a href="mailto:simon@bitstructures.com">simon@bitstructures.com</a></li> 
     35<li><a href="http://www.linkedin.com/in/simonjb">My LinkedIn profile</a></li> 
     36<li><a href="http://del.icio.us/simonbates">del.icio.us/simonbates</a></li> 
     37</ul> 
    3738</div> 
    3839 
     
    4041<h2>Starting points</h2> 
    4142<ul> 
    42 <li><a href="/all">All entries</a> ({{ num_published_entries }})</li> 
     43<li><a href="/tagged-with/accessibility">accessibility</a></li> 
     44<li><a href="/tagged-with/ajax">ajax</a></li> 
     45<li><a href="/tagged-with/java">java</a></li> 
     46<li><a href="/tagged-with/testing">testing</a></li> 
     47<li><a href="/all">all entries</a> ({{ num_published_entries }})</li> 
    4348</ul> 
    4449</div> 
     
    4651<div class="info-entry"> 
    4752<h2>Colophon</h2> 
    48 <p>This site is running a 
    49 <a href="http://trac.bitstructures.com/browser/bitstructures/trunk">custom 
    50 Python application</a> (MIT license) built with 
    51 <a href="http://www.djangoproject.com/">Django</a>.</p> 
     53<p>This blog is running on a Python application that I built with 
     54<a href="http://www.djangoproject.com/">Django</a>. 
     55The <a href="http://trac.bitstructures.com/browser/bitstructures/trunk">source 
     56code</a> is available under the MIT license.</p> 
    5257<p><a href="/atom.xml"><img src="{{ MEDIA_URL }}images/feed-icon-14x14.png" alt="Site feed"> Site feed</a></p> 
    5358</div>