Skip to content

Commit bb75142

Browse files
committed
add Instagram website
1 parent 217558f commit bb75142

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

src/components/Projects.jsx

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,33 @@ const projectsData = [
576576
},
577577
],
578578
},
579+
{
580+
name: "Instagram",
581+
url: "https://hamiparsa.github.io/Instagram/",
582+
images: [
583+
"https://raw.githubusercontent.com/HamiParsa/Instagram/main/pic1.png",
584+
"https://raw.githubusercontent.com/HamiParsa/Instagram/main/pic2.png",
585+
"https://raw.githubusercontent.com/HamiParsa/Instagram/main/pic3.png",
586+
],
587+
tech: [
588+
{
589+
name: "React",
590+
icon: <FaReact className="text-sky-400 text-2xl sm:text-3xl" />,
591+
},
592+
{
593+
name: "Next.js",
594+
icon: <RiNextjsFill className="text-white text-2xl sm:text-3xl" />,
595+
},
596+
{
597+
name: "TypeScript",
598+
icon: <SiTypescript className="text-blue-500 text-2xl sm:text-3xl" />,
599+
},
600+
{
601+
name: "Tailwind CSS",
602+
icon: <SiTailwindcss className="text-cyan-400 text-2xl sm:text-3xl" />,
603+
},
604+
],
605+
},
579606
];
580607

581608
// Component for individual project slider

0 commit comments

Comments
 (0)