Skip to content

Commit a5e7fc2

Browse files
committed
life update
1 parent d86aa5f commit a5e7fc2

File tree

1 file changed

+17
-22
lines changed

1 file changed

+17
-22
lines changed

src/data/fs.tsx

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -20,35 +20,30 @@ export const fs: Node[] = [
2020
type: "file",
2121
content: (
2222
<div className="flex flex-col w-full p-2">
23-
<h1>Hi, I am Soohoon Choi</h1>
23+
<h1>hi i&apos;m soohoon</h1>
2424
<br />
2525
<p>
26-
I&apos;m currently running <a href="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 <a href="https://gatech.edu" target="_blank" className="text-amber-700 underline">Georgia Tech</a> .
28-
</p>
29-
<br />
30-
<p>
31-
I am based in <span className="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&apos;m currently running <a href="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 <a href="https://gatech.edu" target="_blank" className="text-amber-700 underline">georgia tech</a>
29+
<br />
30+
i live in <a href="https://maps.apple.com/place?auid=8077516530309122779" target="_blank" className="underline text-red-500">san francisco</a>
4131
<br />
42-
soohoonchoi [at] gmail [dot] com
32+
i <a href="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 <a href="https://soohoonchoi.substack.com" className="underline text-orange-500" target="_blank">substack</a>
35+
<br />
36+
i angel invest small amounts (i.e. <a href="https://better-auth.com" className="underline" target="_blank">better-auth</a>, <a href="https://www.prismreplay.com/" target="_blank" className="underline">prism</a>, <a href="https://joinsecondnature.com" className="underline" target="_blank">poppy</a>, etc.)
4337
</p>
4438
<br />
45-
<p>Socials</p>
39+
<p>contact</p>
4640
<ul>
47-
<li>- <a href="https://x.com/soohoonchoi" target="_blank" className="text-blue-500 underline">Twitter/X</a></li>
48-
<li>- <a href="https://github.com/soohoonc" target="_blank" className="text-blue-500 underline">GitHub</a></li>
49-
<li>- <a href="https://linkedin.com/in/soohoonchoi" target="_blank" className="text-blue-500 underline">LinkedIn</a></li>
41+
<li>- <a href="https://x.com/soohoonchoi" target="_blank" className="text-blue-500 underline">twitter/x</a></li>
42+
<li>- <a href="https://github.com/soohoonc" target="_blank" className="text-blue-500 underline">github</a></li>
43+
<li>- <a href="https://linkedin.com/in/soohoonchoi" target="_blank" className="text-blue-500 underline">linkedin</a></li>
44+
<li>- email: soohoonchoi [at] gmail [dot] com</li>
5045
</ul>
51-
</div>
46+
</div >
5247
)
5348
},
5449
{

0 commit comments

Comments
 (0)