Add buy-me-a-coffee button to contact form
Deploy / deploy (push) Successful in 1m50s Details

This commit is contained in:
Ariejan de Vroom 2024-03-25 14:46:56 +01:00
parent ced018378c
commit b86937da4e
Signed by: ariejan
GPG Key ID: AD739154F713697B
2 changed files with 16 additions and 10 deletions

View File

@ -6,6 +6,12 @@ title = "Contact"
I _love_ hearing from you, especially if any of my posts was helpful to you. Please note, I don't have the time or
resources to diagnose specific issues with your audio or TV equipment.
<div class="buymeacoffee">
<a href="https://www.buymeacoffee.com/ariejan">
<img src="/bmc-full-logo-no-background.png" alt="Buy me a coffee" />
</a>
</div>
_Note: this form is processed through [Fromspree.io](https://formspree.io)_
<form name="contact" method="POST" action="https://formspree.io/ariejan@devroom.io">

View File

@ -220,21 +220,21 @@ footer {
flex: 1;
text-align: left;
}
.buymeacoffee {
flex: 1;
text-align: right;
img {
display: inline-block;
background-color: $accent;
padding: 4px 8px;
max-height: 32px;
height: auto;
width: auto;
}
}
}
.buymeacoffee {
img {
display: inline-block;
background-color: $accent;
padding: 4px 8px;
max-height: 32px;
height: auto;
width: auto;
}
}
small {