Skip to content

Cursor/fabel referral and social 7325#25

Merged
devandapaige merged 2 commits intomainfrom
cursor/fabel-referral-and-social-7325
Mar 8, 2026
Merged

Cursor/fabel referral and social 7325#25
devandapaige merged 2 commits intomainfrom
cursor/fabel-referral-and-social-7325

Conversation

@devandapaige
Copy link
Copy Markdown
Owner

@devandapaige devandapaige commented Mar 8, 2026

Note

Medium Risk
Broad, site-wide UI/content and theming changes across many pages increase the chance of broken styling/contrast or incorrect links, but there are no backend/security-sensitive changes.

Overview
Switches the site out of Rest Mode and into Active Mode, updating brand theming from purple to green across global styles, typography, header/footer, blog styling, and CTA/button contrast.

Replaces the homepage RestPeriodHome with a full active-season landing page that promotes services (async + live sessions), and rewrites the Services page from a “resume in March” placeholder into a complete offerings/FAQ/process flow with direct cal.com booking CTAs.

Refreshes the Links and Support experiences: adds Mastodon/Fable social links (with new SVG icons), introduces a Fable referral section, swaps Amazon wishlist to Throne, and updates the RSS feed.xml content/build date plus rest-period documentation notes.

Written by Cursor Bugbot for commit 2fac3a6. This will update automatically on new commits. Configure here.

cursoragent and others added 2 commits February 23, 2026 03:47
- Add Fable book icon SVG to public/icons/
- Add Fable social profile link to links page and footer Connect section
- Add Fable referral link to affiliate/referral links section with disclaimer
- Render the referral links section on the links page

Co-authored-by: Amanda Nelson <jobs@amanda-nelson.com>
Flip site from purple “rest” palette to active green (effective Mar 8, 2026): update globals/tailwind colors, swap component classes across pages to use brand-green (accent/dark), set button text to black where needed, and adjust UI accents and rings. Content updates include feed.xml lastBuildDate and text refinements, expanded CTAs (service/pricing links, booking options, newsletter), and miscellaneous copy tweaks. Add new assets: optimized fable.svg and a new mastodon.svg, and add src/docs/AboutMeRewrite.md. Overall changes prepare the site for Active Mode and update styling, links, and promotional content.
@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 8, 2026

Deploy Preview for pythoness-programmer ready!

Name Link
🔨 Latest commit 2fac3a6
🔍 Latest deploy log https://app.netlify.com/projects/pythoness-programmer/deploys/69add0981ac44300086b178b
😎 Deploy Preview https://deploy-preview-25--pythoness-programmer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@devandapaige devandapaige merged commit 79ae06c into main Mar 8, 2026
5 of 6 checks passed
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Bugbot Free Tier Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

},
link: "text-brand-green-accent hover:text-brand-green-dark transition-colors",
button: "inline-flex items-center px-6 py-3 bg-brand-green-dark hover:bg-brand-green-accent text-white rounded-lg transition-colors duration-200",
button: "inline-flex items-center px-6 py-3 bg-brand-green-dark hover:bg-brand-green-accent text-black rounded-lg transition-colors duration-200",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Black text on dark background causes poor contrast

High Severity

The button style uses bg-brand-green-dark (#2e3d2a, a very dark green) as the default background with text-black. Black text on a near-black background results in extremely poor contrast, making the button text essentially unreadable. The previous value text-white was correct for this dark background. The text-black change was likely intended only for buttons using the lighter brand-green-accent background, not this dark one.

Fix in Cursor Fix in Web

}: HeroCardProps) {
return (
<div className="bg-gradient-to-b from-brand-green-dark to-brand-purple-dark text-white py-12 relative overflow-hidden">
<div className="bg-gradient-to-b from-brand-green-dark to-brand-green-dark text-white py-12 relative overflow-hidden">
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gradient uses identical start and end colors

Low Severity

The gradient bg-gradient-to-b from-brand-green-dark to-brand-green-dark uses the same color for both ends, making it a plain solid color. Previously it transitioned from brand-green-dark to brand-purple-dark. This appears to be leftover gradient syntax that could simply be bg-brand-green-dark.

Fix in Cursor Fix in Web

@devandapaige devandapaige deleted the cursor/fabel-referral-and-social-7325 branch March 14, 2026 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants