diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-01-23 20:26:14 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-01-23 20:26:14 -0500 |
| commit | 4f9f65650787516fc4e7a96a6ee38bc40e387c46 (patch) | |
| tree | 9cb7f305b1324370bdbedfb2b25b1ecfd3391279 /src/components | |
| parent | d873a13bbbd6cf6960cab5a3e627e69af4195d63 (diff) | |
| download | personal-website-4f9f65650787516fc4e7a96a6ee38bc40e387c46.tar.gz personal-website-4f9f65650787516fc4e7a96a6ee38bc40e387c46.tar.bz2 personal-website-4f9f65650787516fc4e7a96a6ee38bc40e387c46.zip | |
Margins more consistent; Projects grids; Mobile optimized
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/contacts.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/src/components/contacts.json b/src/components/contacts.json index 6763340..fbad4c0 100644 --- a/src/components/contacts.json +++ b/src/components/contacts.json @@ -1,29 +1,23 @@ [ { - "platform": "GitHub", - "icon": "github", - "username": "Alee14", - "url": "https://github.alee14.me" - }, - { "platform": "LinkedIn", "icon": "linkedin", "username": "AndrewLeeCAN", "url": "https://linkedin.alee14.me" }, { + "platform": "GitHub", + "icon": "github", + "username": "Alee14", + "url": "https://github.alee14.me" + }, + { "platform": "PayPal", "icon": "paypal", "username": "alee14498", "url": "https://paypal.me/alee14498" }, { - "platform": "Discord", - "icon": "discord", - "username": "Andrew Lee Projects", - "url": "https://discord.alee14.me" - }, - { "platform": "YouTube", "icon": "youtube", "username": "AndrewLeeCAN", @@ -36,13 +30,6 @@ "url": "https://mstdn.ca/@alee" }, { - "platform": "X", - "icon": "x-twitter", - "username": "Alee14498", - "url": "https://twitter.alee14.me", - "mouseover": "yuck." - }, - { "platform": "Instagram", "icon": "instagram", "username": "alee14498", @@ -53,5 +40,18 @@ "icon": "reddit", "username": "alee1449", "url": "https://reddit.alee14.me" + }, + { + "platform": "Discord", + "icon": "discord", + "username": "Andrew Lee Projects", + "url": "https://discord.alee14.me" + }, + { + "platform": "X", + "icon": "x-twitter", + "username": "Alee14498", + "url": "https://twitter.alee14.me", + "mouseover": "yuck." } -]
\ No newline at end of file +] |
