Add data structure example
This commit is contained in:
parent
2df1ae0e05
commit
8ac322868e
36
data.example.js
Normal file
36
data.example.js
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
const experiences = [
|
||||
{
|
||||
"title": "",
|
||||
"description": "",
|
||||
"role": "",
|
||||
"location": "",
|
||||
"link": "",
|
||||
"content": [],
|
||||
"dates": {
|
||||
"start": 2021,
|
||||
"end": 2021
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
const projects = [
|
||||
{
|
||||
"title": "",
|
||||
"description": "",
|
||||
"content": [],
|
||||
"links": [
|
||||
{
|
||||
"title": "",
|
||||
"link": "",
|
||||
"icon": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
const skills = [
|
||||
{
|
||||
"title": "",
|
||||
"description": ""
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue