feat: add socials
- signal - bluesky - discord
This commit is contained in:
parent
edfc0ad6e7
commit
732495de47
1 changed files with 28 additions and 13 deletions
|
@ -41,6 +41,26 @@ export const footerLinks: Link[] = [
|
|||
url: 'https://sr.ht/~ayoayco',
|
||||
icon: 'sourcehut',
|
||||
},
|
||||
{
|
||||
text: 'Mastodon',
|
||||
url: 'https://main.elk.zone/social.ayco.io/@ayo',
|
||||
icon: 'mastodon',
|
||||
},
|
||||
{
|
||||
text: 'Pixelfed',
|
||||
url: 'https://metapixl.com/@ayo',
|
||||
icon: 'pixelfed',
|
||||
},
|
||||
{
|
||||
text: 'Signal',
|
||||
url: 'https://signal.me/#eu/mU2KHaMuoumvLaq7P5ZPUU4HMd0SaU9hYHeEPbDIeJzysNL01FVLfbk-kVEncfIz',
|
||||
icon: 'signal',
|
||||
},
|
||||
{
|
||||
text: 'SoundCloud',
|
||||
url: 'https://SoundCloud.com/ayoayco',
|
||||
icon: 'soundcloud',
|
||||
},
|
||||
{
|
||||
text: 'GitHub',
|
||||
url: 'https://github.com/ayoayco',
|
||||
|
@ -51,16 +71,6 @@ export const footerLinks: Link[] = [
|
|||
url: 'https://www.linkedin.com/in/ayoayco',
|
||||
icon: 'linkedin',
|
||||
},
|
||||
{
|
||||
text: 'Pixelfed',
|
||||
url: 'https://metapixl.com/@ayo',
|
||||
icon: 'pixelfed',
|
||||
},
|
||||
{
|
||||
text: 'SoundCloud',
|
||||
url: 'https://SoundCloud.com/ayoayco',
|
||||
icon: 'soundcloud',
|
||||
},
|
||||
{
|
||||
text: 'NPM',
|
||||
url: 'https://www.npmjs.com/~aayco',
|
||||
|
@ -72,8 +82,13 @@ export const footerLinks: Link[] = [
|
|||
icon: 'instagram',
|
||||
},
|
||||
{
|
||||
text: 'Mastodon',
|
||||
url: 'https://main.elk.zone/social.ayco.io/@ayo',
|
||||
icon: 'mastodon',
|
||||
text: 'Bluesky',
|
||||
url: 'https://bsky.app/profile/ayco.io',
|
||||
icon: 'bluesky',
|
||||
},
|
||||
{
|
||||
text: 'Discord',
|
||||
url: 'https://discord.gg/kkvW7GYNAp',
|
||||
icon: 'discord',
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue