diff --git a/src/app/@header/page.tsx b/src/app/@header/page.tsx index 68b84bb..1a4d058 100644 --- a/src/app/@header/page.tsx +++ b/src/app/@header/page.tsx @@ -10,34 +10,34 @@ import { LabelWithIcon } from '../_components/label-with-icon'; export default async function Header() { return ( -
+
-

VU CHI VY

-

+

VU CHI VY

+

Web Developer

} + icon={} label='vutrivi99@gmail.com' - className='text-sm basis-1/2' + className='basis-1/2' /> } + icon={} label='https://www.linkedin.com/in/vy-vu-761bab274/' - className='text-sm basis-1/2' + className='basis-1/2' /> } + icon={} label='https://github.com/vnvyvu' - className='text-sm basis-1/2' + className='basis-1/2' /> } + icon={} label='Thanh Xuan district' - className='text-sm basis-1/2' + className='basis-1/2' />
-
+
avatar
diff --git a/src/app/@main/@certificates/page.tsx b/src/app/@main/@certificates/page.tsx index f4089b5..28883a4 100644 --- a/src/app/@main/@certificates/page.tsx +++ b/src/app/@main/@certificates/page.tsx @@ -5,18 +5,18 @@ import { MdCalendarMonth, MdLanguage, MdSchool } from 'react-icons/md'; export default function Certificates() { return (
-
+
} label={ <> - + IIG TOEIC 2 SKILLS
@@ -33,14 +33,14 @@ export default function Certificates() { } label={ <> - + Bachelor of Information Security
diff --git a/src/app/@main/@projects/_project.tsx b/src/app/@main/@projects/_project.tsx index 03dc2df..24838f4 100644 --- a/src/app/@main/@projects/_project.tsx +++ b/src/app/@main/@projects/_project.tsx @@ -25,18 +25,13 @@ export function Project({
-

{projectName}

+

{projectName}

} label={date} - className='text-xs' - /> - } - label={company} - className='text-xs' /> + } label={company} />
Role: diff --git a/src/app/@main/@skills/page.tsx b/src/app/@main/@skills/page.tsx index 7d8745c..310f387 100644 --- a/src/app/@main/@skills/page.tsx +++ b/src/app/@main/@skills/page.tsx @@ -39,9 +39,6 @@ export default async function Skills() { 'EC2', 'ELB', 'RDS', - 'SQS', - 'SNS', - 'Event Bridge', 'IAM', 'CloudFront', 'CloudWatch', diff --git a/src/app/_components/badges.tsx b/src/app/_components/badges.tsx index 88d64b4..cbaefbb 100644 --- a/src/app/_components/badges.tsx +++ b/src/app/_components/badges.tsx @@ -17,7 +17,7 @@ export function Badges({ divider ? 'divider' : '', )} > - {title} + {title}
{badges.map(badge => ( - +
+ {title} {children}