File tree Expand file tree Collapse file tree 7 files changed +52
-25
lines changed
pages/Works/WorksContainer Expand file tree Collapse file tree 7 files changed +52
-25
lines changed Original file line number Diff line number Diff line change 1- # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2-
3- # dependencies
4- /node_modules
5- /.pnp
6- .pnp.js
7-
8- # testing
9- /coverage
10-
11- # production
12- /build
13-
14- # misc
15- .DS_Store
16- .env.local
17- .env.development.local
18- .env.test.local
19- .env.production.local
20-
21- npm-debug.log *
22- yarn-debug.log *
23- yarn-error.log *
1+ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+ # dependencies
4+ /node_modules
5+ /.pnp
6+ .pnp.js
7+
8+ # testing
9+ /coverage
10+
11+ # production
12+ /build
13+
14+ # misc
15+ .DS_Store
16+ .env.local
17+ .env.development.local
18+ .env.test.local
19+ .env.production.local
20+
21+ npm-debug.log *
22+ yarn-debug.log *
23+ yarn-error.log *
Original file line number Diff line number Diff line change 1- {
2- "editor.tabSize" : 2
1+ {
2+ "editor.tabSize" : 2
33}
Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ import ShoppingCart from 'src/assets/images/works/shopping/cart.png'
3535import QuestionarioJSFDashboard from 'src/assets/images/works/questionario-jsf/dashboard.png'
3636import QuestionarioJSFForm from 'src/assets/images/works/questionario-jsf/form.png'
3737
38+ import MarketFlaskMain from 'src/assets/images/works/market-flask/dash.png'
39+ import MarketFlaskList from 'src/assets/images/works/market-flask/list.png'
40+
41+ import ReactCourse2025Main from 'src/assets/images/works/react-course-2025/list.png'
42+
3843export const ReactCourseAssets = [ summaryReactCourse , createGoalReactCourse ]
3944export const InsumosAssets = [
4045 InsumosAppointments ,
@@ -57,3 +62,5 @@ export const QuestionarioJSFAssets = [
5762 QuestionarioJSFDashboard ,
5863 QuestionarioJSFForm ,
5964]
65+ export const MarketFlaskAssets = [ MarketFlaskMain , MarketFlaskList ]
66+ export const ReactCourse2025Assets = [ ReactCourse2025Main ]
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ import {
1717 ShoppingAssets ,
1818 QuestionarioJSFAssets ,
1919 ConselhoAssets ,
20+ MarketFlaskAssets ,
21+ ReactCourse2025Assets
2022} from 'src/assets/images/works'
2123import dayjs from 'dayjs'
2224
@@ -139,6 +141,24 @@ const works: WorkItems[] = [
139141 type : 'desktop' ,
140142 link : 'https://github.com/Fabrica-de-Software-Academica-IFSP-PEP/2024-2-ConselhoDeliberativo' ,
141143 } ,
144+ {
145+ title : 'React Course 2025' ,
146+ description : 'Design & Desenvolvimento' ,
147+ dev : 'React' ,
148+ year : dayjs ( '2025-05' ) . toDate ( ) ,
149+ panel : ReactCourse2025Assets ,
150+ type : 'desktop' ,
151+ link : 'https://github.com/abnerjs/reactcourse-sec-2025' ,
152+ } ,
153+ {
154+ title : 'Market Flask' ,
155+ description : 'Design & Desenvolvimento' ,
156+ dev : 'Flask' ,
157+ year : dayjs ( '2025-06' ) . toDate ( ) ,
158+ panel : MarketFlaskAssets ,
159+ type : 'desktop' ,
160+ link : 'https://github.com/ProjetosIFSP/market-flask' ,
161+ }
142162]
143163
144164const WorksContainer = ( ) => {
You can’t perform that action at this time.
0 commit comments