Not here for the training, but believe in the vision?
You’re exactly who we need.
From Prompts to Power™ is more than AI education. It’s a movement. We’re pushing for equity in tech, closing knowledge gaps, and ensuring AI empowers everyone, not just the few.
Your support changes trajectories:
-
Fund scholarships for those who are traditionally underrepresented in advancement opportunities
-
Back new training designed with cultural fluency in mind
-
Amplify access for grassroots organizations doing critical work
Choose Your Impact: Every dollar unlocks opportunity. Which legacy will you create?
Individual Support
-
$100 → Full course scholarship for a future leader (Most Popular!)
-
$250 → Train a trainer, who will educate 50+ students per year
Organizational & Large-Scale Impact
-
$1000 → Sponsor a domestic small nonprofit cohort
-
$2,000 → Sponsor an international small nonprofit cohort
-
Custom Amount → Every dollar fuels the mission.
Want to discuss a customized training? Email us at info@prompttopower.io

Fuel the Mission
(Even If You Don’t Need the Courses)
What You'll Get From Our Courses
Humans have spent lifetimes code-switching to survive broken systems.
Now AI is learning to copy those systems, reinforcing who gets heard, who gets erased, and what's considered "neutral".
We're not here to adapt to AI.
We're here to Train AI to Move how YOU Move™.
Join these courses to learn strategy-driven, bias-aware, culturally fluent prompting, designed for real life, not just theory.
AI should work with your voice, not flatten it.
AI should be trained to understand you.
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>From Prompts to Power™</title> <link href="https://fonts.googleapis.com/css2?family=Marmelad&family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet"> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Poppins', sans-serif; line-height: 1.6; color: #1a1a1a; width: 100%; overflow-x: hidden; } /* Wix-optimized container */ .container { max-width: 1200px; margin: 0 auto; padding: 0 15px; width: 100%; position: relative; z-index: 2; } /* First Section - Lab Introduction */ .lab-section { background: linear-gradient(135deg, #16499C 0%, #1D407E 50%, #0D2A5C 100%); color: #FFFFFF; padding: 60px 0; position: relative; overflow: hidden; width: 100%; } .lab-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 20% 30%, rgba(255, 97, 97, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.05) 0%, transparent 50%); pointer-events: none; } .lab-hero { text-align: center; margin-bottom: 50px; } .lab-tagline { font-family: 'Poppins', sans-serif; font-size: clamp(1.1rem, 2.5vw, 1.3rem); margin-bottom: 15px; opacity: 0.9; font-weight: 400; color: #E8F2FF; } .lab-title { font-family: 'Marmelad', sans-serif; font-size: clamp(2.2rem, 6vw, 3.8rem); font-weight: 400; margin-bottom: 20px; background: linear-gradient(45deg, #FF6161, #FFFFFF, #FF6161); background-size: 200% 200%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: gradientShift 4s ease-in-out infinite; line-height: 1.1; } .lab-subtitle { font-family: 'Poppins', sans-serif; font-size: clamp(1.2rem, 3.5vw, 1.7rem); margin-bottom: 40px; font-weight: 500; max-width: 700px; margin-left: auto; margin-right: auto; color: #FFFFFF; } /* Enhanced feature cards grid - ensures 3 cards per row on desktop */ .lab-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-bottom: 50px; align-items: stretch; } .feature-card { background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(15px); border: 1px solid rgba(255, 97, 97, 0.3); border-radius: 18px; padding: 25px 20px; transition: all 0.3s ease; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-start; min-height: 160px; } .feature-card::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 97, 97, 0.1), transparent); transition: left 0.5s; } .feature-card:hover::before { left: 100%; } .feature-card:hover { transform: translateY(-8px); box-shadow: 0 15px 35px rgba(255, 97, 97, 0.3); border-color: rgba(255, 97, 97, 0.6); background: rgba(255, 255, 255, 0.15); } .feature-title { font-family: 'Marmelad', sans-serif; font-size: clamp(1.1rem, 2.5vw, 1.25rem); font-weight: 400; margin-bottom: 12px; color: #FF6161; line-height: 1.3; } .feature-desc { font-family: 'Poppins', sans-serif; font-size: clamp(0.95rem, 2vw, 1.05rem); opacity: 0.95; line-height: 1.5; font-weight: 400; color: #FFFFFF; } .impact-statement { text-align: center; margin-bottom: 40px; } .impact-text { font-family: 'Marmelad', sans-serif; font-size: clamp(1.3rem, 3.5vw, 1.9rem); font-weight: 400; line-height: 1.3; max-width: 800px; margin: 0 auto 30px; color: #FFFFFF; } .impact-subtext { font-family: 'Poppins', sans-serif; font-size: clamp(1rem, 2.5vw, 1.25rem); opacity: 0.9; max-width: 750px; margin: 0 auto; line-height: 1.5; font-weight: 400; color: #E8F2FF; } /* Enhanced learning grid - ensures 4 items per row on desktop */ .learning-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 40px; align-items: stretch; } .learning-item { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 20px 15px; background: rgba(255, 255, 255, 0.08); border-radius: 15px; border-left: 4px solid #FF6161; transition: all 0.3s ease; min-height: 180px; } .learning-item:hover { transform: translateY(-8px); background: rgba(255, 255, 255, 0.15); box-shadow: 0 10px 25px rgba(29, 64, 126, 0.3); } .learning-emoji { font-size: 2.2rem; margin-bottom: 15px; display: block; } .learning-content h4 { font-family: 'Marmelad', sans-serif; font-size: clamp(1rem, 2.2vw, 1.15rem); font-weight: 400; margin-bottom: 10px; color: #FFFFFF; line-height: 1.3; } .learning-content p { font-family: 'Poppins', sans-serif; font-size: clamp(0.9rem, 1.8vw, 1rem); opacity: 0.9; line-height: 1.4; font-weight: 400; color: #E8F2FF; } /* Second Section - What You'll Get */ .power-section { background: linear-gradient(135deg, #F8FBFF 0%, #E8F2FF 100%); padding: 60px 0; position: relative; width: 100%; } .power-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 15% 20%, rgba(22, 73, 156, 0.05) 0%, transparent 50%), radial-gradient(circle at 85% 80%, rgba(255, 97, 97, 0.05) 0%, transparent 50%); } .power-hero { text-align: center; margin-bottom: 50px; position: relative; z-index: 2; } .power-title { font-family: 'Marmelad', sans-serif; font-size: clamp(2rem, 5vw, 3rem); font-weight: 400; color: #16499C; margin-bottom: 30px; line-height: 1.2; } .power-narrative { max-width: 700px; margin: 0 auto; font-family: 'Poppins', sans-serif; font-size: clamp(1.1rem, 2.8vw, 1.4rem); color: #1D407E; line-height: 1.6; margin-bottom: 40px; font-weight: 400; } .highlight-text { background: linear-gradient(120deg, #FF6161, #16499C); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-weight: 600; } .mission-statement { background: linear-gradient(135deg, #16499C, #1D407E); color: #FFFFFF; padding: 40px 30px; border-radius: 20px; text-align: center; margin: 40px 0; position: relative; overflow: hidden; border: 3px solid rgba(255, 97, 97, 0.3); } .mission-statement::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255, 97, 97, 0.1) 1px, transparent 1px); background-size: 30px 30px; animation: float 20s linear infinite; opacity: 0.5; } .mission-text { font-family: 'Marmelad', sans-serif; font-size: clamp(1.6rem, 4.5vw, 2.5rem); font-weight: 400; line-height: 1.2; position: relative; z-index: 2; } .mission-subtext { font-family: 'Poppins', sans-serif; font-size: clamp(1.1rem, 2.8vw, 1.4rem); margin-top: 25px; opacity: 0.95; position: relative; z-index: 2; font-weight: 400; } .cta-section { text-align: center; margin-top: 40px; position: relative; z-index: 2; } .cta-text { font-family: 'Poppins', sans-serif; font-size: clamp(1.2rem, 3.5vw, 1.6rem); color: #1D407E; margin-bottom: 25px; font-weight: 600; line-height: 1.4; } /* Enhanced final statement - ensures 2 cards per row */ .final-statement { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; margin-top: 40px; align-items: stretch; } .statement-card { background: #FFFFFF; padding: 30px 25px; border-radius: 18px; box-shadow: 0 8px 25px rgba(22, 73, 156, 0.1); border-left: 6px solid #FF6161; transition: all 0.3s ease; border: 1px solid rgba(22, 73, 156, 0.1); display: flex; flex-direction: column; justify-content: flex-start; } .statement-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(22, 73, 156, 0.2); border-left-color: #1D407E; } .statement-card h3 { font-family: 'Marmelad', sans-serif; font-size: clamp(1.2rem, 2.8vw, 1.4rem); font-weight: 400; color: #16499C; margin-bottom: 12px; line-height: 1.3; } .statement-card p { font-family: 'Poppins', sans-serif; font-size: clamp(1rem, 2.2vw, 1.1rem); color: #1D407E; line-height: 1.5; font-weight: 400; } .emphasis { font-weight: 700; color: #FF6161; } .mission-highlight { color: #FF6161; font-weight: 400; } @keyframes gradientShift { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } } @keyframes float { 0% { transform: translate(0, 0) rotate(0deg); } 33% { transform: translate(30px, -30px) rotate(120deg); } 66% { transform: translate(-20px, 20px) rotate(240deg); } 100% { transform: translate(0, 0) rotate(360deg); } } /* Enhanced mobile responsiveness for Wix */ @media (max-width: 1024px) { .learning-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; } .lab-features { grid-template-columns: repeat(2, 1fr); gap: 20px; } .final-statement { grid-template-columns: 1fr; gap: 20px; } } @media (max-width: 768px) { .container { padding: 0 12px; } .lab-section, .power-section { padding: 40px 0; } .lab-features { grid-template-columns: 1fr; gap: 18px; } .learning-grid { grid-template-columns: 1fr; gap: 15px; } .learning-item { min-height: 140px; padding: 18px 12px; } .feature-card { min-height: 140px; padding: 20px 18px; } .mission-statement { padding: 30px 20px; margin: 30px 0; } .statement-card { padding: 25px 20px; } .final-statement { margin-top: 30px; } } @media (max-width: 480px) { .container { padding: 0 10px; } .lab-section, .power-section { padding: 30px 0; } .learning-item { min-height: 120px; padding: 15px 10px; } .feature-card { min-height: 120px; padding: 18px 15px; } .mission-statement { padding: 25px 15px; } .statement-card { padding: 20px 15px; } } </style> </head> <body> <!-- First Section: Lab Introduction --> <section class="lab-section"> <div class="container"> <div class="lab-hero"> <p class="lab-tagline">From Prompts to Power™ isn't just a course.</p> <h1 class="lab-title">It's a lab.</h1> <p class="lab-subtitle">A hands-on space where you don't just learn AI. You shape it.</p> </div> <div class="lab-features"> <div class="feature-card"> <h3 class="feature-title">Train AI to Your Voice</h3> <p class="feature-desc">Reflect your professional, cultural, and personal voice in every interaction</p> </div> <div class="feature-card"> <h3 class="feature-title">Detect & Disrupt Bias</h3> <p class="feature-desc">Stop harmful patterns before they spread and impact communities</p> </div> <div class="feature-card"> <h3 class="feature-title">Drive Real Change</h3> <p class="feature-desc">Apply prompt engineering to create meaningful systems transformation</p> </div> </div> <div class="impact-statement"> <p class="impact-text"><strong>This isn't theory. This is practical power.</strong></p> <p class="impact-subtext">Built by public health strategists, community advocates, and technologists who know what's at stake because we've lived it. <strong>We don't teach AI for the sake of tech. We teach it for the sake of impact.</strong></p> </div> <div class="learning-grid"> <div class="learning-item"> <span class="learning-emoji">🎙️</span> <div class="learning-content"> <h4>Get Interactive Support</h4> <p>Ask questions, test prompts, get real feedback from experienced practitioners</p> </div> </div> <div class="learning-item"> <span class="learning-emoji">✍🏽</span> <div class="learning-content"> <h4>Practice Hands-On</h4> <p>Build, revise, and apply prompts that matter in real-world scenarios</p> </div> </div> <div class="learning-item"> <span class="learning-emoji">🌍</span> <div class="learning-content"> <h4>Learn in Cultural Context</h4> <p>We don't sanitize language or skip the context that makes communication authentic</p> </div> </div> <div class="learning-item"> <span class="learning-emoji">🧠</span> <div class="learning-content"> <h4>Adult Learning Approach</h4> <p>Designed for your pace, attention span, and professional goals</p> </div> </div> </div> </div> </section> <!-- Second Section: What You'll Get --> <section class="power-section"> <div class="container"> <div class="power-hero"> <h2 class="power-title">What You'll Get From Our Courses</h2> <div class="power-narrative"> <p>Humans have spent lifetimes code-switching to survive broken systems.</p> <p>Now AI is learning to copy those systems, reinforcing who gets heard, who gets erased, and what's considered "<span class="highlight-text">neutral</span>".</p> </div> </div> <div class="mission-statement"> <h3 class="mission-text">We're not here to adapt to AI.<br> <span class="mission-highlight">We're here to Train AI to Move how YOU Move™.</span></h3> <p class="mission-subtext">Join these courses to learn strategy-driven, bias-aware, culturally fluent prompting, designed for real life, not just theory.</p> </div> <div class="final-statement"> <div class="statement-card"> <h3>AI should work <span class="emphasis">with</span> your voice, not flatten it.</h3> <p>Every prompt you craft should amplify your authentic communication style, not force you into generic patterns that strip away your identity and expertise.</p> </div> <div class="statement-card"> <h3>AI should be trained to understand you.</h3> <p>Rather than changing how you communicate to fit AI's limitations, learn how to teach AI to recognize and respond to your cultural context and professional needs.</p> </div> </div> </div> </section> </body> </html>
Why From Prompts to Power™?
AI isn’t neutral.
It’s trained on biased data, flattens culture, and often reflects the same gaps we’re trying to solve in our work.
🎙️
Your Voice, Amplified
Make AI sound like you.
Professional, Cultural, Authentic
🛡️
Bias, Checked
Spot and fix AI’s harmful defaults in real time
🌍
Systems, Transformed
Use AI to drive equity in health, tech, and beyond.
Who Is This For?
If you've ever said...
💬 “I don’t have time to figure this out on my own.”
💬 “I need something that works in the real world.”
💬 “I’m not here to become an AI expert—I just want to use it powerfully.”
Then you’re exactly who we made this for.
From Prompts to Power™ is for people doing the real work, leading programs, shaping policy, writing grants, building teams, and making decisions that carry weight.
You’re not here for tech hype. You need tools that fit your world, not the other way around. This series is for professionals who want to stay sharp, lead with clarity, and use AI without losing their voice or values.
The courses are designed for:
✓ Public health pros, mission-driven leaders, and everyday creatives who want to use AI with intention, not intimidation
✓ Gen Xers, Millennials, and up who want to stay relevant without becoming a tech bro
✓ Neurodivergent, multitasking, or easily-distracted learners who need short, high-impact sessions

