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