XMR donation address

This commit is contained in:
Caretaker0699 2023-08-03 17:07:58 -07:00
parent df72c1aff0
commit d9bc404d3d
2 changed files with 16 additions and 3 deletions

View File

@ -335,6 +335,14 @@ header {
.scroll-to-top-button.show {
opacity: 1;
}
.xmr-address {
background-color: #f0f0f007;
border: 1px solid #333333;
border-radius: 10px;
padding: 20px;
word-wrap: break-word;
}
/* Mobile Breakpoints */
/* Extra small devices (phones, 600px and down) */

View File

@ -87,9 +87,14 @@
<footer>
<p>
&copy; 2023 Heartily. All rights reserved. Version:
<a href="https://githaven.org/Shiloh/heartily" target="_blank">Beta</a>.
Powered by <a href="https://shilohcode.com" target="_blank">Shiloh</a>.
</p>
<a href="https://githaven.org/Shiloh/heartily" target="_blank">1.0</a>.
Powered by <a href="https://shilohcode.com" target="_blank">Shiloh</a>.</p>
<div>
<p>
Support this project by donating XMR:
</p>
<p class="xmr-address">Address: 8AeYmDw246kVgKYsRPgGzGEK48dMUmrooXbpfCQqEqGZJJQe6J4xFZcW4ctyQy3Q6xQ6NziEHBDJxKy5gxv9D6JiQsqesfj</p>
</div>
</footer>
<!-- Notification overlay -->