Compare commits
2 commits
c1042d8052
...
8ac322868e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8ac322868e | ||
|
|
2df1ae0e05 |
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": ""
|
||||
}
|
||||
]
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
footer {
|
||||
background-color: var(--color-primary-400);
|
||||
justify-items: center;
|
||||
margin-block-start: 1.5rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue