feat: simplify icons + dry feed styles

This commit is contained in:
Cory Dransfeldt 2023-08-06 12:29:51 -07:00
parent 63d90878bb
commit 8c53392c21
No known key found for this signature in database
43 changed files with 290 additions and 539 deletions

View file

@ -1,7 +1,7 @@
<a
class="link--icon"
class="link--icon icon--h-24"
href="https://savvycal.com/coryd/quick-call"
rel="me"
title="SavvyCal">
{% tablericon "calendar-plus" "SavvyCal" "height=24" %}
{% tablericon "calendar-plus" "SavvyCal" %}
</a>

View file

@ -1,7 +1,7 @@
<a
class="link--icon"
class="link--icon icon--h-24"
href="https://www.buymeacoffee.com/cory"
rel="me"
title="Buy Me a Coffee">
{% tablericon "cup" "Buy Me a Coffee" "height=24" %}
{% tablericon "cup" "Buy Me a Coffee" %}
</a>

View file

@ -1,7 +1,7 @@
<a
class="link--icon"
class="link--icon icon--h-24"
href="mailto:coryd@hey.com"
rel="me"
title="Email">
{% tablericon "at" "Email" "height=24" %}
{% tablericon "at" "Email" %}
</a>

View file

@ -1,7 +1,7 @@
<a
class="link--icon"
class="link--icon icon--h-24"
href="https://github.com/cdransf"
rel="me"
title="GitHub">
{% tablericon "brand-github" "GitHub" "height=24" %}
{% tablericon "brand-github" "GitHub" %}
</a>

View file

@ -1,7 +1,7 @@
<a
class="link--icon"
class="link--icon icon--h-24"
href="https://www.goodreads.com/cdransf"
rel="me"
title="Goodreads">
{% tablericon "books" "Goodreads" "height=24" %}
{% tablericon "books" "Goodreads" %}
</a>

View file

@ -1,7 +1,7 @@
<a
class="link--icon"
class="link--icon icon--h-24"
href="https://www.last.fm/user/cdrn_"
rel="me"
title="Last.fm">
{% tablericon "brand-lastfm" "Last.fm" "height=24" %}
{% tablericon "brand-lastfm" "Last.fm" %}
</a>

View file

@ -1,7 +1,7 @@
<a
class="link--icon"
class="link--icon icon--h-24"
href="https://letterboxd.com/cdme"
rel="me"
title="Letterboxd">
{% tablericon "brand-letterboxd" "Letterboxd" "height=24" %}
{% tablericon "brand-letterboxd" "Letterboxd" %}
</a>

View file

@ -1,7 +1,7 @@
<a
class="link--icon"
class="link--icon icon--h-24"
href="https://www.linkedin.com/in/cdransf/"
rel="me"
title="LinkedIn">
{% tablericon "brand-linkedin" "LinkedIn" "height=24" %}
{% tablericon "brand-linkedin" "LinkedIn" %}
</a>

View file

@ -1,7 +1,7 @@
<a
class="link--icon"
class="link--icon icon--h-24"
href="https://social.lol/@cory"
rel="me"
title="Mastodon">
{% tablericon "brand-mastodon" "Mastodon" "height=24" %}
{% tablericon "brand-mastodon" "Mastodon" %}
</a>

View file

@ -1,3 +1,3 @@
<a href="/feeds" title="RSS" class="link--icon{% if page.url == '/feeds/' %} active{% endif %}">
{% tablericon "rss" "RSS" "height=24" %}
<a href="/feeds" title="RSS" class="link--icon icon--h-24{% if page.url == '/feeds/' %} active{% endif %}">
{% tablericon "rss" "RSS" %}
</a>

View file

@ -1,3 +1,3 @@
<a href="/search" title="Search posts" class="link--icon{% if page.url == '/search/' %} active{% endif %}">
{% tablericon "search" "Search posts" "height=24" %}
<a href="/search" title="Search posts" class="link--icon icon--h-24{% if page.url == '/search/' %} active{% endif %}">
{% tablericon "search" "Search posts" %}
</a>

View file

@ -1,7 +1,7 @@
<a
class="link--icon"
class="link--icon icon--h-24"
href="https://open.spotify.com/user/mdh0acvmvfsbunzt6ywnq2tg3"
rel="me"
title="Spotify">
{% tablericon "brand-spotify" "Spotify" "height=24" %}
{% tablericon "brand-spotify" "Spotify" %}
</a>

View file

@ -1,3 +1,3 @@
<a href="/tags" title="Post tags" class="link--icon{% if page.url == '/tags/' %} active{% endif %}">
{% tablericon "tag" "Post tags" "height=24" %}
<a href="/tags" title="Post tags" class="link--icon icon--h-24{% if page.url == '/tags/' %} active{% endif %}">
{% tablericon "tag" "Post tags" %}
</a>

View file

@ -1,7 +1,7 @@
<a
class="link--icon"
class="link--icon icon--h-24"
href="https://trakt.tv/users/cdransf"
rel="me"
title="Trakt">
{% tablericon "device-tv" "Trakt" "height=24" %}
{% tablericon "device-tv" "Trakt" %}
</a>

View file

@ -1,3 +1,3 @@
<a href="/webrings" title="RSS" class="link--icon{% if page.url == '/webrings/' %} active{% endif %}">
{% tablericon "heart-handshake" "Webrings" "height=24" %}
<a href="/webrings" title="RSS" class="link--icon icon--h-24{% if page.url == '/webrings/' %} active{% endif %}">
{% tablericon "heart-handshake" "Webrings" %}
</a>