Skip to content

Commit 72d6625

Browse files
committed
chore: update btc button
1 parent 4c215c1 commit 72d6625

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

_data/locales/en.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ copyright:
3434
name: CC BY 4.0
3535
link: https://creativecommons.org/licenses/by/4.0/
3636

37+
3738
# Displayed in the footer
3839
brief: Some rights reserved.
3940
verbose: >-
@@ -43,11 +44,7 @@ copyright:
4344
meta: >
4445
<a href="https://systools.merox.dev/">🛠️ Sys tools</a> &nbsp;
4546
<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>
47+
5148
5249
not_found:
5350
statement: Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.

_includes/footer.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<!-- The Footer -->
2-
2+
<center>
3+
<span style="display:inline-flex; align-items:center; background:#1a1d23; color:#f7931e; padding:6px 14px; border-radius:25px; font-family:system-ui, -apple-system, sans-serif; font-size:11px; border:1px solid #2a2e35; box-shadow:0 2px 10px rgba(0,0,0,0.1); gap:8px;">
4+
<span style="font-size:12px; opacity:0.9;"></span>
5+
<span style="color:#6e7681; font-size:10px; font-weight:500;">bc1q8dnj5cmzzc7nhn4adttcpycxxk4f2f3rknq6t4</span>
6+
<button onclick="navigator.clipboard.writeText('bc1q8dnj5cmzzc7nhn4adttcpycxxk4f2f3rknq6t4')"
7+
style="background:none; color:#f7931e; border:1px solid #f7931e; padding:2px 8px; border-radius:12px; font-size:9px; cursor:pointer; transition:all 0.2s ease; font-weight:500;"
8+
onmouseover="this.style.background='#f7931e'; this.style.color='#000'"
9+
onmouseout="this.style.background='none'; this.style.color='#f7931e'">Copy</button>
10+
</span>
11+
</center>
312
<footer
413
aria-label="Site Info"
514
class="

0 commit comments

Comments
 (0)