Skip to content

Commit

Permalink
delete redundant content
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot0122 committed Jan 17, 2024
1 parent 8389403 commit 11e84e9
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 1,480 deletions.
280 changes: 1 addition & 279 deletions backend/metadata_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,7 @@
},
"cover": {
"items": {
"contactListItems": [

],
"socialCircles": [

]

},
"locales": {
"en": {
Expand Down Expand Up @@ -125,57 +120,6 @@
}
},
"profile": {
"contact": {
"address": {
"faIcon": "fa-solid fa-city",
"href": "",
"id": "address",
"value": "your address",
"valueShort": "Cupertino, CA 01234"
},
"email": {
"faIcon": "fa-solid fa-envelope",
"href": "mailto:[email protected]",
"id": "email",
"value": "",
"valueShort": "[email protected]"
},
"facebook": {
"faIcon": "fa-brands fa-facebook",
"href": "https://facebook.com",
"id": "facebook",
"value": "Jonas Einstein",
"valueShort": "J. Einstein"
},
"github": {
"faIcon": "fa-brands fa-github",
"href": "https://github.com",
"id": "github",
"value": "@jonas.einstein.official",
"valueShort": "@jonas.einstein.official"
},
"instagram": {
"faIcon": "fa-brands fa-instagram",
"href": "https://instagram.com",
"id": "instagram",
"value": "@jonas.einstein.official",
"valueShort": "@jonas.einstein.official"
},
"linkedin": {
"faIcon": "fa-brands fa-linkedin",
"href": "https://linkedin.com",
"id": "linkedin",
"value": "@jonas.einstein.official",
"valueShort": "@jonas.einstein.official"
},
"phone": {
"faIcon": "fa-solid fa-phone",
"href": "tel:1234567890",
"id": "phone",
"value": "+1 (123) 456-7890",
"valueShort": ""
}
},
"locales": {
"en": {
"credits": "Designed by <strong><a class='light' href='https://github.com/ryanbalieiro'>Ryan Balieiro</a></strong>",
Expand All @@ -199,188 +143,6 @@
}
}
}
],
"extra": [
{
"faIcon": "",
"imageIconUrl": "",
"locales": {
"en": {
"description": "",
"title": ""
}
},
"value": ""
},
{
"faIcon": "",
"imageIconUrl": "",
"locales": {
"en": {
"description": "",
"title": ""
}
},
"value": ""
},
{
"faIcon": "",
"imageIconUrl": "",
"locales": {
"en": {
"description": "",
"title": ""
}
},
"value": ""
},
{
"faIcon": "",
"imageIconUrl": "",
"locales": {
"en": {
"description": "",
"title": ""
}
},
"value": ""
},
{
"faIcon": "",
"imageIconUrl": "",
"locales": {
"en": {
"description": "",
"title": ""
}
},
"value": ""
},
{
"faIcon": "",
"imageIconUrl": "",
"locales": {
"en": {
"description": "",
"title": ""
}
},
"value": ""
}
],
"languages": [
{
"faIcon": "",
"imageIconUrl": "images/flags/en.png",
"locales": {
"en": {
"description": "",
"title": ""
}
},
"value": 0
},
{
"faIcon": "",
"imageIconUrl": "images/flags/es.png",
"locales": {
"en": {
"description": "",
"title": ""
}
},
"value": 0
},
{
"faIcon": "",
"imageIconUrl": "images/flags/vn.png",
"locales": {
"en": {
"description": "",
"title": ""
}
},
"value": 0
},
{
"faIcon": "",
"imageIconUrl": "images/flags/pt.png",
"locales": {
"en": {
"description": "",
"title": ""
}
},
"value": 0
}
],
"programming": [
{
"faIcon": "fab fa-html5",
"imageIconUrl": "",
"locales": {
"en": {
"description": "",
"title": ""
}
},
"value": 0
},
{
"faIcon": "fab fa-css3-alt",
"imageIconUrl": "",
"locales": {
"en": {
"description": "",
"title": ""
}
},
"value": 0
},
{
"faIcon": "fab fa-sass",
"imageIconUrl": "",
"locales": {
"en": {
"description": "",
"title": ""
}
},
"value": 0
},
{
"faIcon": "fab fa-js-square",
"imageIconUrl": "",
"locales": {
"en": {
"description": "",
"title": ""
}
},
"value": 0
},
{
"faIcon": "fab fa-vuejs",
"imageIconUrl": "",
"locales": {
"en": {
"description": "",
"title": ""
}
},
"value": 0
},
{
"faIcon": "fab fa-react",
"imageIconUrl": "",
"locales": {
"en": {
"description": "",
"title": ""
}
},
"value": 0
}
]
},
"locales": {
Expand All @@ -400,46 +162,6 @@
},
"progress": "",
"type": "list"
},
{
"faIcon": "fa fa-code",
"id": "programming",
"locales": {
"en": {
"title": "Programming"
}
},
"progress": "number",
"type": "grid"
},
{
"faIcon": "fa fa-language",
"id": "languages",
"locales": {
"en": {
"title": "Languages"
}
},
"progress": {
"0": "beginner",
"20": "rookie",
"40": "intermediate",
"60": "advanced",
"80": "fluent",
"100": "native"
},
"type": "list"
},
{
"faIcon": "fa fa-marker",
"id": "extra",
"locales": {
"en": {
"title": "Bonus Skills"
}
},
"progress": "",
"type": "grid"
}
]
}
Expand Down
79 changes: 0 additions & 79 deletions frontend/dist/data/info/places.json

This file was deleted.

Loading

0 comments on commit 11e84e9

Please sign in to comment.