aboutsummaryrefslogtreecommitdiff
path: root/src/data/contacts.json
blob: ccc64154f774db1d27fd5ddab5ff9738acf5abfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[
    {
        "platform": "LinkedIn",
        "icon": "fa6-brands:linkedin",
        "username": "AndrewLeeCAN",
        "url": "https://linkedin.alee14.me",
        "mouseover": "LinkedIn"
    },
    {
        "platform": "GitHub",
        "icon": "fa6-brands:github",
        "username": "Alee14",
        "url": "https://github.alee14.me",
        "mouseover": "GitHub"
    },
    {
        "platform": "YouTube",
        "icon": "fa6-brands:youtube",
        "username": "AndrewLeeCAN",
        "url": "https://youtube.alee14.me",
        "mouseover": "YouTube"
    },
    {
        "platform": "Bluesky",
        "icon": "fa6-brands:bluesky",
        "username": "alee14.me",
        "url": "https://bsky.app/profile/alee14.me",
        "mouseover": "Bluesky"
    },
    {
        "platform": "Mastodon",
        "icon": "fa6-brands:mastodon",
        "username": "alee@mstdn.ca",
        "url": "https://mstdn.ca/@alee",
        "mouseover": "Mastodon"
    },
    {
        "platform": "Instagram",
        "icon": "fa6-brands:instagram",
        "username": "alee14498",
        "url": "https://instagram.alee14.me",
        "mouseover": "Instagram"
    },
    {
        "platform": "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": "fa6-brands:discord",
        "username": "Andrew Lee Projects",
        "url": "https://discord.alee14.me",
        "mouseover": "Discord"
    },
    {
        "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"
    }
]