Skip to content

Commit

Permalink
added svgs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRedacted committed Sep 19, 2024
1 parent eb2e405 commit f38cd98
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 14 deletions.
14 changes: 0 additions & 14 deletions cardAssets/contacts.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,111 +13,97 @@
"display": true,
"value": "000-000-0000",
"link": "tel:+10000000000",
"icon": "cardAssets/icons/phone.svg",
"shape": "circle"
},
{
"contactType": "Email",
"display": true,
"value": "[email protected]",
"link": "mailto:[email protected]",
"icon": "cardAssets/icons/mail.svg",
"shape": "circle"
},
{
"contactType": "Website",
"display": true,
"value": "https://example.com",
"link": "https://example.com",
"icon": "cardAssets/icons/website.svg",
"shape": "circle"
},
{
"contactType": "LinkedIn",
"display": true,
"value": "",
"link": "https://www.linkedin.com/in/username",
"icon": "",
"shape": "square"
},
{
"contactType": "X",
"display": true,
"value": "@Username",
"link": "https://x.com/Username",
"icon": "",
"shape": "square"
},
{
"contactType": "GitHub",
"display": true,
"value": "@Username",
"link": "https://github.com/Username",
"icon": "",
"shape": "square"
},
{
"contactType": "Substack",
"display": true,
"value": "@Username",
"link": "https://Username.substack.com",
"icon": "",
"shape": "square"
},
{
"contactType": "Reddit",
"display": true,
"value": "@Username",
"link": "https://www.reddit.com/u/Username",
"icon": "",
"shape": "square"
},
{
"contactType": "YouTube",
"display": true,
"value": "@Username",
"link": "https://www.youtube.com/@Username",
"icon": "",
"shape": "square"
},
{
"contactType": "Rumble",
"display": true,
"value": "@Username",
"link": "https://rumble.com/c/...",
"icon": "",
"shape": "square"
},
{
"contactType": "TruthSocial",
"display": true,
"value": "@Username",
"link": "https://truthsocial.com/@Username",
"icon": "",
"shape": "square"
},
{
"contactType": "Vimeo",
"display": true,
"value": "@Username",
"link": "https://vimeo.com/Username",
"icon": "",
"shape": "square"
},
{
"contactType": "Facebook",
"display": true,
"value": "@Username",
"link": "",
"icon": "",
"shape": "square"
},
{
"contactType": "Instagram",
"display": true,
"value": "@Username",
"link": "https://www.instagram.com/Username",
"icon": "",
"shape": "square"
}
],
Expand Down
1 change: 1 addition & 0 deletions cardAssets/icons/Facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions cardAssets/icons/GitHub.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions cardAssets/icons/Instagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions cardAssets/icons/LinkedIn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions cardAssets/icons/Reddit.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions cardAssets/icons/Rumble.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions cardAssets/icons/TruthSocial.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions cardAssets/icons/Vimeo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions cardAssets/icons/YouTube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f38cd98

Please sign in to comment.