diff options
Diffstat (limited to 'src/data/contacts.json')
| -rw-r--r-- | src/data/contacts.json | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/src/data/contacts.json b/src/data/contacts.json index 955514e..d8ff46c 100644 --- a/src/data/contacts.json +++ b/src/data/contacts.json @@ -3,49 +3,57 @@ "platform": "LinkedIn", "icon": "linkedin", "username": "AndrewLeeCAN", - "url": "https://linkedin.alee14.me" + "url": "https://linkedin.alee14.me", + "mouseover": "LinkedIn" }, { "platform": "GitHub", "icon": "github", "username": "Alee14", - "url": "https://github.alee14.me" + "url": "https://github.alee14.me", + "mouseover": "GitHub" }, { "platform": "PayPal", "icon": "paypal", "username": "alee14498", - "url": "https://paypal.me/alee14498" + "url": "https://paypal.me/alee14498", + "mouseover": "PayPal" }, { "platform": "YouTube", "icon": "youtube", "username": "AndrewLeeCAN", - "url": "https://youtube.alee14.me" + "url": "https://youtube.alee14.me", + "mouseover": "YouTube" }, { "platform": "Mastodon", "icon": "mastodon", "username": "alee@mstdn.ca", - "url": "https://mstdn.ca/@alee" + "url": "https://mstdn.ca/@alee", + "mouseover": "Mastodon" }, { "platform": "Instagram", "icon": "instagram", "username": "alee14498", - "url": "https://instagram.alee14.me" + "url": "https://instagram.alee14.me", + "mouseover": "Instagram" }, { "platform": "Reddit", "icon": "reddit", "username": "alee1449", - "url": "https://reddit.alee14.me" + "url": "https://reddit.alee14.me", + "mouseover": "Reddit" }, { "platform": "Discord", "icon": "discord", "username": "Andrew Lee Projects", - "url": "https://discord.alee14.me" + "url": "https://discord.alee14.me", + "mouseover": "Discord" }, { "platform": "X", @@ -54,4 +62,4 @@ "url": "https://twitter.alee14.me", "mouseover": "yuck." } -]
\ No newline at end of file +] |
