-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
40 lines (35 loc) · 1.39 KB
/
about.html
File metadata and controls
40 lines (35 loc) · 1.39 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
37
38
39
40
---
layout: about
css: about.scss
---
<img class="aside" src="/img/profile.jpg" alt="Photo of Edward Peek" />
<h1>Edward Peek</h1>
<h2>Software developer with an interest in graphics, UX and design</h2>
<div class="aside">
<nav>
<a href="mailto:edwardpeek@gmail.com">
<img src="/img/email.png" alt="" />
<h1 class="title">edwardpeek@gmail.com</h1>
</a>
<a href="https://github.com/edpenz">
<img src="/img/github.png" alt="" />
<h1 class="title">github.com<span>/edpenz</span></h1>
</a>
<a href="https://linkedin.com/in/edpenz">
<img src="/img/linkedin.png" alt="" />
<h1 class="title">linkedin.com<span>/in/edpenz</span></h1>
</a>
</nav>
</div>
<p>
I've made this website as a place for me to collect and showcase some of the things I've worked on recently.
It's a nicer home for them all than the myriad of app stores, source repos and conference proceedings they would otherwise be scattered across.
</p>
<p>
Scripting computer games and creating them from scratch is what first got me into programming around 15 years ago.
Its influence is still apparent from my interest towards graphics, performance and interaction design.
</p>
<p>
In my free time I still love to game, and also enjoy toying with anything new and techy.
I take breaks from this geeky side by listening to music, reading and having a hit with friends at the local squash club.
</p>