diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-01-23 15:34:51 +0000 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-01-23 15:34:51 +0000 |
| commit | c7ccf8c5925f23a9e203edc8bf113f57033abd35 (patch) | |
| tree | 64795a95478318b5e7c8a23dfc293c9547c31db4 /src/components | |
| parent | c3f19db172c7bd503b97492ba83cb55aaeac8ad2 (diff) | |
| download | personal-website-c7ccf8c5925f23a9e203edc8bf113f57033abd35.tar.gz personal-website-c7ccf8c5925f23a9e203edc8bf113f57033abd35.tar.bz2 personal-website-c7ccf8c5925f23a9e203edc8bf113f57033abd35.zip | |
Started contacts page
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/contacts.json | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/src/components/contacts.json b/src/components/contacts.json new file mode 100644 index 0000000..334808e --- /dev/null +++ b/src/components/contacts.json @@ -0,0 +1,57 @@ +[ + { + "platform": "GitHub", + "icon": "github", + "username": "Alee14", + "url": "https://github.alee14.me" + }, + { + "platform": "LinkedIn", + "icon": "linkedin", + "username": "AndrewLeeCAN", + "url": "https://linkedin.alee14.me" + }, + { + "platform": "PayPal", + "icon": "paypal", + "username": "alee14", + "url": "https://paypal.me/alee14498" + }, + { + "platform": "Discord", + "icon": "", + "username": "alee", + "url": "https://discord.alee14.me" + }, + { + "platform": "YouTube", + "icon": "", + "username": "AndrewLeeCAN", + "url": "https://youtube.alee14.me" + }, + { + "platform": "Mastodon", + "icon": "", + "username": "@alee@mstdn.ca", + "url": "https://mstdn.ca/@alee" + }, + { + "platform": "X", + "comment": "yuck.", + "icon": "", + "username": "alee", + "url": "https://twitter.alee14.me" + }, + { + "platform": "Instagram", + "icon": "", + "username": "alee14498", + "url": "https://instagram.alee14.me" + }, + { + "platform": "Reddit", + "icon": "", + "username": "alee1449", + "url": "https://reddit.alee14.me" + } +]
\ No newline at end of file |
