From f0d33b07f28c8b437e481b749809d5376ff75e4e Mon Sep 17 00:00:00 2001 From: Ando <65276708+andostronaut@users.noreply.github.com> Date: Tue, 16 Jul 2024 22:28:11 +0300 Subject: [PATCH] feat: update ui to the start to the left and remove skills --- app/page.tsx | 19 ++++++------------- data/resume.tsx | 17 ----------------- 2 files changed, 6 insertions(+), 30 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 7ca361e..846ce0b 100755 --- a/app/page.tsx +++ b/app/page.tsx @@ -32,22 +32,15 @@ export default function Page() {
- + {DATA.description} -
- {DATA.skills.map((skill, id) => ( - - {skill} - - ))} -
-
+
My Projects @@ -86,7 +79,7 @@ export default function Page() {
-
+
@@ -95,11 +88,11 @@ export default function Page() {

Get in Touch

-

- Want to connect? Send me a{' '} +

+ Want to connect? Send me a direct message on X diff --git a/data/resume.tsx b/data/resume.tsx index dce5506..82ad9ef 100755 --- a/data/resume.tsx +++ b/data/resume.tsx @@ -10,23 +10,6 @@ export const DATA = { locationLink: 'https://www.google.com/maps/place/antananarivo', description: "I'm a software developer, open source enthusiast, and community builder. My experience includes leading workshops on AI, showcasing my versatility and commitment to the tech field.", - skills: [ - 'React', - 'Next.js', - 'Typescript', - 'Deno', - 'Node.js', - 'Python', - 'Go', - 'Postgres', - 'Docker', - 'Rust', - 'Vue.js', - 'Express.js', - 'Bun', - 'GraphQL', - 'Supabase', - ], navbar: [ { href: '/', icon: HomeIcon, label: 'Home' }, { href: '#', icon: CodeIcon, label: 'Projects' },