mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 18:59:59 +01:00
- 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.
20 lines
296 B
JSON
20 lines
296 B
JSON
{
|
|
"languages": [
|
|
{
|
|
"name": "French",
|
|
"level": "Native",
|
|
"proficiency": "C2"
|
|
},
|
|
{
|
|
"name": "English",
|
|
"level": "Fluent",
|
|
"proficiency": "C1"
|
|
},
|
|
{
|
|
"name": "Spanish",
|
|
"level": "Intermediate",
|
|
"proficiency": "A2"
|
|
}
|
|
]
|
|
}
|