aboutsummaryrefslogtreecommitdiff
path: root/src/data/contacts.json
diff options
context:
space:
mode:
authorAndrew Lee <andrew@alee14.me>2026-07-06 16:17:58 -0400
committerAndrew Lee <andrew@alee14.me>2026-07-06 16:17:58 -0400
commit167cfd3793f49d300c99b948b2302304aede3e9f (patch)
treeb70dc5abdb60fb584d6b23848fb48282d75f1284 /src/data/contacts.json
parent59de20ef0835170d30f5033d8c98aad41e554882 (diff)
downloadpersonal-website-167cfd3793f49d300c99b948b2302304aede3e9f.tar.gz
personal-website-167cfd3793f49d300c99b948b2302304aede3e9f.tar.bz2
personal-website-167cfd3793f49d300c99b948b2302304aede3e9f.zip
Fixed programming; add new contact; revised guidelines, privacy pol
Diffstat (limited to 'src/data/contacts.json')
-rw-r--r--src/data/contacts.json40
1 files changed, 27 insertions, 13 deletions
diff --git a/src/data/contacts.json b/src/data/contacts.json
index 6ff24fd..ccc6415 100644
--- a/src/data/contacts.json
+++ b/src/data/contacts.json
@@ -1,65 +1,79 @@
[
{
"platform": "LinkedIn",
- "icon": "linkedin",
+ "icon": "fa6-brands:linkedin",
"username": "AndrewLeeCAN",
"url": "https://linkedin.alee14.me",
"mouseover": "LinkedIn"
},
{
"platform": "GitHub",
- "icon": "github",
+ "icon": "fa6-brands:github",
"username": "Alee14",
"url": "https://github.alee14.me",
"mouseover": "GitHub"
},
{
"platform": "YouTube",
- "icon": "youtube",
+ "icon": "fa6-brands:youtube",
"username": "AndrewLeeCAN",
"url": "https://youtube.alee14.me",
"mouseover": "YouTube"
},
{
"platform": "Bluesky",
- "icon": "bluesky",
+ "icon": "fa6-brands:bluesky",
"username": "alee14.me",
"url": "https://bsky.app/profile/alee14.me",
"mouseover": "Bluesky"
},
{
"platform": "Mastodon",
- "icon": "mastodon",
+ "icon": "fa6-brands:mastodon",
"username": "alee@mstdn.ca",
"url": "https://mstdn.ca/@alee",
"mouseover": "Mastodon"
},
{
"platform": "Instagram",
- "icon": "instagram",
+ "icon": "fa6-brands:instagram",
"username": "alee14498",
"url": "https://instagram.alee14.me",
"mouseover": "Instagram"
},
{
"platform": "Reddit",
- "icon": "reddit",
+ "icon": "fa6-brands:reddit",
"username": "alee1449",
"url": "https://reddit.alee14.me",
"mouseover": "Reddit"
},
{
+ "platform": "Steam",
+ "icon": "fa6-brands:steam",
+ "username": "Alee14498",
+ "url": "https://steamcommunity.com/id/Alee14498",
+ "mouseover": "Steam"
+ },
+ {
"platform": "Discord",
- "icon": "discord",
+ "icon": "fa6-brands:discord",
"username": "Andrew Lee Projects",
"url": "https://discord.alee14.me",
"mouseover": "Discord"
},
{
- "platform": "Steam",
- "icon": "steam",
- "username": "Alee14498",
- "url": "https://steamcommunity.com/id/Alee14498",
- "mouseover": "Steam"
+ "platform": "Matrix",
+ "icon": "simple-icons:matrix",
+ "username": "Alee",
+ "url": "https://matrix.to/#/@alee:alee14.me",
+ "mouseover": "Matrix"
+ },
+ {
+ "platform": "Matrix Space",
+ "icon": "simple-icons:matrix",
+ "username": "Andrew Lee",
+ "url": "https://matrix.to/#/#alee:alee14.me",
+ "mouseover": "Matrix Space"
}
]