-
Notifications
You must be signed in to change notification settings - Fork 0
/
hockey.html
42 lines (39 loc) · 904 Bytes
/
hockey.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
layout: default
title: Hockey
permalink: /about/hockey/
---
<h1>Hockey</h1>
<br />
<img src="/images/hockey2.jpg">
<br /><br />
<div class="card">
<div class="card-block">
<h3 class="card-title">About</h3>
<p class="card-text">
I played hockey for several years at the AA level, until I was forced to stop due to a severe back injury. I no longer play hockey competitively but often still play shinny.
</p>
</div>
</div>
<br />
<div class="card">
<div class="card-block">
<h3 class="card-title">Hockey Clubs</h3>
<p class="card-text">
Overall, throughout my playing, I played for three hockey clubs.
<br />
<li>
Leaside Flames
</li>
<li>
Toronto Shamrocks
</li>
<li>
Goulding Park Rangers
</li>
<li>
Upper Canada College - Grade 7 Hockey Team
</li>
</p>
</div>
</div>