Skip to content

Commit

Permalink
chore: add twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjoeoui committed Apr 17, 2024
1 parent 15b1637 commit 9f32718
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
22 changes: 15 additions & 7 deletions src/components/section/today.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,26 @@ import { config } from "@/config/site";

<SectionHeading title="Today" />
<p class="text-muted-foreground leading-relaxed">
Hi! My name is <span class="text-primary">Joey</span> 馃憢. I'm passionate about
building software in the <span class="text-primary">fintech</span>
space! I am currently working on <a
Hi! My name is <span class="text-primary text-xl">Joey</span> 馃憢. I'm passionate
about building software in the <span class="text-primary text-xl"
>fintech</span
>
space!
</p>
<p class="text-muted-foreground leading-relaxed">
I am currently working on <a
href="https://fijoy.app"
class="text-primary">Fijoy</a
class="text-primary text-xl">Fijoy</a
>, a personal finance management app that helps people take control of their
financial life.
</p>

<div class="py-1"></div>

<p class="text-muted-foreground leading-relaxed">
During the day, I work at <a href="https://flojoy.ai" class="text-primary"
>Flojoy</a
During the day, I am a tead lead at <a
href="https://flojoy.ai"
class="text-primary text-xl">Flojoy</a
>, building the data cloud for hardware testing data.
</p>

Expand All @@ -27,7 +33,9 @@ import { config } from "@/config/site";
<p class="text-muted-foreground leading-relaxed">
If you have any fun projects, especially in the fintech space, or if you need
help with anything, feel free to send an email to
<a href={`mailto:${config.email}`} class="text-primary">{config.email}</a>!
<a href={`mailto:${config.email}`} class="text-primary text-xl"
>{config.email}</a
>!
</p>

<div class="py-1"></div>
Expand Down
6 changes: 5 additions & 1 deletion src/config/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ export const config: Config = {
name: "GitHub",
link: "https://github.com/itsjoeoui",
},
{
name: "X / Twitter",
link: "https://x.com/itsjoeoui",
},
{
name: "Twitch",
link: "https://twitch.com/itsjoeoui",
Expand All @@ -120,7 +124,7 @@ export const config: Config = {
link: "https://linkedin.com/in/itsjoeoui/",
},
{
name: "15-minute Chat",
name: "Let's chat!",
link: "https://cal.com/itsjoeoui/",
},
],
Expand Down

0 comments on commit 9f32718

Please sign in to comment.