-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
46 lines (41 loc) · 1.68 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
44
45
46
---
layout: default
permalink: /about
---
{% assign today = site.time | date: '%s' %}
{% assign start = '08-05-1991 12:24:00' | date: '%s' %}
{% assign secondsSince = today | minus: start %}
{% assign hoursSince = secondsSince | divided_by: 60 | divided_by: 60 %}
{% assign daysSince = hoursSince | divided_by: 24 %}
<main class="container container-584">
<div class="row spacer6-6">
<div class="box">
{% include intro.html %}
<p>
I was born {{ daysSince }} days ago.
</p>
<p>
My last 10 years have been spent designing and creating things, mostly software. I've worked inside agencies, dev shops, and startups. I have worked with many different teams, worn many different hats, and tried many different processes.
</p>
<p>
These days, I'm working with the collective on client projects.
</p>
<p>
Beyond doing computer stuff, I am interested in art, <a href="https://www.strava.com/athletes/6686295" target="_blank">cycling</a>, the quantified self, and renovating my fixer upper.
</p>
</div>
</div>
</main>
<!-- <div class="container-720">
<div class="row grid grid-col-3 middle gap-1">
<div class="box">
<img class="media" src="https://via.placeholder.com/150" loading="lazy">
</div>
<div class="box">
<img class="media" src="https://via.placeholder.com/200x300" loading="lazy">
</div>
<div class="box">
<img class="media" src="https://via.placeholder.com/150" loading="lazy">
</div>
</div>
</div> -->