Skip to content

Commit 7a6a20a

Browse files
committed
Add Ko-fi integration - premium wallpaper tier
1 parent f73df80 commit 7a6a20a

2 files changed

Lines changed: 109 additions & 0 deletions

File tree

themes/filmoru/layouts/_default/subscribe.html

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,27 @@ <h2 class="benefits-title">届くもの <span>What You'll Receive</span></h2>
4444
<div class="subscribe-note">
4545
<p>No spam. Unsubscribe anytime. Your data stays in this galaxy.</p>
4646
</div>
47+
48+
<!-- Premium Tier -->
49+
<div class="content-divider" style="margin-top: var(--space-xl);">
50+
<span class="divider-line divider-blue"></span>
51+
<span class="divider-line divider-orange"></span>
52+
<span class="divider-line divider-yellow"></span>
53+
</div>
54+
55+
<div class="premium-tier">
56+
<div class="premium-badge">銀河限定</div>
57+
<h2 class="premium-title">Cosmogirl Wallpaper Club</h2>
58+
<p class="premium-price">$1<span>/month</span></p>
59+
<p class="premium-desc">Exclusive HD wallpapers featuring the Cosmogirl of the Week. Scenes you won't find anywhere else.</p>
60+
<ul class="premium-features">
61+
<li>Weekly 1920x1080 wallpaper</li>
62+
<li>Action shots, chill vibes, pinup poses</li>
63+
<li>Each wallpaper available ONE WEEK only</li>
64+
</ul>
65+
<a href="https://ko-fi.com/cassettefuture" target="_blank" class="premium-btn">Join on Ko-fi →</a>
66+
<p class="premium-warning">Miss it? It's gone to the void forever.</p>
67+
</div>
4768
</section>
4869

4970
<style>
@@ -156,6 +177,92 @@ <h2 class="benefits-title">届くもの <span>What You'll Receive</span></h2>
156177
font-size: 0.8rem;
157178
color: var(--text-light);
158179
}
180+
181+
/* Premium tier */
182+
.premium-tier {
183+
background: linear-gradient(135deg, #1B3A5F 0%, #0d1f33 100%);
184+
color: #fff;
185+
padding: var(--space-xl);
186+
margin-top: var(--space-lg);
187+
text-align: center;
188+
}
189+
190+
.premium-badge {
191+
display: inline-block;
192+
font-family: var(--font-jp);
193+
font-size: 0.8rem;
194+
background: #E85D04;
195+
padding: 4px 12px;
196+
margin-bottom: var(--space-md);
197+
letter-spacing: 0.1em;
198+
}
199+
200+
.premium-title {
201+
font-family: var(--font-display);
202+
font-size: 1.5rem;
203+
margin: 0 0 var(--space-sm) 0;
204+
}
205+
206+
.premium-price {
207+
font-size: 2.5rem;
208+
font-weight: 700;
209+
margin: var(--space-md) 0;
210+
}
211+
212+
.premium-price span {
213+
font-size: 1rem;
214+
font-weight: 400;
215+
opacity: 0.7;
216+
}
217+
218+
.premium-desc {
219+
font-size: 0.95rem;
220+
opacity: 0.9;
221+
margin-bottom: var(--space-lg);
222+
}
223+
224+
.premium-features {
225+
list-style: none;
226+
padding: 0;
227+
margin-bottom: var(--space-lg);
228+
text-align: left;
229+
max-width: 300px;
230+
margin-left: auto;
231+
margin-right: auto;
232+
}
233+
234+
.premium-features li {
235+
padding: var(--space-sm) 0;
236+
border-bottom: 1px solid rgba(255,255,255,0.1);
237+
font-size: 0.9rem;
238+
}
239+
240+
.premium-features li::before {
241+
content: "✦ ";
242+
color: #FFD000;
243+
}
244+
245+
.premium-btn {
246+
display: inline-block;
247+
background: #E85D04;
248+
color: #fff;
249+
padding: var(--space-md) var(--space-xl);
250+
font-weight: 600;
251+
text-decoration: none;
252+
transition: background 0.2s;
253+
}
254+
255+
.premium-btn:hover {
256+
background: #FFD000;
257+
color: #1a1a1a;
258+
}
259+
260+
.premium-warning {
261+
margin-top: var(--space-md);
262+
font-size: 0.75rem;
263+
opacity: 0.6;
264+
font-style: italic;
265+
}
159266
</style>
160267

161268
<script>

themes/filmoru/layouts/partials/footer.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
<div class="footer-links">
1616
<a href="{{ .Site.BaseURL }}subscribe/">Subscribe</a>
1717
<span class="footer-sep">|</span>
18+
<a href="https://ko-fi.com/cassettefuture" target="_blank">Support</a>
19+
<span class="footer-sep">|</span>
1820
<a href="{{ .Site.BaseURL }}feedback/">Feedback</a>
1921
</div>
2022
<span class="footer-domain">anarchygames.org</span>

0 commit comments

Comments
 (0)