chore: footer links
This commit is contained in:
parent
a025b1c58d
commit
31ba75e8b4
4 changed files with 4 additions and 3 deletions
|
@ -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": {
|
||||||
|
|
|
@ -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' },
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
|
@ -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; }
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Reference in a new issue