diff options
| author | Jake Zerrer <him@jakezerrer.com> | 2025-08-12 14:52:01 -0400 |
|---|---|---|
| committer | Jake Zerrer <him@jakezerrer.com> | 2025-08-12 14:52:01 -0400 |
| commit | 8eedd0e68f62bdf0fab2e40ce2963551bd65e8bc (patch) | |
| tree | 7081e562b9c6fb0d6d7dba3f5c1aca35c7bdf6f3 /src | |
| parent | 9f04e970a48f70a227a33b2c0486346a3fc86272 (diff) | |
Expand on career history
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages.clj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pages.clj b/src/pages.clj index 207917d..a1a71aa 100644 --- a/src/pages.clj +++ b/src/pages.clj @@ -63,11 +63,13 @@ (html [:<> [:h1 "Past work"] + [:p "I have spent most of my professional life working as a software engineer:"] [:ul [:li "In 2024, I ran product engineering at Normal Computing"] [:li "In the summer of 2023, I traveled and prototyped a devex tool called refuge"] [:li "From 2018 to 2023, I worked as a software engineer at Flexport"] - [:li "From 2014 to 2017, I worked as a software engineer at a small startup"]]]))) + [:li "From 2014 to 2017, I worked as a software engineer at a small startup"]] + [:p "I had a previous career as a theatrical sound designer in New York City."]]))) (defn code-example [] (page |
