Skip to content

Commit 7d6071c

Browse files
committed
add website gta
1 parent d680d53 commit 7d6071c

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
@@ -689,6 +689,36 @@ const projectsData = [
689689
},
690690
],
691691
},
692+
{
693+
name: "GTA San Andreas",
694+
url: "https://hamiparsa.github.io/Gta-SanAndreas/",
695+
images: [
696+
"https://raw.githubusercontent.com/HamiParsa/Gta-SanAndreas/main/pic1.png",
697+
"https://raw.githubusercontent.com/HamiParsa/Gta-SanAndreas/main/pic2.png",
698+
"https://raw.githubusercontent.com/HamiParsa/Gta-SanAndreas/main/pic3.png",
699+
"https://raw.githubusercontent.com/HamiParsa/Gta-SanAndreas/main/pic4.png",
700+
"https://raw.githubusercontent.com/HamiParsa/Gta-SanAndreas/main/pic5.png",
701+
"https://raw.githubusercontent.com/HamiParsa/Gta-SanAndreas/main/pic6.png",
702+
],
703+
tech: [
704+
{
705+
name: "React",
706+
icon: <FaReact className="text-sky-400 text-2xl sm:text-3xl" />,
707+
},
708+
{
709+
name: "Next.js",
710+
icon: <RiNextjsFill className="text-white text-2xl sm:text-3xl" />,
711+
},
712+
{
713+
name: "TypeScript",
714+
icon: <SiTypescript className="text-blue-500 text-2xl sm:text-3xl" />,
715+
},
716+
{
717+
name: "Tailwind CSS",
718+
icon: <SiTailwindcss className="text-cyan-400 text-2xl sm:text-3xl" />,
719+
},
720+
],
721+
},
692722
];
693723

694724
// Component for individual project slider

0 commit comments

Comments
 (0)