-
Notifications
You must be signed in to change notification settings - Fork 0
/
travel.html
57 lines (50 loc) · 1.96 KB
/
travel.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
layout: default
title: Travel
permalink: /about/travel/
---
<h1>Travel</h1>
<br />
<img src="{{ site.baseurl }}/images/globe.jpg">
<br /><br />
<div class="card">
<div class="card-block">
<h3 class="card-title">Places I've Visited</h3>
<p class="card-text">
I have travelled to many interesting places around the globe. I've been to all 6 inhabited continents. Some of my favourite destinations are London, Italy and Iceland.
</p>
</div>
</div>
<br />
<div class="card">
<div class="card-block">
<h3 class="card-title">London, England</h3>
<p class="card-text">
<img src="{{ site.baseurl }}/images/london.jpg">
<br /><br />
I visted London, England in 2012 to watch the Olympics and Paralympics. During the Olympics, we went to watch many sports including the mens 8+ rowing and the marathon. Between the Olympic and Paralympics, we did a lot of sightseeing in London and the surrounding area.
</p>
</div>
</div>
<br />
<div class="card">
<div class="card-block">
<h3 class="card-title">Rome, Italy</h3>
<p class="card-text">
<img src="{{ site.baseurl }}/images/rome.jpg">
<br /><br />
I visited Rome, Italy during the summer of 2016. We spent 10 days in Rome, 4 days in Florence, and 6 days in Venice. The trip was really fun and one of the highlights of the trip was the Colosseum in Rome. It was really interesting to see the old buildings in Italy, as there are very few to none in Canada
</p>
</div>
</div>
<br />
<div class="card">
<div class="card-block">
<h3 class="card-title">Iceland</h3>
<p class="card-text">
<img src="{{ site.baseurl }}/images/iceland.jpg">
<br /><br />
In June of 2014, I travelled to Iceland for 10 days with my previous school. In Iceland, we went whale watching, visited some museums, and went on a fishing boat for a day. The fishing boat was awesome, as we caught many fish including some that we later ate and others that were sold the next day at the local market.
</p>
</div>
</div>