From 078b56a9f51d2e45354dfc0a2fdb639cdc5f53bc Mon Sep 17 00:00:00 2001 From: Jesus Christ <120573631+Gudnessuche@users.noreply.github.com> Date: Fri, 5 Jul 2024 13:25:58 +0000 Subject: [PATCH 1/8] Update index.ts Personalized some of the objects --- my-portfolio/data/index.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/my-portfolio/data/index.ts b/my-portfolio/data/index.ts index a75818f..c1eef81 100644 --- a/my-portfolio/data/index.ts +++ b/my-portfolio/data/index.ts @@ -18,7 +18,7 @@ export const navItems = [ }, { id: 2, - title: "Time zone friendly", + title: "I build for a Global Audience", description: "", className: "lg:col-span-2 md:col-span-3 md:row-span-2", imgClassName: "", @@ -38,7 +38,7 @@ export const navItems = [ }, { id: 4, - title: "Tech enthusiast with a passion for development.", + title: "Tech enthusiast with a passion for Bitcoin development.", description: "", className: "lg:col-span-2 md:col-span-3 md:row-span-1", imgClassName: "", @@ -107,31 +107,31 @@ export const navItems = [ export const testimonials = [ { quote: - "Collaborating with Adrian was an absolute pleasure. His professionalism, promptness, and dedication to delivering exceptional results were evident throughout our project. Adrian's enthusiasm for every facet of development truly stands out. If you're seeking to elevate your website and elevate your brand, Adrian is the ideal partner.", + "Collaborating with E.S was an absolute pleasure. His professionalism, promptness, and dedication to delivering exceptional results were evident throughout our project. Adrian's enthusiasm for every facet of development truly stands out. If you're seeking to elevate your website and elevate your brand, Adrian is the ideal partner.", name: "Michael Johnson", title: "Director of AlphaStream Technologies", }, { quote: - "Collaborating with Adrian was an absolute pleasure. His professionalism, promptness, and dedication to delivering exceptional results were evident throughout our project. Adrian's enthusiasm for every facet of development truly stands out. If you're seeking to elevate your website and elevate your brand, Adrian is the ideal partner.", + "Collaborating with E.S was an absolute pleasure. His professionalism, promptness, and dedication to delivering exceptional results were evident throughout our project. Adrian's enthusiasm for every facet of development truly stands out. If you're seeking to elevate your website and elevate your brand, Adrian is the ideal partner.", name: "Michael Johnson", title: "Director of AlphaStream Technologies", }, { quote: - "Collaborating with Adrian was an absolute pleasure. His professionalism, promptness, and dedication to delivering exceptional results were evident throughout our project. Adrian's enthusiasm for every facet of development truly stands out. If you're seeking to elevate your website and elevate your brand, Adrian is the ideal partner.", + "Collaborating with E.S was an absolute pleasure. His professionalism, promptness, and dedication to delivering exceptional results were evident throughout our project. Adrian's enthusiasm for every facet of development truly stands out. If you're seeking to elevate your website and elevate your brand, Adrian is the ideal partner.", name: "Michael Johnson", title: "Director of AlphaStream Technologies", }, { quote: - "Collaborating with Adrian was an absolute pleasure. His professionalism, promptness, and dedication to delivering exceptional results were evident throughout our project. Adrian's enthusiasm for every facet of development truly stands out. If you're seeking to elevate your website and elevate your brand, Adrian is the ideal partner.", + "Collaborating with E.S was an absolute pleasure. His professionalism, promptness, and dedication to delivering exceptional results were evident throughout our project. Adrian's enthusiasm for every facet of development truly stands out. If you're seeking to elevate your website and elevate your brand, Adrian is the ideal partner.", name: "Michael Johnson", title: "Director of AlphaStream Technologies", }, { quote: - "Collaborating with Adrian was an absolute pleasure. His professionalism, promptness, and dedication to delivering exceptional results were evident throughout our project. Adrian's enthusiasm for every facet of development truly stands out. If you're seeking to elevate your website and elevate your brand, Adrian is the ideal partner.", + "Collaborating with E.S was an absolute pleasure. His professionalism, promptness, and dedication to delivering exceptional results were evident throughout our project. Adrian's enthusiasm for every facet of development truly stands out. If you're seeking to elevate your website and elevate your brand, Adrian is the ideal partner.", name: "Michael Johnson", title: "Director of AlphaStream Technologies", }, @@ -173,14 +173,14 @@ export const navItems = [ export const workExperience = [ { id: 1, - title: "Frontend Engineer Intern", + title: "Frontend Engineer", desc: "Assisted in the development of a web-based platform using React.js, enhancing interactivity.", className: "md:col-span-2", thumbnail: "/exp1.svg", }, { id: 2, - title: "Mobile App Dev - JSM Tech", + title: "Mobile App Dev", desc: "Designed and developed mobile app for both iOS & Android platforms using React Native.", className: "md:col-span-2", // change to md:col-span-2 thumbnail: "/exp2.svg", @@ -214,4 +214,4 @@ export const navItems = [ id: 3, img: "/link.svg", }, - ]; \ No newline at end of file + ]; From 7a936f10fd6251a429e05665bb2f0bf2512ad176 Mon Sep 17 00:00:00 2001 From: Jesus Christ <120573631+Gudnessuche@users.noreply.github.com> Date: Sat, 6 Jul 2024 15:54:15 +0000 Subject: [PATCH 2/8] Update BentoGrid.tsx --- my-portfolio/components/ui/BentoGrid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my-portfolio/components/ui/BentoGrid.tsx b/my-portfolio/components/ui/BentoGrid.tsx index 20d55e8..f83cc26 100644 --- a/my-portfolio/components/ui/BentoGrid.tsx +++ b/my-portfolio/components/ui/BentoGrid.tsx @@ -54,7 +54,7 @@ export const BentoGridItem = ({ }) => { const leftLists = ["ReactJS", "Express", "Typescript"]; - const rightLists = ["Python", "NextJS", "MongoDB"]; + const rightLists = ["BitcoinScript", "NextJS", "MongoDB"]; const [copied, setCopied] = useState(false); From 8b1eb4b44effb0d1918f339787e81973ad608a27 Mon Sep 17 00:00:00 2001 From: Jesus Christ <120573631+Gudnessuche@users.noreply.github.com> Date: Sat, 6 Jul 2024 15:56:59 +0000 Subject: [PATCH 3/8] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..3ec7af4 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +es.xyz \ No newline at end of file From 9a84427c61975423737d438afb8a8cd843990559 Mon Sep 17 00:00:00 2001 From: Jesus Christ <120573631+Gudnessuche@users.noreply.github.com> Date: Sat, 6 Jul 2024 15:57:20 +0000 Subject: [PATCH 4/8] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index 3ec7af4..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -es.xyz \ No newline at end of file From b77ef05554dd1ed9be565fa318c48aad5490976d Mon Sep 17 00:00:00 2001 From: Jesus Christ <120573631+Gudnessuche@users.noreply.github.com> Date: Mon, 8 Jul 2024 17:21:23 +0000 Subject: [PATCH 5/8] Update index.ts --- my-portfolio/data/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my-portfolio/data/index.ts b/my-portfolio/data/index.ts index c1eef81..b9108ff 100644 --- a/my-portfolio/data/index.ts +++ b/my-portfolio/data/index.ts @@ -8,7 +8,7 @@ export const navItems = [ export const gridItems = [ { id: 1, - title: "I prioritize client collaboration, fostering open communication ", + title: "I prioritize client collaboration, fostering open communication", description: "", className: "lg:col-span-3 md:col-span-6 md:row-span-4 lg:min-h-[60vh]", imgClassName: "w-full h-full", From e0a2ede2a21185117bf7a5d331545e629576491a Mon Sep 17 00:00:00 2001 From: Jesus Christ <120573631+Gudnessuche@users.noreply.github.com> Date: Mon, 8 Jul 2024 20:20:37 +0000 Subject: [PATCH 6/8] Update 3d-pin.tsx Fixed hydration issue --- my-portfolio/components/ui/3d-pin.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/my-portfolio/components/ui/3d-pin.tsx b/my-portfolio/components/ui/3d-pin.tsx index d646aef..ffb189a 100644 --- a/my-portfolio/components/ui/3d-pin.tsx +++ b/my-portfolio/components/ui/3d-pin.tsx @@ -29,14 +29,18 @@ export const PinContainer = ({ }; return ( - { + event.preventDefault(); + window.open("https://" + href, "_blank"); + }} >
{children}
- + ); }; From a43ed32ed2e65b4aa1cdaf813c9c94a24dbfc6a1 Mon Sep 17 00:00:00 2001 From: Jesus Christ <120573631+Gudnessuche@users.noreply.github.com> Date: Tue, 9 Jul 2024 08:15:03 +0000 Subject: [PATCH 7/8] Update 3d-pin.tsx --- my-portfolio/components/ui/3d-pin.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my-portfolio/components/ui/3d-pin.tsx b/my-portfolio/components/ui/3d-pin.tsx index ffb189a..775450e 100644 --- a/my-portfolio/components/ui/3d-pin.tsx +++ b/my-portfolio/components/ui/3d-pin.tsx @@ -53,7 +53,7 @@ export const PinContainer = ({ style={{ transform: transform, }} - className="absolute left-1/2 p-4 top-1/2 flex justify-start items-start rounded-2xl shadow-[0_8px_16px_rgb(0_0_0/0.4)] border border-white/[0.1] group-hover/pin:border-white/[0.2] transition duration-700 overflow-hidden" + className="absolute left-1/2 p-4 top-1/2 flex justify-start items-start rounded-2xl shadow-[0_8px_16px_rgb(0_0_0/0.4)] border border-white/[0.1] group-hover/pin:border-white/[0.2] transition duration-700 overflow-hidden" >
{children}
From 6ae6b4cd94cd5a1dbedb9677de794c40dbc50fa0 Mon Sep 17 00:00:00 2001 From: Jesus Christ <120573631+Gudnessuche@users.noreply.github.com> Date: Wed, 10 Jul 2024 21:54:50 +0000 Subject: [PATCH 8/8] Update index.ts --- my-portfolio/data/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my-portfolio/data/index.ts b/my-portfolio/data/index.ts index b9108ff..520656f 100644 --- a/my-portfolio/data/index.ts +++ b/my-portfolio/data/index.ts @@ -29,7 +29,7 @@ export const navItems = [ { id: 3, title: "My tech stack", - description: "I constantly try to improve", + description: "I constantly improve", className: "lg:col-span-2 md:col-span-3 md:row-span-2", imgClassName: "", titleClassName: "justify-start",