-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
executable file
·36 lines (34 loc) · 1.08 KB
/
Copy pathabout.html
File metadata and controls
executable file
·36 lines (34 loc) · 1.08 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
34
35
36
---
layout: default
title: latest
---
<div class="introContainer">
<p>
Welcome to tabreturn.com -- a web portfolio of my work.
</p>
<p>
I started making things for the Web back in the days of PlayStation 1, grunge
music, and dial-up modems. Over time, I evolved from designer to developer,
earning degrees in both creative and technical disciplines along the way.
Today, my work lives at the intersection of creativity, code, and
experimentation -- exploring interactive technology across web, mobile, games,
and immersive media.
</p>
<p>
I currently reside in <s>Wellington, New Zealand</s> Sydney, Australia.
You can contact me via email:
<br />
<a id="em"></a>
<script>
var p = ['portfolio', 'tabreturn', 'com', '.', '@'];
var e = p[0]+p[4]+p[1]+p[3]+p[2];
document.getElementById('em').innerHTML = e;
</script>
</p>
</div>
<h1 id="pageTitle">latest work</h1>
{% assign featureable = site.posts | where_exp:"post", "post.nonfeature != true" %}
{% for post in featureable limit:5 %}
{% include post.html %}
{{ post.a }}
{% endfor %}