Build a Course Landing Page
Share With Your School
This is the capstone. You've gamified content, tracked progress, and built adaptive paths, now you'll package it into a course landing page you can share with parents, colleagues, and your whole school.
A great landing page does four jobs: a header that names the course and hooks the reader, a lessons list that shows what's inside, an enroll call-to-action that makes signing up effortless, and a footer that wraps it all up. You'll assemble each section in order.
This is the page you'll send when someone asks 'what are your students working on?' Build it well and let it speak for your class.
Instructions
Add a header section with a gradient background, the course title in an h1, and a one-line subtitle.
Hint: Use `<header class="bg-gradient-to-br from-indigo-900 via-gray-900 to-gray-900 py-20 px-6 text-center">` with an `<h1>` inside.
Where does this go?
<!-- Assemble your course landing page here -->Write it on line 11 — under that comment, after the code you already added.
Add a lessons list: a 'What You'll Learn' heading and a ul of rounded-xl list items.
Add an enroll call-to-action: a highlighted box with an 'Enroll Now' button.
Finish with a footer that wraps the page and credits the course.
Your Code
Describe what you want to build for this step and I'll write the code — then click Apply to drop it into your editor. This step: Add a header section with a gradient background, the course title in an h1, and a one-line subtitle.