Curriculum Overview Hero Template

Clearly outline what students will learn with a hero that highlights your course curriculum.

This layout helps potential students see the tangible value and skills they will gain, pairing a concise list of learning objectives with the main course information and call-to-action.

A hero section with bullet points outlining the course curriculum.

Get Source Code Preview

About the Curriculum Overview Hero

Before enrolling in a course, students want to know exactly what they're signing up for. This hero section is designed to answer that question by providing a clear, scannable overview of the curriculum. By listing the main skills and topics covered, you build transparency and confidence, making it easier for a potential student to decide if the course is right for them.

Features

Code Breakdown

The component is delivered as a CSS block for your website's head and an HTML block for the body.

The .curriculum-hero-container uses CSS Grid (display: grid) to create its layout. On desktops, grid-template-columns: repeat(2, 1fr) divides the space into two equal columns. This automatically becomes a single-column layout on mobile.

The curriculum points are in an unordered list (ul). Each list item (li) is a Flexbox container itself, which allows for the simple vertical alignment of the checkmark icon and the text. The inline svg icons are lightweight and can be easily styled with CSS via the currentColor value.

Code

View Output