-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·43 lines (41 loc) · 1.45 KB
/
about.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
---
layout: default
title: latest
---
<div class="introContainer">
<p>
Welcome to tabreturn.com -- a web portfolio of Tristan's work.
</p>
<p>
I got into making things for the Web in the days of PlayStation 1, grunge
music, and dial-up modems. Since then, I've worked on a diverse range of
digital projects, including web campaigns for clients such as Samsung, BMW,
and Mercedes-Benz. More recently, I've spent time in tech startups and
academia.
</p>
<p>
Along the way, I've developed from a designer into an accomplished coder --
obtaining degrees in design and computer science in the process. I'm
currently involved in work that combines the creative, experimental, and
practical applications of interactive technology, including inter- and
trans-disciplinary projects that blend computing, design, and art to create
new digital experiences for web, mobile, game, 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 %}