File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,6 +129,41 @@ const projectsData = [
129129 } ,
130130 ] ,
131131 } ,
132+ {
133+ name : "Kouman" ,
134+ url : "https://68c7ac2f4c5bce0008b0353f--kouman.netlify.app/" ,
135+ images : [
136+ "https://raw.githubusercontent.com/HamiParsa/Kouman/main/pic1.png" ,
137+ "https://raw.githubusercontent.com/HamiParsa/Kouman/main/pic2.png" ,
138+ "https://raw.githubusercontent.com/HamiParsa/Kouman/main/pic3.png" ,
139+ "https://raw.githubusercontent.com/HamiParsa/Kouman/main/pic4.png" ,
140+ "https://raw.githubusercontent.com/HamiParsa/Kouman/main/pic5.png" ,
141+ "https://raw.githubusercontent.com/HamiParsa/Kouman/main/pic6.png" ,
142+ "https://raw.githubusercontent.com/HamiParsa/Kouman/main/pic7.png" ,
143+ ] ,
144+ tech : [
145+ {
146+ name : "React" ,
147+ icon : < FaReact className = "text-sky-400 text-2xl sm:text-3xl" /> ,
148+ } ,
149+ {
150+ name : "Next.js" ,
151+ icon : < RiNextjsFill className = "text-white text-2xl sm:text-3xl" /> ,
152+ } ,
153+ {
154+ name : "TypeScript" ,
155+ icon : < SiTypescript className = "text-blue-500 text-2xl sm:text-3xl" /> ,
156+ } ,
157+ {
158+ name : "Tailwind CSS" ,
159+ icon : < SiTailwindcss className = "text-cyan-400 text-2xl sm:text-3xl" /> ,
160+ } ,
161+ {
162+ name : "Zustand" ,
163+ icon : < TbBrandRedux className = "text-purple-600 text-2xl sm:text-3xl" /> ,
164+ } ,
165+ ] ,
166+ } ,
132167] ;
133168
134169function ProjectSlider ( { project } ) {
You can’t perform that action at this time.
0 commit comments