Skip to content

Commit 55903da

Browse files
ferr079claude
andcommitted
feat: PIXELIUM ASCII art signature in footer — subtle, low opacity
Block art at 0.12 opacity in accent blue, above footer content. Artisan signature — rewards those who scroll to the bottom. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e900b1e commit 55903da

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

src/components/Footer.astro

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ const t = text[lang];
2020
---
2121

2222
<footer class="site-footer">
23+
<pre class="footer-ascii" aria-hidden="true"> ██████╗ ██╗██╗ ██╗███████╗██╗ ██╗██╗ ██╗███╗ ███╗
24+
██╔══██╗██║╚██╗██╔╝██╔════╝██║ ██║██║ ██║████╗ ████║
25+
██████╔╝██║ ╚███╔╝ █████╗ ██║ ██║██║ ██║██╔████╔██║
26+
██╔═══╝ ██║ ██╔██╗ ██╔══╝ ██║ ██║██║ ██║██║╚██╔╝██║
27+
██║ ██║██╔╝ ██╗███████╗███████╗██║╚██████╔╝██║ ╚═╝ ██║
28+
╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚══════╝╚═╝ ╚═════╝ ╚═╝ ╚═╝</pre>
2329
<div class="footer-container">
2430
<div class="footer-links">
2531
<a href="https://github.com/ferr079" target="_blank" rel="noopener" aria-label="GitHub">
@@ -53,6 +59,19 @@ const t = text[lang];
5359
</script>
5460

5561
<style>
62+
.footer-ascii {
63+
display: block;
64+
text-align: center;
65+
font-family: var(--font-mono);
66+
font-size: 0.45rem;
67+
line-height: 1.1;
68+
color: var(--color-accent);
69+
opacity: 0.12;
70+
margin: 0 auto 1.5rem;
71+
user-select: none;
72+
overflow: hidden;
73+
}
74+
5675
.site-footer {
5776
padding: 2rem 0;
5877
border-top: 1px solid var(--color-border);

0 commit comments

Comments
 (0)