File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,6 +164,34 @@ const projectsData = [
164164 } ,
165165 ] ,
166166 } ,
167+ {
168+ name : "Coffee Shop" ,
169+ url : "https://hamiparsa.github.io/Coffee-Shop/" ,
170+ images : [
171+ "https://github.com/HamiParsa/Coffee-Shop/raw/main/pic1.png" ,
172+ "https://raw.githubusercontent.com/HamiParsa/Coffee-Shop/main/pic2.png" ,
173+ "https://raw.githubusercontent.com/HamiParsa/Coffee-Shop/main/pic3.png" ,
174+ "https://raw.githubusercontent.com/HamiParsa/Coffee-Shop/main/pic4.png"
175+ ] ,
176+ tech : [
177+ {
178+ name : "React" ,
179+ icon : < FaReact className = "text-sky-400 text-2xl sm:text-3xl" /> ,
180+ } ,
181+ {
182+ name : "Next.js" ,
183+ icon : < RiNextjsFill className = "text-white text-2xl sm:text-3xl" /> ,
184+ } ,
185+ {
186+ name : "TypeScript" ,
187+ icon : < SiTypescript className = "text-blue-500 text-2xl sm:text-3xl" /> ,
188+ } ,
189+ {
190+ name : "Tailwind CSS" ,
191+ icon : < SiTailwindcss className = "text-cyan-400 text-2xl sm:text-3xl" /> ,
192+ } ,
193+ ] ,
194+ } ,
167195] ;
168196
169197function ProjectSlider ( { project } ) {
You can’t perform that action at this time.
0 commit comments