Skip to content

Commit c4107f9

Browse files
committed
update projects text
1 parent 448059b commit c4107f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pages/projects.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ export default function Projects({ totalStars, mostRecentPushFormatted }: { tota
1717
<h1>Projects</h1>
1818
<main>
1919
<p>
20-
My side projects include interpreters and compilers, web frameworks, game solvers, developer tools, databases, games, and more. My public GitHub repositories have been starred {totalStars} times, and my last open source <code>git push</code> was {mostRecentPushFormatted} ago.
20+
I enjoy building things that reveal how systems work and how to make them faster.
21+
</p>
22+
<p>
23+
My side projects range from interpreters and compilers to game solvers, developer tools, databases, visualization tools, experimental filesystems, and web frameworks. My public GitHub repositories have been starred {totalStars} times. I continue to publish and share regularly and my last open source <code>git push</code> was {mostRecentPushFormatted} ago.
2124
</p>
2225
<h2>Open Source</h2>
2326
<div className="project-list">

0 commit comments

Comments
 (0)