Update about.html for bootstrap UI

pull/2/head
Noah 2014-10-15 19:03:54 -07:00
parent d4a9e51d7d
commit c9cfb8c69c
1 changed files with 96 additions and 97 deletions

View File

@ -4,9 +4,8 @@
<h1>About Me</h1>
<table border="0" cellspacing="0" cellpadding="8">
<tr>
<td align="left" valign="top">
<div class="row">
<div class="col-md-2">
<img src="/static/photos/ff7ec4f5.jpg" width="256" height="256" alt="Kirsle" class="portrait"><p>
<table border="0" cellspacing="0" cellpadding="4">
@ -46,8 +45,9 @@
</table><p>
&#0164; <a href="/contact">Send me an e-mail</a>
</td>
<td align="left" valign="top">
</div>
<div class="col-md-10">
<h2>Hello world!</h2>
My name is <strong>Noah</strong> and this is my website. I am a software engineer who lives in
@ -111,8 +111,7 @@
The CMS supports a web blog, photo albums, comments, and subscriptions to comments
(so that your guests can watch a comment thread for future posts by others). I'm
always improving it and adding new features.
</td>
</tr>
</table>
</div>
</div>
{% endblock %}