@@ -142,14 +142,25 @@ function Home() {
142142 'https://raw.githubusercontent.com/mateuseap/2048/28222bcbf6ca60b7ac9ba8536b79ad211439210e/logo.svg' ,
143143 } ,
144144 {
145- name : 'Palavrinha' ,
145+ name : 'Chess' ,
146+ description : 'The classic chess game.' ,
147+ githubRepoUrl : 'https://github.com/mateuseap/chess/' ,
148+ technologiesUsed : [ 'Python' , 'Pygame' ] ,
149+ thumbnail : 'https://i.imgur.com/dzr9Dlo.png' ,
150+ } ,
151+ {
152+ name : 'FestaLab Challenge' ,
146153 description :
147- 'A fun word-guessing game inspired by Wordle, designed for Portuguese speakers.' ,
148- githubRepoUrl : 'https://github.com/mateuseap/palavrinha/' ,
149- deployedAppUrl : 'https://www.mateuseap.com/palavrinha/' ,
150- technologiesUsed : [ 'JavaScript' , 'React' ] ,
154+ 'A user management dashboard with registration, editing, deletion, listing, pagination, and search functionalities.' ,
155+ githubRepoUrl : 'https://github.com/mateuseap/festalab-challenge' ,
156+ technologiesUsed : [
157+ 'Ruby on Rails' ,
158+ 'PostgreSQL' ,
159+ 'TailwindCSS' ,
160+ 'Docker' ,
161+ ] ,
151162 thumbnail :
152- 'https://raw.githubusercontent.com/mateuseap/palavrinha /main/public/favicon.png ' ,
163+ 'https://raw.githubusercontent.com/mateuseap/festalab-challenge /main/public/favicon.ico ' ,
153164 } ,
154165 {
155166 name : 'Frog Ninja' ,
@@ -183,13 +194,16 @@ function Home() {
183194 'https://raw.githubusercontent.com/mateuseap/Oncase-Challenge/main/front-end/public/logo-icon.png' ,
184195 } ,
185196 {
186- name : 'Chess' ,
187- description : 'The classic chess game.' ,
188- githubRepoUrl : 'https://github.com/mateuseap/chess/' ,
189- technologiesUsed : [ 'Python' , 'Pygame' ] ,
190- thumbnail : 'https://i.imgur.com/dzr9Dlo.png' ,
197+ name : 'Palavrinha' ,
198+ description :
199+ 'A fun word-guessing game inspired by Wordle, designed for Portuguese speakers.' ,
200+ githubRepoUrl : 'https://github.com/mateuseap/palavrinha/' ,
201+ deployedAppUrl : 'https://www.mateuseap.com/palavrinha/' ,
202+ technologiesUsed : [ 'JavaScript' , 'React' ] ,
203+ thumbnail :
204+ 'https://raw.githubusercontent.com/mateuseap/palavrinha/main/public/favicon.png' ,
191205 } ,
192- ] ;
206+ ] ;
193207
194208 return (
195209 < DefaultPage >
@@ -217,15 +231,15 @@ function Home() {
217231 < div className = 'h-full w-full flex flex-col sm:flex-row gap-x-4 text-xs font-medium text-[#b0b0b0] border-[#909090] border-t border-b items-center justify-center pt-2 pb-2' >
218232 < div className = 'flex gap-x-1 items-center' >
219233 < BriefcaseIcon className = 'h-5 w-5' />
220- < div > Software Engineer Trainee II @ Oncase</ div >
234+ < div > Full Stack Software Engineer Trainee II @ Oncase</ div >
221235 </ div >
222236 < div className = 'flex gap-x-1 items-center' >
223237 < AcademicCapIcon className = 'h-5 w-5' />
224238 < div > B.Sc. Student of Computer Science @ CIn/UFPE</ div >
225239 </ div >
226240 < div className = 'flex gap-x-1 items-center' >
227241 < MapPinIcon className = 'h-5 w-5' />
228- < div > Pernambuco - Brazil</ div >
242+ < div > PE - Brazil</ div >
229243 </ div >
230244 </ div >
231245 < section className = 'mt-2' >
0 commit comments