feat: Add personal profile, projects, and skills documentation

- Created index.md for personal introduction and interests.
- Added languages.json to specify language proficiencies.
- Developed profile.md detailing academic background, skills, and career goals.
- Introduced multiple project markdown files showcasing personal and academic projects, including ArtChat, ArtHome, and various data science initiatives.
- Implemented skills.json to outline technical skills and competencies.
- Compiled uses.md to document hardware and software tools utilized for development and personal projects.
This commit is contained in:
2025-12-22 19:39:36 +01:00
parent adea7fe35e
commit ba91408b6d
28 changed files with 1137 additions and 80 deletions

19
content/languages.json Normal file
View File

@@ -0,0 +1,19 @@
{
"languages": [
{
"name": "French",
"level": "Native",
"proficiency": "C2"
},
{
"name": "English",
"level": "Fluent",
"proficiency": "C1"
},
{
"name": "Spanish",
"level": "Intermediate",
"proficiency": "A2"
}
]
}