From 422db1bf642c29f8a1bddabe5d6bb00b88391803 Mon Sep 17 00:00:00 2001
From: Apache
Date: Thu, 1 May 2025 21:02:46 -0500
Subject: [PATCH] Make the cryptocurrency addresses stand out
---
public/assets/style.css | 13 ++++++++++++-
public/index.html | 17 ++++++++++++++---
public/portfolio.html | 26 ++++++++++++++++++++++++++
3 files changed, 52 insertions(+), 4 deletions(-)
create mode 100644 public/portfolio.html
diff --git a/public/assets/style.css b/public/assets/style.css
index 9f9bf26..680466a 100644
--- a/public/assets/style.css
+++ b/public/assets/style.css
@@ -82,4 +82,15 @@ a {
}
a:hover {
color: var(--rp-rose);
-}
\ No newline at end of file
+}
+
+.fancy-card {
+ padding: 0.5rem;
+
+ .fancy-card-outline {
+ margin: -0.5rem;
+ }
+ .fancy-card-content {
+ background-color: var(--rp-overlay);
+ }
+}
diff --git a/public/index.html b/public/index.html
index 4f12a2e..4efe0b9 100644
--- a/public/index.html
+++ b/public/index.html
@@ -57,6 +57,11 @@
height: 50%;
background: linear-gradient(45deg, #0138a7, #c5187c);
}
+
+ .crypto {
+ color: var(--rp-gold);
+ text-shadow: 0 0 30px var(--rp-gold);
+ }
Apache
@@ -73,6 +78,12 @@
I'm a programmer, (very new) artist, and (very new) youtuber. I've dabbled in automation, apps, games, plugins, websites, and more!
Where can I find your work?
+
You can find my work at
Github,
Forgejo,
@@ -82,9 +93,9 @@
You can support me at my new Ko-fi!
Or through
- - XMR: 83iJKhbQ9HLJCxCwQELcHsZT1JTnWUxZ8TNgMiKMQeDLPNrLZDgtRRKYeP6t3G8r8m5v6qAXnCc49Wbsf7oTZKujUKvXmph
- - BTC: bc1q3cdrz975j8cn07we59x3ke9l53e3zw8hsys467
- - ETH: 0x7094eD7F9269f77c7444e1aa94e81D50290325DA
+ - XMR: 83iJKhbQ9HLJCxCwQELcHsZT1JTnWUxZ8TNgMiKMQeDLPNrLZDgtRRKYeP6t3G8r8m5v6qAXnCc49Wbsf7oTZKujUKvXmph
+ - BTC: bc1q3cdrz975j8cn07we59x3ke9l53e3zw8hsys467
+ - ETH: 0x7094eD7F9269f77c7444e1aa94e81D50290325DA
+
+
+
+
+
+
diff --git a/public/portfolio.html b/public/portfolio.html
new file mode 100644
index 0000000..0271daf
--- /dev/null
+++ b/public/portfolio.html
@@ -0,0 +1,26 @@
+
+
+