Changeset 14 for bitstructures/trunk/templates/substructure/base.html
- Timestamp:
- 11/02/07 09:46:51 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
bitstructures/trunk/templates/substructure/base.html
r12 r14 6 6 <head> 7 7 <title>{% block title %}Bitstructures{% endblock %}</title> 8 <link rel="stylesheet" href="{{ MEDIA_URL }}css/bitstructures.css" type="text/css" />8 <link rel="stylesheet" href="{{ MEDIA_URL }}css/bitstructures.css" type="text/css"> 9 9 </head> 10 10 11 11 <body> 12 12 13 <div id="nameplate "><a href="/"><img src="{{ MEDIA_URL }}images/bitstructures4.gif"14 alt="Bitstructures"></a></div> 13 <div id="nameplate-container"><div id="nameplate"><a href="/"><img src="{{ MEDIA_URL }}images/bitstructures4.gif" 14 alt="Bitstructures"></a></div></div> 15 15 16 16 <div id="container"> … … 27 27 <div class="info-entry"> 28 28 <h2>About me</h2> 29 <p>Simon builds and designs web apps and infrastructure. 29 <p>Simon Bates is an accessibility architect at the 30 <a href="http://atrc.utoronto.ca/">Adaptive Technology Resource Centre</a> 31 at the University of Toronto 32 where he builds and designs web apps and infrastructure. 30 33 At the moment he is working on accessibility support in 31 34 the <a href="http://dojotoolkit.org/">Dojo</a> JavaScript toolkit.</p>
