Ornate achievement badges (Spark/Surge/Circuit/Nexus) — kie.ai mint-teal trophies + name overlay

- Named the milestone ladder: Spark (payouts) / Surge (first buyer) / Circuit (L2) / Nexus (L3)
- Overview badges strip now shows the ornate badge art (locked = dimmed); milestone stepper renamed
- Share button composites the badge template with the member's @username on the ribbon (JPEG, same-origin canvas)
- Badge art in public/badges/ (optimized JPG ~300KB each)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-09-06 14:11:44 -05:00
parent 3c0e94f20f
commit 23136f4ba0
14 changed files with 68 additions and 71 deletions
+3 -3
View File
@@ -5,7 +5,7 @@
<title>Banner wall | InstantAdPay</title>
<!--OG-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Sora:wght@600;700;800&display=swap">
<link rel="stylesheet" href="/assets/site.css?v=20260906l">
<link rel="stylesheet" href="/assets/site.css?v=20260906m">
</head>
<body>
<div id="nav"></div>
@@ -36,7 +36,7 @@
</div>
</div>
</section>
<script src="/assets/common.js?v=20260906l"></script>
<script src="/assets/wall.js?v=20260906l"></script>
<script src="/assets/common.js?v=20260906m"></script>
<script src="/assets/wall.js?v=20260906m"></script>
</body>
</html>