Update site with buy me a coffee stuff

This commit is contained in:
Ariejan de Vroom 2020-04-27 10:39:55 +02:00
parent 69386ec76b
commit 0b1c02480f
Signed by: ariejan
GPG Key ID: AD739154F713697B
3 changed files with 25 additions and 7 deletions

View File

@ -13,13 +13,6 @@ to a degree that would make either of us happy. I _can_ refer you to
[/r/audiorepair](https://www.reddit.com/r/audiorepair/) on Reddit, where many
helpful (and more knowledgeable) people are ready to help out.
## Want to show your appreciation?
<style>.bmc-button img{height: 34px !important;width: 35px !important;margin-bottom: 1px !important;box-shadow: none !important;border: none !important;vertical-align: middle !important;}.bmc-button{padding: 7px 10px 7px 10px !important;line-height: 35px !important;height:51px !important;min-width:217px !important;text-decoration: none !important;display:inline-flex !important;color:#ffffff !important;background-color:#FF813F !important;border-radius: 5px !important;border: 1px solid transparent !important;padding: 7px 10px 7px 10px !important;font-size: 28px !important;letter-spacing:0.6px !important;box-shadow: 0px 1px 2px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;margin: 0 auto !important;font-family:'Cookie', cursive !important;-webkit-box-sizing: border-box !important;box-sizing: border-box !important;-o-transition: 0.3s all linear !important;-webkit-transition: 0.3s all linear !important;-moz-transition: 0.3s all linear !important;-ms-transition: 0.3s all linear !important;transition: 0.3s all linear !important;}.bmc-button:hover, .bmc-button:active, .bmc-button:focus {-webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;text-decoration: none !important;box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;opacity: 0.85 !important;color:#ffffff !important;}</style><link href="https://fonts.googleapis.com/css?family=Cookie" rel="stylesheet"><a class="bmc-button" target="_blank" href="https://www.buymeacoffee.com/ariejan"><img src="https://cdn.buymeacoffee.com/buttons/bmc-new-btn-logo.svg" alt="Buy me a coffee"><span style="margin-left:15px;font-size:28px !important;">Buy me a coffee</span></a>
<br/>
<br/>
## Let's get to it
<form name="contact" method="POST" class="pure-form pure-form-stacked" action="https://formspree.io/ariejan@devroom.io">

View File

@ -93,6 +93,19 @@ header {
margin-bottom: 1.5rem;
}
.privacy-notice {
border-top: 2px dashed $footer;
margin-top: 1.5rem;
.buymeacoffee {
background-color: #FF813F;
color: #fff;
text-decoration: none;
padding-left: 0.4rem;
padding-right: 0.4rem;
}
}
footer {
color: $footer;
border-top: 2px dashed $footer;

View File

@ -1,3 +1,15 @@
<section class="privacy-notice">
<p>
My site is free of ads and trackers. I record privacy-respecting usage statistics with
<a href="https://usefathom.com/">Fathom</a>.
</p>
<p>Was this post helpful to you? Why not <a class="buymeacoffee" target="_blank" href="https://www.buymeacoffee.com/ariejan">
☕ Buy me a coffee
</a>
</p>
</section>
<footer>
<p>{{ .Site.Copyright | safeHTML }}</p>
<p>{{ .Site.Params.footerquote | safeHTML }}</p>