-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (42 loc) · 1.48 KB
/
index.html
File metadata and controls
46 lines (42 loc) · 1.48 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
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Peter Pistorius</title>
<style>
body {
max-width: 480px;
line-height: 1.6;
padding: 20px;
}
</style>
</head>
<body>
<h1>Hi, my name is Peter.</h1>
<p>I'm a South African. I love programming and it tends to take all of my time, so I try to balance my life with friendship, cycling, hiking and woodwork.</p>
<p>You can follow me on
<a href="https://twitter.com/appfactory/">Twitter</a>, or see my code on
<a href="https://github.com/peterp/">GitHub</a>.
</p>
<h2>Currently working on</h2>
<ol>
<li>
<a href="https://redwoodjs.com"><i>RedwoodJS</i></a> ‐ A full-stack JavaScript framework for building modern web apps.
</li>
<li>
<a href="https://rwsdk.com"><i>RedwoodSDK</i></a> ‐ Server-first React, running on the Cloudflare platform.
</li>
<li>
<a href="https://github.com/redwoodjs/agent-ci"><i>agent-ci</i></a> ‐ Local GitHub Actions for your agents.
</li>
<li>
<a href="https://github.com/peterp/cmdcmd"><i>cmdcmd</i></a> ‐ Keyboard-first window switcher for macOS. Press both ⌘ keys to fan windows into a grid of live previews.
</li>
<li>
<a href="https://machinen.dev"><i>Machinen</i></a> ‐ Fast, agent-shaped microVMs.
</li>
</ol>
</body>
</html>