From c48df496f8c3f6f4d4b6147374de54d2ebe9f6db Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Thu, 30 Nov 2023 23:17:38 -0500 Subject: [PATCH] Edit landing page intro for tone and voice --- src/routes/+page.svelte | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index d063940..52d1b66 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -4,11 +4,16 @@ import Seo from "$lib/components/Seo.svelte"; const featuredProjects = [ + { + name: "sshx", + href: "/projects#sshx", + desc: "secure web-based, collaborative terminal", + }, { name: "Bore", href: "/projects#bore", desc: "bypass your NAT in just 400 lines of code", - aside: "6500+ stars on GitHub", + aside: "7500+ stars on GitHub", }, { name: "Percival", @@ -58,15 +63,13 @@

- I currently work on the future of cloud computing at Modal. + I currently work at Modal, a + new cloud computing platform.

- My ambition is to make better interactive software that helps people - create, collaborate, learn, and meaningfully express what brings them joy. + I hope to develop better interactive software for people to cultivate + and share ideas, and to meaningfully express what brings them joy.