Files
artsite/content/languages.json
Arthur DANJOU ba91408b6d 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.
2025-12-22 19:39:36 +01:00

20 lines
296 B
JSON

{
"languages": [
{
"name": "French",
"level": "Native",
"proficiency": "C2"
},
{
"name": "English",
"level": "Fluent",
"proficiency": "C1"
},
{
"name": "Spanish",
"level": "Intermediate",
"proficiency": "A2"
}
]
}