From 4f9f65650787516fc4e7a96a6ee38bc40e387c46 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 23 Jan 2024 20:26:14 -0500 Subject: Margins more consistent; Projects grids; Mobile optimized --- src/components/contacts.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'src/components') 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,28 +1,22 @@ [ - { - "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", @@ -35,13 +29,6 @@ "username": "alee@mstdn.ca", "url": "https://mstdn.ca/@alee" }, - { - "platform": "X", - "icon": "x-twitter", - "username": "Alee14498", - "url": "https://twitter.alee14.me", - "mouseover": "yuck." - }, { "platform": "Instagram", "icon": "instagram", @@ -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 +] -- cgit v1.2.3