Skip to content

Commit

Permalink
refactor: change description
Browse files Browse the repository at this point in the history
  • Loading branch information
dulapahv committed Aug 22, 2024
1 parent f19c4dc commit 2d44494
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions src/app/(unauth)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default async function Home() {
about making technology equally accessible to everyone"
</blockquote>
<p>
I'm currently a Software Engineer Intern at{" "}
I had the opportunity to contribute as a Software Engineer Intern at{" "}
<NextUILink
as={Link}
href="https://www.natwestgroup.com/"
Expand All @@ -170,7 +170,9 @@ export default async function Home() {
>
NatWest Group
</NextUILink>
— a British banking and insurance holding company.
, a leading British banking and insurance powerhouse, where I honed
my skills in various areas of software development, including
frontend, backend, DevOps, and data.
</p>
<div className="float-none mx-auto h-72 w-full overflow-hidden min-[408px]:w-96 md:float-left">
<Globe
Expand Down
2 changes: 1 addition & 1 deletion src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const CAPTCHA_URL = "https://verify.dulapahv.dev/validate-captcha";
export const NAME = "Dulapah Vibulsanti";
export const SHORT_NAME = "DulapahV";
export const SITE_NAME = "DulapahV's Portfolio";
export const DESCRIPTION = `Hello, I'm ${NAME}, a Thai Software Engineer based in Glasgow, Scotland. I'm passionate about making technology accessible to everyone. I'm currently a Software Engineer Intern at NatWest Group — a British banking and insurance holding company.`;
export const DESCRIPTION = `Hello, I'm ${NAME}, a Thai Software Engineer based in Glasgow, Scotland. I'm passionate about making technology accessible to everyone. I had the opportunity to contribute as a Software Engineer Intern at NatWest Group, a leading British banking and insurance powerhouse.`;
export const LINKEDIN_URL = "https://linkedin.com/in/dulapahv";
export const GITHUB_URL = "https://github.com/dulapahv";

Expand Down

1 comment on commit 2d44494

@vercel
Copy link

@vercel vercel bot commented on 2d44494 Aug 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.