{steps.map(s => {
const info = [
{ title: "Define Purpose", desc: "Identify if you need a Professional CV, Portfolio, or a Business Landing Page." },
{ title: "Choose Domain", desc: "Select your digital address. Keep it memorable and professional." },
{ title: "Select Hosting", desc: "Choose where your files live (GitHub, Netlify, Vercel)." },
{ title: "Design Layout", desc: "Plan the visual structure and user journey map." },
{ title: "Code Frontend", desc: "This is the 'Vibe' stage! Use AI to generate HTML/CSS/JS." },
{ title: "Deploy", desc: "Go live! Copy-paste the code and hit publish." }
][s-1];
return (
{s}
{info.title}
{info.desc}
);
})}
);
const CRFSlide = () => (
The Secret Sauce: C.R.F. Framework
C
Context
Who are you and what is the goal?
+
R
Requirements
Features, colors, & specific sections.
+
F
Format
How should the AI deliver results?
= SUCCESSFUL VIBE
);
const DemoSlide = () => (
Live Demo: The "Gold Medal" Prompt
// Context
"I am a professional developer building a high-end personal website using Vibe Coding..."
// Requirements
"Visual Style: Modern card-based layout with Glassmorphism. Palette: Navy Blue (#002147) & Gold accents..."
// Format
"Provide solution in ONE single code block (HTML/CSS/JS) for immediate Copy and Paste experience."
{[
"1. Access the AI Chat interface.",
"2. Drag your 'Sample_Profile.txt' data.",
"3. Apply the C.R.F. Master Prompt.",
"4. Preview and tweak your 'Vibe'!"
].map((text, i) => (
{i+1}
{text}
))}
{formatTime(seconds)}
);
};
const SummarySlide = () => (
Summary Checklist
{[
"Followed the 6-Step Roadmap?",
"Applied C.R.F. Framework correctly?",
"Website Preview functional and live?",
"Vibe confirmed and personal brand ready?"
].map((item, idx) => (
{item}
))}
);
const AssessmentSlide = () => (
Knowledge Check
Question 1
What does the 'F' in C.R.F. stand for?
ANSWER: Format
Question 2
Which roadmap step involves the actual coding process?
ANSWER: Step 5 (Code Frontend)
);
const QASlide = () => (
Any Questions?
Feel free to ask about Prompt Engineering or AI Vibe Coding.
Post-Session Survey
Scan to share your feedback!
"On a scale of 1-5, how likely are you to use this for your CV?"