| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
|---|
| 2 | "http://www.w3.org/TR/html4/strict.dtd"> |
|---|
| 3 | |
|---|
| 4 | <html> |
|---|
| 5 | |
|---|
| 6 | <head> |
|---|
| 7 | <title>Bitstructures — {% block title %}Simon Bates{% endblock %}</title> |
|---|
| 8 | <link rel="alternate" type="application/atom+xml" href="/atom.xml"> |
|---|
| 9 | <link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/bitstructures.css"> |
|---|
| 10 | <meta name="verify-v1" content="qjGEMFFYJif+BENvPizgAchDPVhYTp6AovBD2FIP82s="> |
|---|
| 11 | </head> |
|---|
| 12 | |
|---|
| 13 | <body> |
|---|
| 14 | |
|---|
| 15 | <div id="nameplate-container"><div id="nameplate"><a href="/"><img src="{{ MEDIA_URL }}images/bitstructures4.gif" |
|---|
| 16 | alt="Bitstructures"></a></div></div> |
|---|
| 17 | |
|---|
| 18 | <div id="container"> |
|---|
| 19 | |
|---|
| 20 | <div id="content-container"> |
|---|
| 21 | <div id="content"> |
|---|
| 22 | {% block content %}{% endblock %} |
|---|
| 23 | </div> |
|---|
| 24 | </div> |
|---|
| 25 | |
|---|
| 26 | <div id="info-block-container"> |
|---|
| 27 | <div id="info-block"> |
|---|
| 28 | |
|---|
| 29 | <div class="info-entry"> |
|---|
| 30 | <h2>About me</h2> |
|---|
| 31 | <p>Simon Bates is a software developer living and working in |
|---|
| 32 | Toronto.</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> |
|---|
| 38 | </div> |
|---|
| 39 | |
|---|
| 40 | <div class="info-entry"> |
|---|
| 41 | <h2>Starting points</h2> |
|---|
| 42 | <ul> |
|---|
| 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> |
|---|
| 48 | </ul> |
|---|
| 49 | </div> |
|---|
| 50 | |
|---|
| 51 | <div class="info-entry"> |
|---|
| 52 | <h2>Colophon</h2> |
|---|
| 53 | <p>This blog is running on a Python application that I built with |
|---|
| 54 | <a href="http://www.djangoproject.com/">Django</a>. |
|---|
| 55 | The <a href="http://trac.bitstructures.com/browser/bitstructures/trunk">source |
|---|
| 56 | code</a> is available under the MIT license.</p> |
|---|
| 57 | <p><a href="/atom.xml"><img src="{{ MEDIA_URL }}images/feed-icon-14x14.png" alt="Site feed"> Site feed</a></p> |
|---|
| 58 | </div> |
|---|
| 59 | |
|---|
| 60 | </div> |
|---|
| 61 | </div> |
|---|
| 62 | |
|---|
| 63 | </div> |
|---|
| 64 | |
|---|
| 65 | </body> |
|---|
| 66 | |
|---|
| 67 | </html> |
|---|