-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 1.35 KB
/
index.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
---
layout: default
title: Geoff Chan
---
<header>
<div>
<h1>geoff chan</h1>
<span>entrepreneur + developer</span>
</div>
<nav>
<a href="/resume">Resume</a>
</nav>
</header>
<main>
<section class="about">
<h2>About</h2>
<p>Hey, I'm Geoff. For the past 6 years I've ran a small dev agency called <a href="https://stackfive.io">Stack Five</a> based out of Toronto. Previously I've been a director of engineering, software engineer, and frontend developer lead.</p>
<p>I'm currently on sabbatical and exploring my next phase.</p>
<p>Want to chat? Find me on <a href="https://www.linkedin.com/in/geoffchan23/">LinkedIn</a>.</p>
</section>
<section class="work">
<h2>Work</h2>
<ul>
<li><a href="https://stackfive.io">Stack Five</a> <span class="tag">business</span> small team of curious engineers</li>
<li><a href="https://viyo.io">Viyo</a> <span class="tag">product</span> 2-way video/audio monitoring through the web w/ webrtc</li>
<li><a href="https://reactlibraries.com">React Libraries</a> <span class="tag">community</span> community-curated React libraries</li>
<li><a href="https://clyde.chat">Clyde</a> <span class="tag">product</span> chat with your website visitors directly from Discord</li>
</ul>
</section>
</main>