From 31abcf84e759aeb3e2384c6b82e6147d2579bf15 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 15 Dec 2020 14:36:23 -0500 Subject: [PATCH] tidy external link decorations --- css/style.css | 36 ++++++++++++++++++++++++++---------- index.html | 15 ++++++++++----- 2 files changed, 36 insertions(+), 15 deletions(-) diff --git a/css/style.css b/css/style.css index 96953c9..a5aec77 100644 --- a/css/style.css +++ b/css/style.css @@ -252,6 +252,23 @@ a[href*="//"]:after { opacity: .25; } +a[href^="mailto:"]:after { + font-weight: 300; + font-size: .85em; + content: "\2709"; + color: var(--textcolor); + opacity: .25; +} +a[href^="xmpp:"]:after { + font-weight: 300; + font-size: .85em; + content: "\1F5EA"; + color: var(--textcolor); + opacity: .25; +} + +a[href^="mailto:"]:hover:after, +a[href^="xmpp:"]:hover:after, a[href*="//"]:hover:after { color: var(--highlight); opacity: 1; @@ -262,22 +279,21 @@ a[href*="//"]:hover:after { a:before { font-size: .7em; margin-right: .4em; + opacity: .75; } /* Add more filetypes here if you want */ -a[href$=".pdf"]:before { content: "PDF"; } -a[href$=".txt"]:before { content: "TXT"; } -a[href$=".mp3"]:before { content: "MP3"; } -a[href$=".zip"]:before { content: "ZIP"; } -a[href$=".rar"]:before { content: "RAR"; } +a[href$=".pdf"]:before { content: "pdf"; } +a[href$=".txt"]:before { content: "txt"; } +a[href$=".mp3"]:before { content: "mp3"; } +a[href$=".zip"]:before { content: "zip"; } +a[href$=".rar"]:before { content: "rar"; } a[href$=".jpeg"]:before, a[href$=".jpg"]:before, a[href$=".gif"]:before, -a[href$=".png"]:before { content: "IMG"; } -a[href$=".asc"]:before { content: "\1F511"; } -a[href^="mailto:"]:before { content: "\2709"; } -a[href^="xmpp:"]:before { content: "\1F5EA"; } +a[href$=".png"]:before { content: "img"; } +a[href$=".asc"]:before { content: "asc"; } /* ------- News ------- */ @@ -470,4 +486,4 @@ article time { object-fit: contain; } -} \ No newline at end of file +} diff --git a/index.html b/index.html index e124255..bb08527 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,6 @@ now contact me tilde page - resume @@ -96,8 +95,8 @@
  • the tildeverse
  • the original tilde, reborn
  • hashbang
  • -
  • some random projects on my tildegit account
  • -
  • also github but i don't publish everything there
  • +
  • some random projects on my tildegit account
  • +
  • also github but i don't publish everything there
  • @@ -117,11 +116,17 @@ a web chat!

    email

    -

    i have too many email addresses (eg *@bhh.sh), but i mainly use ben@tilde.team or mail@benharr.is. +

    i have too many email addresses (eg *@bhh.sh), but i mainly use ben@tilde.team or mail@benharr.is. if you use gpg, make sure to use my tilde.team address. here's my pubkey.

    + +

    social media?

    +

    i'm on twitter and mastodon, but i try not to check them all that much.

    + +

    resume

    +

    if you're curious, here's my resume.

    - \ No newline at end of file +