-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 1/17
- Loading branch information
Showing
59 changed files
with
562 additions
and
1,046 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,4 @@ package-lock.json | |
backend/__pycache__ | ||
backend/ResilientDB_GraphQL | ||
backend/resilientdb | ||
frontend/package.json |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,84 +1,59 @@ | ||
{ | ||
"name": "Jonas Einstein", | ||
"profilePictureUrl": "images/pictures/avatar.png", | ||
|
||
"locales": { | ||
"en": { | ||
"credits": "Designed by <strong><a class='light' href='https://github.com/ryanbalieiro'>Ryan Balieiro</a></strong>", | ||
"role": "UX Designer" | ||
}, | ||
|
||
"es": { | ||
"credits": "Hecho por <strong><a class='light' href='https://github.com/ryanbalieiro'>Ryan Balieiro</a></strong>", | ||
"role": "Designer de UX" | ||
}, | ||
|
||
"fr": { | ||
"credits": "Conçu par <strong><a class='light' href='https://github.com/ryanbalieiro'>Ryan Balieiro</a></strong>", | ||
"role": "Designer UX" | ||
}, | ||
|
||
"zh": { | ||
"credits": "设计:<strong><a class='light' href='https://github.com/ryanbalieiro'>Ryan Balieiro</a></strong>", | ||
"role": "用户体验设计师" | ||
} | ||
}, | ||
|
||
"contact": { | ||
"address": { | ||
"id": "address", | ||
"value": "123 Main Street, Cupertino, CA 01234", | ||
"valueShort": "Cupertino, CA 01234", | ||
"faIcon": "fa-solid fa-city", | ||
"href": null | ||
"href": "", | ||
"id": "address", | ||
"value": "your address", | ||
"valueShort": "Cupertino, CA 01234" | ||
}, | ||
|
||
"email": { | ||
"id": "email", | ||
"value": "[email protected]", | ||
"valueShort": "[email protected]", | ||
"faIcon": "fa-solid fa-envelope", | ||
"href": "mailto:[email protected]" | ||
"href": "mailto:[email protected]", | ||
"id": "email", | ||
"valueShort": "[email protected]" | ||
}, | ||
|
||
"facebook": { | ||
"faIcon": "fa-brands fa-facebook", | ||
"href": "https://facebook.com", | ||
"id": "facebook", | ||
"value": "Jonas Einstein", | ||
"valueShort": "J. Einstein", | ||
"faIcon": "fa-brands fa-facebook", | ||
"href": "https://facebook.com" | ||
"valueShort": "J. Einstein" | ||
}, | ||
|
||
"github": { | ||
"faIcon": "fa-brands fa-github", | ||
"href": "https://github.com", | ||
"id": "github", | ||
"value": "@jonas.einstein.official", | ||
"valueShort": "@jonas.einstein.official", | ||
"faIcon": "fa-brands fa-github", | ||
"href": "https://github.com" | ||
"valueShort": "@jonas.einstein.official" | ||
}, | ||
|
||
"instagram": { | ||
"faIcon": "fa-brands fa-instagram", | ||
"href": "https://instagram.com", | ||
"id": "instagram", | ||
"value": "@jonas.einstein.official", | ||
"valueShort": "@jonas.einstein.official", | ||
"faIcon": "fa-brands fa-instagram", | ||
"href": "https://instagram.com" | ||
"valueShort": "@jonas.einstein.official" | ||
}, | ||
|
||
"linkedin": { | ||
"faIcon": "fa-brands fa-linkedin", | ||
"href": "https://linkedin.com", | ||
"id": "linkedin", | ||
"value": "@jonas.einstein.official", | ||
"valueShort": "@jonas.einstein.official", | ||
"faIcon": "fa-brands fa-linkedin", | ||
"href": "https://linkedin.com" | ||
"valueShort": "@jonas.einstein.official" | ||
}, | ||
|
||
"phone": { | ||
"id": "phone", | ||
"value": "+1 (123) 456-7890", | ||
"valueShort": "(123) 456-7890", | ||
"faIcon": "fa-solid fa-phone", | ||
"href": "tel:1234567890" | ||
"href": "tel:1234567890", | ||
"id": "phone", | ||
"value": "+1 (123) 456-7890" | ||
} | ||
} | ||
}, | ||
"locales": { | ||
"en": { | ||
"credits": "Designed by <strong><a class='light' href='https://github.com/ryanbalieiro'>Ryan Balieiro</a></strong>", | ||
"role": "SWE" | ||
} | ||
}, | ||
"name": "Toby", | ||
"profilePictureUrl": "images/pictures/avatar.png" | ||
} |
Oops, something went wrong.