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