-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
20 lines (19 loc) · 1.07 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: About
layout: default
---
<div class="container">
<div class="blog-header">
<h1 class="blog-title">About</h1>
</div>
<div style="padding-bottom: 50px">
<h3>The Blog</h3>
<p>Michael started this blog in January of 2017. Michael also runs a tech blog which can be found at <a href="http://tech.michaelbateman.ca">tech.michaelbateman.ca</a>. Michael decided that he would like to make a general blog and a technology blog. Michael's technology blog is very successful, having over an average of 150 views daily.</p>
</div>
<div>
<a name="michaelbateman"></a>
<h3>The Author</h3>
<img src="images/author.jpg" style="padding: 20px">
<p>Michael goes to Upper Canada College in Toronto. Michael enjoys blogging as a way to spend free time. Michael loves to row, code and play the trombone. Michael brought his computer science knowledge to this blog, programming most of it, using the Bootstrap framework. You can learn more about Michael by visiting his website at <a href="http://michaelbateman.ca">michaelbateman.ca</a>.</p>
</div>
</div>