1
0
This repository has been archived on 2026-04-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
my-old-website/MyWebsite/wwwroot/Links.json
T
2019-11-09 12:36:38 +03:00

65 lines
1.5 KiB
JSON

{
"email": {
"Title": "Email",
"Socicon": "outlook",
"Username": "michael.xfox@outlook.com",
"Url": "mailto:michael.xfox@outlook.com",
"CanContactMe": "true"
},
"linkedin": {
"Title": "LinkedIn",
"Socicon": "linkedin",
"Username": "@xfox",
"Url": "//linkedin.com/in/xfox",
"CanContactMe": "true"
},
"vk": {
"Title": "Vkontakte",
"Socicon": "vkontakte",
"Username": "@xfox.mike",
"Url": "//vk.com/xfox.mike",
"CanContactMe": "true"
},
"telegram": {
"Title": "Telegram",
"Socicon": "telegram",
"Username": "@xfox111",
"Url": "//t.me/xfox111",
"CanContactMe": "true"
},
"skype": {
"Title": "Skype",
"Socicon": "skype",
"Username": "@mag48gordeev",
"Url": "//join.skype.com/invite/eVp6BISfcmNz",
"CanContactMe": "true"
},
"twitter": {
"Title": "Twitter",
"Socicon": "twitter",
"Username": "@xfox111",
"Url": "//twitter.com/xfox111",
"CanContactMe": "false"
},
"twitch": {
"Title": "Twitch",
"Socicon": "twitch",
"Username": "@xfox111",
"Url": "//twitch.com/xfox111",
"CanContactMe": "false"
},
"youtube": {
"Title": "YouTube",
"Socicon": "youtube",
"Username": "@UC3H2q5Ss_CR3wP_S1zV8joA",
"Url": "//www.youtube.com/channel/UC3H2q5Ss_CR3wP_S1zV8joA",
"CanContactMe": "false"
},
"github": {
"Title": "GitHub",
"Socicon": "github",
"Username": "@xfox111",
"Url": "//github.com/xfox111",
"CanContactMe": "false"
}
}