Compare commits
No commits in common. "8ac322868ef560caa1313dd5183bac2d707e86fa" and "c1042d8052efd69e951ad3a7d7fd38ac7aa121ee" have entirely different histories.
8ac322868e
...
c1042d8052
|
|
@ -1,36 +0,0 @@
|
|||
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,4 +1,5 @@
|
|||
footer {
|
||||
background-color: var(--color-primary-400);
|
||||
justify-items: center;
|
||||
margin-block-start: 1.5rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue