Skip to content

Commit 4c215c1

Browse files
committed
chore: add btc button
1 parent fe75e69 commit 4c215c1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

_data/locales/en.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,15 @@ copyright:
4040
Except where otherwise noted, the blog posts on this site are licensed
4141
under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author.
4242
43-
meta: <a href="https://systools.merox.dev/">🛠️​ Systools</a> &nbsp; <a href="https://coff.ee/merox.dev">⚡Refuel my server</a>
44-
43+
meta: >
44+
<a href="https://systools.merox.dev/">🛠️ Sys tools</a> &nbsp;
45+
<a href="https://coff.ee/merox.dev">⚡Buy me server refuel</a> <br>
46+
<span style="display:inline-block; background:#1a202c; color:#f7931e; padding:3px 8px; border-radius:6px; font-family:monospace; font-size:10px; border:1px solid #2d3748; box-shadow:0 0 15px rgba(247,147,30,0.15);">
47+
<span style="margin-right:6px; text-shadow:0 0 8px currentColor;">₿</span>Bitcoin:
48+
<span style="color:#e2e8f0; letter-spacing:0.3px;">bc1q8dnj5cmzzc7nhn4adttcpycxxk4f2f3rknq6t4</span>
49+
<button onclick="navigator.clipboard.writeText('bc1q8dnj5cmzzc7nhn4adttcpycxxk4f2f3rknq6t4')" style="background:#f7931e; color:#1a202c; border:none; padding:2px 6px; border-radius:3px; font-size:9px; font-weight:bold; cursor:pointer; margin-left:6px; transition:all 0.2s ease;" onmouseover="this.style.background='#ff9500'; this.style.boxShadow='0 0 8px rgba(247,147,30,0.4)'" onmouseout="this.style.background='#f7931e'; this.style.boxShadow='none'">Copy</button>
50+
</span>
51+
4552
not_found:
4653
statement: Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
4754

0 commit comments

Comments
 (0)