File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments