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