aboutsummaryrefslogtreecommitdiff
path: root/src/data/contacts.json
blob: c47ffa3ff6eae905765086532b9f806e39253575 (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
[
    {
        "platform": "LinkedIn",
        "icon": "linkedin",
        "username": "AndrewLeeCAN",
        "url": "https://linkedin.alee14.me",
        "mouseover": "LinkedIn"
    },
    {
        "platform": "GitHub",
        "icon": "github",
        "username": "Alee14",
        "url": "https://github.alee14.me",
        "mouseover": "GitHub"
    },
    {
        "platform": "YouTube",
        "icon": "youtube",
        "username": "AndrewLeeCAN",
        "url": "https://youtube.alee14.me",
        "mouseover": "YouTube"
    },
    {
        "platform": "Mastodon",
        "icon": "mastodon",
        "username": "alee@mstdn.ca",
        "url": "https://mstdn.ca/@alee",
        "mouseover": "Mastodon"
    },
    {
        "platform": "Instagram",
        "icon": "instagram",
        "username": "alee14498",
        "url": "https://instagram.alee14.me",
        "mouseover": "Instagram"
    },
    {
        "platform": "Reddit",
        "icon": "reddit",
        "username": "alee1449",
        "url": "https://reddit.alee14.me",
        "mouseover": "Reddit"
    },
    {
        "platform": "Discord",
        "icon": "discord",
        "username": "Andrew Lee Projects",
        "url": "https://discord.alee14.me",
        "mouseover": "Discord"
    },
    {
        "platform": "X",
        "icon": "x-twitter",
        "username": "Alee14498",
        "url": "https://twitter.alee14.me",
        "mouseover": "yuck."
    }
]