Skip to content

Commit

Permalink
Tinker with copy
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondwang committed Apr 19, 2024
1 parent 162e5f7 commit e4b095d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"printWidth": 100,
"printWidth": 80,
"singleQuote": true,
"trailingComma": "all",
"useTabs": false,
Expand Down
12 changes: 7 additions & 5 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
<main class="mx-auto mt-6 h-screen max-w-prose p-6 font-serif">
<p>hey, I’m</p>
<h1 class="text-6xl font-bold sm:text-8xl">Raymond</h1>
<p class="mt-4">& I’m passionate about building fun experiences on the web.</p>
<p class="mt-4">& I’m passionate about building fun digital experiences.</p>
<p class="mt-4">
I’m currently a Principal Engineer at Atlassian, where I focus on making Trello more delightful
for users in tandem with modernizing our frontend technology stack.
I’m currently a Principal Engineer at Atlassian, where I focus on making
Trello more delightful, and lead efforts to modernize our frontend stack.
</p>
<ul class="mt-4 flex flex-row gap-x-4">
<li>
<a class="hover:underline hover:underline-offset-4" href="mailto:[email protected]" target="_blank"
>Email</a
<a
class="hover:underline hover:underline-offset-4"
href="mailto:[email protected]"
target="_blank">Email</a
>
</li>
<li>
Expand Down

0 comments on commit e4b095d

Please sign in to comment.