-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtravel.html
More file actions
33 lines (29 loc) · 2.4 KB
/
travel.html
File metadata and controls
33 lines (29 loc) · 2.4 KB
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
---
layout: default
title: travel & photography
---
<p>
Having lived on three different continents, I sometimes take for granted the frequent trips I make to visit friends and family
around the world—as it turns out, being born in the tropics is the perfect excuse to travel the Caribbean
extensively.
</p>
<p>
You can see the cities I've <span class="blue" style="background-color: rgba(49, 132, 155, 0.2); padding: 0 2px;"><b>lived
in</b></span> and <b>visited</b> in the map below alongside some pictures from my travels.
</p>
<div style="color:#999;text-align: center; margin: 0 0;">
<b>Zoom in and out </b>using the buttons on the left. <b>Hover</b> over a marker or <b>click</b> on a photo to see location details.
</div>
<div class="grid photos">
<div class="big" id="mapdiv" style="width: 640px; height: 320px;margin-top: 2px;">
<script src="{{ site.baseurl }}/assets/map.js" type="text/javascript"></script>
</div>
<div class="wide"><a data-fancybox="gallery" data-caption="Starfish (Turks & Caicos Islands)" href="/images/photos/photo1.jpg"><img src="/images/photos/thumb1.jpg" alt="Travel Photo"></a></div>
<div class="tall"><a data-fancybox="gallery" data-caption="Giant anteater habitat (Rupununi Savannah, Guyana)" href="/images/photos/photo8.jpg"><img src="/images/photos/thumb8.jpg" alt="Travel Photo"></a></div>
<div><a data-fancybox="gallery" data-caption="Iguana Island (Turks & Caicos Islands)" href="/images/photos/photo2.jpg"><img src="/images/photos/thumb2.jpg" alt="Travel Photo"></a></div>
<div><a data-fancybox="gallery" data-caption="Charles River from MIT (Cambridge, MA)" href="/images/photos/photo4.jpg"><img src="/images/photos/thumb4.jpg" alt="Travel Photo"></a></div>
<div><a data-fancybox="gallery" data-caption="Kaieteur Falls, Guyana" href="/images/photos/photo5.jpg"><img src="/images/photos/thumb5.jpg" alt="Travel Photo"></a></div>
<div><a data-fancybox="gallery" data-caption="@rustythedawgg (Melbourne, FL)" href="/images/photos/photo6.jpg"><img src="/images/photos/thumb6.jpg" alt="Travel Photo"></a></div>
<div><a data-fancybox="gallery" data-caption="Butterfly Conservatory (Sudbury, ON)" href="/images/photos/photo7.jpg"><img src="/images/photos/thumb7.jpg" alt="Travel Photo"></a></div>
<div class="big"><a data-fancybox="gallery" data-caption="Sunset (Anna Maria Island, FL)" href="/images/photos/photo3.jpg"><img src="/images/photos/thumb3.jpg" alt="Travel Photo"></a></div>
</div>