Skip to content

Commit f991672

Browse files
committed
Added Sugarlabs
1 parent c476b48 commit f991672

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

public/assets/work/sugarlabs.jpg

5.15 KB
Loading

src/constants/work.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,19 @@ export const workExperiences = [
55
name: 'Firevera',
66
pos: 'Software Web Developer',
77
duration: '2024- 1 Month',
8-
title: "Developed a web application using Django for the backend and Next.js for the frontend.The project features a user authentication system with registration and login capabilities. I implemented a calculator to assess the environmental impact and calculate the renewability factor for companies. Additionally, I designed and built the entire database from scratch, ensuring efficient data management and retrieval. This project highlights my skills in full-stack development and database management.",
8+
title: "Developed a full-stack web application using Django and Next.js, featuring user authentication, environmental impact calculator, and database management from scratch.",
99
icon: './assets/work/firevera.jpg',
1010
animation: 'salute',
1111
},
12+
{
13+
id: 2,
14+
name: 'SuagrLabs',
15+
pos: 'Open Source Contributor',
16+
duration: '2025 - Present',
17+
title: "Contributed to the development of SugarLabs and it's projects, a free and open-source learning platform, by resolving bugs, implementing new features, and improving overall user experience.",
18+
icon: './assets/work/sugarlabs.jpg',
19+
animation: 'victory',
20+
},
1221
/*{
1322
id: 2,
1423
name: 'Company name',

0 commit comments

Comments
 (0)