mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-05 16:33:33 +01:00
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:
19
content/languages.json
Normal file
19
content/languages.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"languages": [
|
||||
{
|
||||
"name": "French",
|
||||
"level": "Native",
|
||||
"proficiency": "C2"
|
||||
},
|
||||
{
|
||||
"name": "English",
|
||||
"level": "Fluent",
|
||||
"proficiency": "C1"
|
||||
},
|
||||
{
|
||||
"name": "Spanish",
|
||||
"level": "Intermediate",
|
||||
"proficiency": "A2"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user