chore: footer links

This commit is contained in:
Cory Dransfeldt 2024-04-17 17:56:31 -07:00
parent a025b1c58d
commit 31ba75e8b4
No known key found for this signature in database
4 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "12.0.8", "version": "12.0.9",
"description": "The source for my personal site. Built using 11ty.", "description": "The source for my personal site. Built using 11ty.",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -23,6 +23,7 @@ export default async function () {
{ name: 'Mastodon', url: 'https://social.lol/@cory', icon: 'brand-mastodon' }, { name: 'Mastodon', url: 'https://social.lol/@cory', icon: 'brand-mastodon' },
{ name: 'Last.fm', url: 'https://www.last.fm/user/coryd_', icon: 'brand-lastfm' }, { name: 'Last.fm', url: 'https://www.last.fm/user/coryd_', icon: 'brand-lastfm' },
{ name: 'Trakt', url: 'https://trakt.tv/users/cdransf', icon: 'device-tv' }, { name: 'Trakt', url: 'https://trakt.tv/users/cdransf', icon: 'device-tv' },
{ name: 'Instapaper', url: 'https://www.instapaper.com/p/coryd', icon: 'news' },
{ name: 'Webrings', url: '/webrings', icon: 'heart-handshake' }, { name: 'Webrings', url: '/webrings', icon: 'heart-handshake' },
], ],
} }

View file

@ -250,7 +250,7 @@ nav ul li .active svg:hover {
.brand-mastodon svg { stroke: var(--brand-mastodon) !important; } .brand-mastodon svg { stroke: var(--brand-mastodon) !important; }
.brand-lastfm svg { stroke: var(--brand-lastfm) !important; } .brand-lastfm svg { stroke: var(--brand-lastfm) !important; }
.device-tv svg { stroke: var(--brand-trakt) !important; } .device-tv svg { stroke: var(--brand-trakt) !important; }
.books svg { stroke: var(--brand-storygraph) !important; } .news svg { stroke: var(--brand-instapaper) !important; }
.coffee svg { stroke: var(--brand-buy-me-a-coffee) !important; } .coffee svg { stroke: var(--brand-buy-me-a-coffee) !important; }
.heart-handshake svg { stroke: var(--webrings) !important; } .heart-handshake svg { stroke: var(--webrings) !important; }
.rss svg { stroke: var(--brand-rss) !important; } .rss svg { stroke: var(--brand-rss) !important; }

View file

@ -48,7 +48,7 @@
--brand-mastodon: #6364ff; --brand-mastodon: #6364ff;
--brand-lastfm: #d51007; --brand-lastfm: #d51007;
--brand-trakt: #ed1c24; --brand-trakt: #ed1c24;
--brand-storygraph: #14919b; --brand-instapaper: var(--text-color);
--brand-buy-me-a-coffee: #40dca5; --brand-buy-me-a-coffee: #40dca5;
--brand-rss: #f26522; --brand-rss: #f26522;
--webrings: #ec8fd0; --webrings: #ec8fd0;