diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-03-12 20:54:06 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-03-12 20:54:06 -0400 |
| commit | 8edeebb44d9b3636268d95c30d462593d9a074d8 (patch) | |
| tree | 4d8b53073b8592f5caaff67326195ae823509fda /src/data/contacts.json | |
| parent | ae20d39d4d64698977d664a83b8b9454917aacad (diff) | |
| download | personal-website-8edeebb44d9b3636268d95c30d462593d9a074d8.tar.gz personal-website-8edeebb44d9b3636268d95c30d462593d9a074d8.tar.bz2 personal-website-8edeebb44d9b3636268d95c30d462593d9a074d8.zip | |
Logo changes; CSS Tweaks; Package update
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 +] |
