Skip to content

Commit

Permalink
sync'd
Browse files Browse the repository at this point in the history
  • Loading branch information
E S committed Jul 31, 2024
2 parents 87fa05a + 6ae6b4c commit 0cc44d9
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 8 deletions.
4 changes: 4 additions & 0 deletions my-portfolio/components/ui/3d-pin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ export const PinContainer = ({
style={{
transform: transform,
}}
<<<<<<< HEAD
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"
>>>>>>> 6ae6b4cd94cd5a1dbedb9677de794c40dbc50fa0
>
<div className={cn(" relative z-50 ", className)}>{children}</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion my-portfolio/components/ui/BentoGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
44 changes: 37 additions & 7 deletions my-portfolio/data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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: "",
Expand All @@ -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",
Expand All @@ -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: "",
Expand Down Expand Up @@ -123,6 +123,7 @@ export const navItems = [
export const testimonials = [
{
quote:
<<<<<<< HEAD
" Scrap the 1999 Constitution: Replace it with a People-made Constitution for the Federal Republic of Nigeria through a Sovereign National Conference immediately followed by a National Referendum",
name: "Michael",
title: "Well meaning Nigerian",
Expand Down Expand Up @@ -186,6 +187,35 @@ export const navItems = [
"End Insecurity and Protect Farmers: End banditry, terrorism, and violent crimes. Provide immediate protection to farmers, restore stolen lands, and subsidize farm inputs. Reform security agencies to stop continuous human rights violations and duplication of security agencies.",
name: "Harry",
title: "Well meaning Nigerian",
=======
"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 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 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 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 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",
>>>>>>> 6ae6b4cd94cd5a1dbedb9677de794c40dbc50fa0
},
];

Expand Down Expand Up @@ -225,14 +255,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",
Expand Down Expand Up @@ -266,4 +296,4 @@ export const navItems = [
id: 3,
img: "/link.svg",
},
];
];

0 comments on commit 0cc44d9

Please sign in to comment.