-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 889 Bytes
/
index.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
---
layout: default
title: Patrick Gordon
---
<div class="blurb">
<div class="blurb__item">
<div class="blurb__image">
<img src="/assets/images/001-handshake.svg" />
</div>
<h3>Current job</h3>
<span>Front-end software developer @ <a href="https://www.jumbointeractive.com/">Jumbo Interactive</a></span>
</div>
<div class="blurb__item">
<div class="blurb__image">
<img src="/assets/images/003-computer.svg" />
</div>
<h3>Current passion project</h3>
<span>SimpleRM. I find managing my relationships hard. I'm trying to make them easier.</span>
</div>
<div class="blurb__item">
<div class="blurb__image">
<img src="/assets/images/002-agenda.svg" />
</div>
<h3>Current book</h3>
<span>
<a href="https://www.amazon.com.au/4-Hour-Work-Week-Escape-Anywhere-ebook/dp/B006X0M2TS">4 Hour Work Week</a> by Tim Ferris
</span>
</div>
</div><!-- /.blurb -->