You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/fs.tsx
+17-22Lines changed: 17 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -20,35 +20,30 @@ export const fs: Node[] = [
20
20
type: "file",
21
21
content: (
22
22
<divclassName="flex flex-col w-full p-2">
23
-
<h1>Hi, I am Soohoon Choi</h1>
23
+
<h1>hi i'm soohoon</h1>
24
24
<br/>
25
25
<p>
26
-
I'm currently running <ahref="https://greptile.com"target="_blank"className="text-green-500 underline">GREPTILE</a>, an AI code review company, as a cofounder.
27
-
Before that I was a CS and math student at <ahref="https://gatech.edu"target="_blank"className="text-amber-700 underline">Georgia Tech</a> .
28
-
</p>
29
-
<br/>
30
-
<p>
31
-
I am based in <spanclassName="text-red-500">🌉 San Francisco</span>, but before I lived in:
32
-
</p>
33
-
<ul>
34
-
<li>- Atlanta</li>
35
-
<li>- Manila</li>
36
-
<li>- Seoul</li>
37
-
</ul>
38
-
<br/>
39
-
<p>
40
-
Feel free to reach me out at:
26
+
i'm currently running <ahref="https://greptile.com"target="_blank"className="text-green-500 underline">greptile</a> as cofounder and cto
27
+
<br/>
28
+
before that I was a computer science and math student at <ahref="https://gatech.edu"target="_blank"className="text-amber-700 underline">georgia tech</a>
29
+
<br/>
30
+
i live in <ahref="https://maps.apple.com/place?auid=8077516530309122779"target="_blank"className="underline text-red-500">san francisco</a>
41
31
<br/>
42
-
soohoonchoi [at] gmail [dot] com
32
+
i <ahref="https://www.instagram.com/soohoon.art"target="_blank"className="underline text-blue-500">draw sometimes</a> (kinda on hiatus right now)
33
+
<br/>
34
+
naturally here is my <ahref="https://soohoonchoi.substack.com"className="underline text-orange-500"target="_blank">substack</a>
35
+
<br/>
36
+
i angel invest small amounts (i.e. <ahref="https://better-auth.com"className="underline"target="_blank">better-auth</a>, <ahref="https://www.prismreplay.com/"target="_blank"className="underline">prism</a>, <ahref="https://joinsecondnature.com"className="underline"target="_blank">poppy</a>, etc.)
0 commit comments