This commit is contained in:
Charlotte Croce 2025-05-30 20:33:42 -04:00
parent b00777828e
commit cd2e3e9f13
44 changed files with 282 additions and 1384 deletions

View file

@ -9,8 +9,5 @@ export const headerLinks: SocialLink[] = [
export const footerLinks: SocialLink[] = [
{ name: 'GitHub', url: 'https://github.com/charlottecroce' },
{ name: 'Forgejo', url: 'https://git.charlotte.sh/lotte' },
{ name: 'LinkedIn', url: 'https://linkedin.com/in/charlottecroce' },
{ name: 'Mastodon', url: 'https://hachyderm.io/@charlotte200' },
{ name: 'BookWyrm', url: 'https://bookwyrm.social/user/lottie' },
{ name: 'FreshRSS', url: 'https://rss.charlotte.sh', icon: 'rss' }
{ name: 'LinkedIn', url: 'https://linkedin.com/in/charlottecroce' }
];