-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
12 lines (11 loc) · 932 Bytes
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
---
title: About
layout: default
---
<div class="page about-me">
<img class="portrait" src="img/face.jpg" alt="my portrait"/>
<p>Hi, my name's Dak. I'm a full-stack JavaScript developer, currently using: Node, Express, Postgres, HTML, CSS/SASS, React, Git, Linux.</p>
<p>I'm a recent graduate of <a href="https://foundersandcoders.com/" rel="noopener">Founders & Coders</a>; a highly selective full-stack JavaScript course with a peer-led learning model and an emphasis on collaboration.</p>
<p>Previously I worked as a climbing wall manager, spending my free time teaching myself web-development and helping <a href="https://www.codeclub.org.uk/" rel="noopener">10 year olds learn to code</a>.</p>
<p>I'm also interested in effective altruism and have pledged (via <a href="https://www.givingwhatwecan.org/" rel="noopener">Giving What We Can</a>) to give 10% of my income to the most effective charities.</p>
</div>