Online course
A course week as a calendar lane
How a week goes — as a calendar lane: seven day columns, sessions laid out like calendar events, the live pulses with a dot and is filled with the marker, empty days are hatched. Columns cascade in. Below, a photo of a session and the learning formats.
What you can change
- days: day, kind, time, title, text — several events on one day are fine
- weekdays, formats, image, imageAlt, caption; eyebrow, title, lede
- accent and background, tone
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/course-004?lang=en&theme=dark
Not sure where to paste it? Step-by-step guide
Show the full instructions
What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.
Loading…
For developers
The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.
Technical notes
One file, zero dependencies, a server component. Days are grouped by weekdays: each column is a <li data-busy> with the day label and an events list, an empty one a hatched span (repeating-linear-gradient). An event is a card with a coloured bar on the left, a “kind · time” meta line, a title and text; a kind from the set “лайв/live/эфир/вебинар” yields data-kind=live: a marker fill and a pulsing dot (@keyframes scale/opacity on ::after). Columns use @keyframes with a --n×80ms delay. Below 48rem (container query) columns become rows with the day on the left (3.2rem/1fr); from 48rem seven columns; from 64rem the photo and formats in two columns. Palette --vibeui-course-004-* is neutral: ink and paper via light-dark(), the site colours come through the accent, ink and background props; Unbounded and Inter via <link precedence> from Google Fonts with system fallbacks. tone pins the scheme, accent, ink and background override colours.
Tags
- course
- education
- edtech
- landing
- schedule
- calendar
- week
- format
- live
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…