Compare commits

..

No commits in common. "8ac322868ef560caa1313dd5183bac2d707e86fa" and "c1042d8052efd69e951ad3a7d7fd38ac7aa121ee" have entirely different histories.

2 changed files with 1 additions and 36 deletions

View file

@ -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": ""
}
]

View file

@ -1,4 +1,5 @@
footer {
background-color: var(--color-primary-400);
justify-items: center;
margin-block-start: 1.5rem;
}