Skip to content

Commit db2b6ee

Browse files
authored
Merge pull request #19 from devandapaige/support-page-nov25
support page updated
2 parents a2276d1 + 5793106 commit db2b6ee

2 files changed

Lines changed: 22 additions & 15 deletions

File tree

public/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link>https://pythonessprogrammer.com</link>
66
<description>Thoughts on technology, accessibility, and the human experience.</description>
77
<language>en</language>
8-
<lastBuildDate>Wed, 12 Nov 2025 19:19:37 GMT</lastBuildDate>
8+
<lastBuildDate>Fri, 14 Nov 2025 19:49:31 GMT</lastBuildDate>
99
<atom:link href="https://pythonessprogrammer.com/feed.xml" rel="self" type="application/rss+xml" />
1010

1111
<item>

src/app/support/page.tsx

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface LinkItem {
2020
// Support links section
2121
const supportLinks: LinkItem[] = [
2222
{
23-
name: 'Tip the Pythoness ☕',
23+
name: 'One-Time Tip ☕',
2424
url: 'https://buy.stripe.com/eVaeWq6303RIejK28g',
2525
color: 'bg-white/10 hover:bg-white/20'
2626
},
@@ -52,27 +52,33 @@ export default function SupportPage() {
5252
<h1 className="font-display text-3xl md:text-4xl text-white mb-2">Pythoness Programmer</h1>
5353
</Link>
5454
<p className="text-white/80 max-w-2xl mx-auto text-lg">
55-
Your support keeps me on my digital psychic quest, making tech accessible and empowering for everyone.
55+
Every resource I create is free. Every tutorial, every tool, every insight—available to anyone who needs it.
56+
Your support makes that possible.
5657
</p>
5758
</div>
5859

59-
{/* Personal Story Section */}
60+
{/* Value Proposition Section */}
6061
<div className="bg-white/10 backdrop-blur-md border border-white/20 rounded-lg p-6 mb-8 max-w-2xl">
61-
<h2 className="font-display text-xl text-white mb-4 text-center">Why Your Support Matters Right Now</h2>
62+
<h2 className="font-display text-xl text-white mb-4 text-center">Keep the Free Resources Flowing</h2>
6263
<div className="text-white/90 space-y-4 text-left">
6364
<p>
64-
We&apos;re currently in a government shutdown, and I&apos;ve been out of work since January 2025. This is all I do now.
65-
As someone navigating the SSDI process while my husband works as a federal employee, our income depends on
66-
government budget approvals. We&apos;re in the middle of another long furlough with no end in sight.
65+
I believe technology education should be accessible to everyone—no paywalls, no gatekeeping, no barriers.
66+
That&apos;s why everything I create is free: coding tutorials, accessibility guides, neurodivergent-friendly tools,
67+
and resources that help people navigate the digital world with confidence.
6768
</p>
6869
<p>
69-
I have no 401K, no savings to fall back on. Your contributions literally help me pay my bills, keep the lights on,
70-
continue my research into accessible technology, and yes, keep my cats fed with their favorite treats.
71-
More importantly, they let me keep creating content, tools, and resources that make technology more approachable
72-
for neurodivergent folks and everyone who&apos;s ever felt overwhelmed by the digital world.
70+
Creating high-quality, free content takes time, research, and resources. Your support directly enables me to:
7371
</p>
72+
<ul className="list-disc list-inside space-y-2 ml-4 text-white/90">
73+
<li>Continue producing free tutorials and guides</li>
74+
<li>Develop new tools and resources for the community</li>
75+
<li>Research and share accessibility best practices</li>
76+
<li>Maintain and improve existing free resources</li>
77+
<li>Keep creating content that makes tech less intimidating</li>
78+
</ul>
7479
<p className="text-brand-green-accent font-medium">
75-
Every coffee, every tip, every share makes a real difference in keeping this mission alive during this difficult time.
80+
When you support this work, you&apos;re not just supporting me—you&apos;re ensuring these resources stay free
81+
and accessible for everyone who needs them.
7682
</p>
7783
</div>
7884
</div>
@@ -81,9 +87,10 @@ export default function SupportPage() {
8187
<div className="w-full space-y-8">
8288
{supportLinks.length > 0 && (
8389
<div className="space-y-3">
84-
<h2 className="font-display text-xl text-white text-center">Ways to Support</h2>
90+
<h2 className="font-display text-xl text-white text-center">Choose Your Support Method</h2>
8591
<p className="text-white/80 text-sm text-center mb-3">
86-
Every contribution, no matter the size, helps keep this mission going.
92+
Whether it&apos;s the price of a coffee or a monthly contribution, your support directly fuels more free content
93+
for the community. Every amount makes a difference.
8794
</p>
8895
{/* Direct support usernames */}
8996
<div className="grid grid-cols-1 md:grid-cols-3 gap-3">

0 commit comments

Comments
 (0)