# AI Learning Labs — Workflow

## Folder
`C:\Users\gb105\OneDrive\Documents\GitHub\core3.com\AI\labs\`

## Deployed at
`https://www.core3.com/AI/labs/`

## File naming
`lab-NN-short-title.html` — e.g. `lab-02-customize.html`

## Lab page structure
Each lab is a self-contained HTML file with:
- GA tag (G-291QNWCB1H)
- Navy header with eyebrow "AI Learning Labs", lab number badge, title, subtitle
- Cards: What you'll do · What you need · Steps · Success box · Coming up in Lab N+1
- Footer timestamp script
- No external CSS or JS dependencies

## Step card pattern
Steps use numbered circles (.step-num) with a heading and short paragraph.
Prompts the student will copy go in a .prompt-box with a Copy button.

## Adding a new lab
1. Copy `lab-01-hello-world.html` as the template
2. Update: lab number badge, h1 title, sub, What you'll do list, What you need list, Steps, Success box, Coming up teaser, page comment header, `<title>`
3. Update the "Coming up" teaser in the previous lab to match the new lab title
4. Commit and push

## Publishing
```bash
git add labs/
git commit -m "labs: add lab-NN title"
git push origin main
```
