mirror of
https://github.com/ArthurDanjou/artapi.git
synced 2026-01-22 03:10:28 +01:00
Add comprehensive profile enhancements: languages, certifications, profile info, and fix duplicate resource ID bug
Co-authored-by: ArthurDanjou <29738535+ArthurDanjou@users.noreply.github.com>
This commit is contained in:
19
content/languages.json
Normal file
19
content/languages.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"body": [
|
||||
{
|
||||
"name": "French",
|
||||
"level": "Native",
|
||||
"proficiency": "C2"
|
||||
},
|
||||
{
|
||||
"name": "English",
|
||||
"level": "Fluent",
|
||||
"proficiency": "C1"
|
||||
},
|
||||
{
|
||||
"name": "Spanish",
|
||||
"level": "Intermediate",
|
||||
"proficiency": "B1"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user