Skip to content

Commit

Permalink
Edit landing page intro for tone and voice
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Dec 1, 2023
1 parent 7ec4337 commit c48df49
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -58,15 +63,13 @@
<div class="layout-md text-lg space-y-14">
<div class="space-y-5">
<p>
I currently work on the future of cloud computing at <a
class="link"
href="https://modal.com">Modal</a
>.
I currently work at <a class="link" href="https://modal.com">Modal</a>, a
new cloud computing platform.
</p>

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

<p>
Expand Down

0 comments on commit c48df49

Please sign in to comment.