Skool Lessons — VA Upload Guide
Internal file. Do not link this page in Skool.
Step 1 — Upload
- In Hostinger File Manager, create folder
public_html/lessons/ - Upload every file in this folder into it — including
lessons.cssandlessons.js(all lesson pages depend on these two; without them pages render unstyled). - Test one URL in a browser: check the orange hero, the progress bar while scrolling, a Copy button, and one quiz question.
Restyle everything later by editing one file: colors/fonts live in lessons.css; quiz + copy-button + checklist behavior in lessons.js. Never edit styles inside individual lesson pages.
Step 2 — Link each Skool module
In each Skool classroom lesson, add a button/link: "Read the full lesson →" pointing to its URL below. Keep the video (if any) in Skool; the page is the written version.
| Skool module | Live URL after upload |
|---|---|
| Start Here | https://fulltimerealestatephotographer.com/lessons/start-here.html |
| Equipment | https://fulltimerealestatephotographer.com/lessons/equipment.html |
| How to Get Your First 10 Clients | https://fulltimerealestatephotographer.com/lessons/first-10-clients.html |
| What To Sell | https://fulltimerealestatephotographer.com/lessons/what-to-sell.html |
| How to Price | https://fulltimerealestatephotographer.com/lessons/how-to-price.html |
| Finding Editors | https://fulltimerealestatephotographer.com/lessons/finding-editors.html |
| Marketing Your Services | https://fulltimerealestatephotographer.com/lessons/marketing.html |
| Selling Your Services | https://fulltimerealestatephotographer.com/lessons/selling.html |
| Business Structure | https://fulltimerealestatephotographer.com/lessons/business-structure.html |
| Managing Your Clients | https://fulltimerealestatephotographer.com/lessons/client-management.html |
| The Path Is Simple (draft) | https://fulltimerealestatephotographer.com/lessons/the-path-is-simple.html |
| Interviews | No page — video-only module, per Julian. |
CTA map (for future edits)
Every lesson ends with a free 1-on-1 call CTA. Most point to /scale (general "tell me where you're stuck" form). Two point to /partner (operator/partnership pitch): Business Structure and The Path Is Simple. Secondary link everywhere: the $37 playbook at /special-offer.
If Julian supplies a real booking link (Calendly etc.), find-and-replace the /scale and /partner button hrefs across all files — leave the secondary /special-offer links alone.
Notes
- Live calculators are on: how-to-price (market pricing + hourly-rate trap), first-10-clients (90-day projection), finding-editors (edit-chair cost). Their logic is inline in each page — test each after upload by changing an input.
- All pages carry
noindexso Google doesn't serve the free lessons outside the community. - Each file is self-contained (styles inline). Editing one page never breaks another.