Add "Buy me a coffee" link to the HTML config

This commit is contained in:
TEC 2021-09-23 22:41:13 +08:00
parent 53a6cebae0
commit d6837cf684
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 7 additions and 2 deletions

View File

@ -16,11 +16,16 @@
#+begin_export html
<a href="https://github.com/tecosaur/emacs-config/"
style="font-family: 'Open Sans'; background-image: none; color: inherit;
text-decoration: none; position: relative; top: clamp(-26px, calc(1280px - 100vw), 0px); opacity: 0.7;">
text-decoration: none; position: relative; top: clamp(-26px, calc(1280px - 100vw), 0px); opacity: 0.7;">
<img src="https://upload.wikimedia.org/wikipedia/commons/9/91/Octicons-mark-github.svg"
class="invertible" alt="GitHub Octicon"
style="height: 1em; position: relative; top: 0.1em;">
View on GitHub</a>
View on GitHub</a>&ensp;
<a href="https://www.buymeacoffee.com/tecosaur"
style="position: relative;top: clamp(-22px, calc(1280px - 100vw), 0px);">
<img src="https://img.shields.io/badge/Buy_me_a%C2%A0coffee-FFDD00?style=flat-square&amp;logo=buy-me-a-coffee&amp;logoColor=black"
class="invertible" alt="Buy me a coffee"
style="border-radius: 4px; opacity: 0.85;"></a>
#+end_export
#+begin_quote