Skip to content

Commit 146d8b1

Browse files
committed
add website rockstar games
1 parent 7d6071c commit 146d8b1

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

src/components/Projects.jsx

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,36 @@ const projectsData = [
719719
},
720720
],
721721
},
722+
{
723+
name: "Rockstar Games",
724+
url: "https://hamiparsa.github.io/Rockstar-Games/",
725+
images: [
726+
"https://raw.githubusercontent.com/HamiParsa/Rockstar-Games/main/pic1.png",
727+
"https://raw.githubusercontent.com/HamiParsa/Rockstar-Games/main/pic2.png",
728+
"https://raw.githubusercontent.com/HamiParsa/Rockstar-Games/main/pic3.png",
729+
"https://raw.githubusercontent.com/HamiParsa/Rockstar-Games/main/pic4.png",
730+
"https://raw.githubusercontent.com/HamiParsa/Rockstar-Games/main/pic5.png",
731+
"https://raw.githubusercontent.com/HamiParsa/Rockstar-Games/main/pic6.png",
732+
],
733+
tech: [
734+
{
735+
name: "React",
736+
icon: <FaReact className="text-sky-400 text-2xl sm:text-3xl" />,
737+
},
738+
{
739+
name: "Next.js",
740+
icon: <RiNextjsFill className="text-white text-2xl sm:text-3xl" />,
741+
},
742+
{
743+
name: "TypeScript",
744+
icon: <SiTypescript className="text-blue-500 text-2xl sm:text-3xl" />,
745+
},
746+
{
747+
name: "Tailwind CSS",
748+
icon: <SiTailwindcss className="text-cyan-400 text-2xl sm:text-3xl" />,
749+
},
750+
],
751+
},
722752
];
723753

724754
// Component for individual project slider

0 commit comments

Comments
 (0)