small style fixes to email link

This commit is contained in:
Wouter Groeneveld 2021-03-02 10:41:08 +01:00
parent 0640d637be
commit 715ab1e683
6 changed files with 10 additions and 11 deletions

View File

@ -45,7 +45,7 @@ disableComments: true
If you found my work amusing and/or helpful, you can [buy me a coffee](https://ko-fi.com/woutergroeneveld) - if you don't mind I'll use it to drink a cup of tea instead. I also like to hear your feedback via:
- <svg class='icon icon-text'><use xlink:href='#discuss'></use></svg>Mastodon: [@wouter@chat.brainbaking.com](https://chat.brainbaking.com/@wouter)
- <svg class='icon icon-text'><use xlink:href='#mail'></use></svg>(encrypted) e-mail: <a class="meel">say hello</a>.
- <svg class='icon icon-text'><use xlink:href='#mail'></use></svg>(encrypted) e-mail: <span class="link meel">say hello</span>.
<noscript>
JavaScript is disabled. I use it to obfuscate my e-mail, keeping spambots at bay. <br/>

View File

@ -61,6 +61,6 @@ In 2012, I bought a MacBook Air to carry with me on the train ride to work. It c
![](/img/desktopshots/osx.jpg "OSX 10.11, 11/2020")
Besides throwing away illegal `.mp3` files in favor for a Spotify subscription, I also traded in (g)Vim for Sublime Text 3 because I was never that good at Vi's shortcut scheme anyway. I still have installed and occasionally work on Linux distributions but can't bring myself to put in enough time to decently configure it. Instead, a quick Ubuntu install does the job. It's far from amazing or my golden "FVWM Years", but again: it works.
I recently [Upgraded to a M1 Silicon MacBook](/post/2020/12/developing-on-apple-m1-silicon/). Besides throwing away illegal `.mp3` files in favor for a Spotify subscription, I also traded in (g)Vim for Sublime Text 3 because I was never that good at Vi's shortcut scheme anyway. I still have installed and occasionally work on Linux distributions but can't bring myself to put in enough time to decently configure it. Instead, a quick Ubuntu install does the job. It's far from amazing or my golden "FVWM Years", but again: it works.
And that's good enough for me, in 2020.

View File

@ -33,7 +33,7 @@ Unfortunately, I first got stuck in a boot loop due to incompatible TWRP/Lineage
## 2. It boots. Now what?
Great! Did you setup encryption settings?
Great! Did you configure encryption settings?
![](../lineage-splash.jpg "My Lineage Home Screen.")
@ -58,7 +58,7 @@ I also use Proton to manage my contacts. After importing from my Google Account
- _City navigation_: [HERE WeGo](https://wego.here.com/) worked great and has an acceptable privacy policy.
- _Hiking_: [OsmAnd](https://osmand.net/) uses Open Streetmap data and has the ability to seamlessly download map data. It's not great for in-car use, though.
I thought finding a decent alternative was going to be difficult, but I was pleasantly surprised by these two. Give them both a go, even if you're on the vanilla Android OS!
I thought finding a decent alternative was going to be difficult, but I was pleasantly surprised by these two. Give them both a go, even if you're on the vanilla Android OS! If all else fails, you can still surf to maps.google.com.
### A privacy-aware Google Calendar alternative

View File

@ -51,6 +51,7 @@ document.addEventListener("DOMContentLoaded",function() {
if(meel) {
meel.addEventListener('click', function() {
meel.setAttribute('class', '')
meel.innerHTML = enc.replace(/[a-zA-Z]/g,function(c){return String.fromCharCode((c<="Z"?90:122)>=(c=c.charCodeAt(0)+12)?c:c-26);});
})
}

View File

@ -26,9 +26,6 @@ nav, footer
font-size: 0.85rem
z-index: 9
.meel
cursor: pointer
.support
font-size: 1rem
noscript
@ -54,7 +51,8 @@ div.highlight
padding-bottom: 1.5rem
a:link, a:visited, a
a, a:visited, .link
cursor: pointer
color: var(--accent)
text-decoration: none
@ -106,10 +104,10 @@ main
blockquote p
margin: 0 !important
a
a, .link
border-bottom: 1px solid var(--accent)
&:link:hover, &:visited:hover
&:hover, &:visited:hover
border-bottom: 1px solid white
border-radius: 1px
color: white

View File

@ -19,7 +19,7 @@
Read more <a class="u-url u-uid" href="{{ .Site.BaseURL }}about">about me here</a>.
</p>
<p>
If you found this article amusing and/or helpful, you can <a rel="me" href="https://ko-fi.com/woutergroeneveld"><strong>buy me a coffee</strong></a> - although I'm more of a tea fan myself. I also like to hear your feedback via <svg class='icon icon-text'><use xlink:href='#discuss'></use></svg><a rel="me" class="u-url" href="{{ .Site.Author.mastodonlink }}">Mastodon</a> or <svg class='icon icon-text'><use xlink:href='#mail'></use></svg><a class="meel">e-mail</a>. Thanks!
If you found this article amusing and/or helpful, you can <a rel="me" href="https://ko-fi.com/woutergroeneveld"><strong>buy me a coffee</strong></a> - although I'm more of a tea fan myself. I also like to hear your feedback via <svg class='icon icon-text'><use xlink:href='#discuss'></use></svg><a rel="me" class="u-url" href="{{ .Site.Author.mastodonlink }}">Mastodon</a> or <svg class='icon icon-text'><use xlink:href='#mail'></use></svg><span class="link meel">e-mail</span>. Thanks!
</p>
<noscript>
JavaScript is disabled. I use it to obfuscate my e-mail, keeping spambots at bay. <br/>