About

Couple's route: a flight line with a plane and stops

“Our route” like a map in an in-flight magazine: a dashed flight line through four stops with city-code pins; a plane travels the line and draws the covered part as the section scrolls. Under the line, stop cards with a round photo, a date and a story; clicking a pin highlights its card.

What you can change

  • eyebrow, title (the part in «quotes» turns handwritten), lede
  • stops — exactly four: code, city, date, title, text, image
  • accent and background, tone

A link for your AI agent: preview, code and instructions.

Preview

1440pxHost theme

Use it with AI

  1. 1. Copy the link.
  2. 2. Write to your agent in your own words and drop the link into the sentence.
  3. 3. The agent opens the link and installs the component from the registry.
AI
1Pick it here

put this on the home page as the hero:

https://vibeui.ru/c/about-012?lang=en&theme=dark

2Paste into the chat
3Get it in your project

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, “use client” for the progress and pins. The line is an SVG viewBox 1000×260 with a path of T-segments: the segment ends are exactly the stop points, so pins sit on the curve. The plane is a path with offset-path:path(...) and offset-distance from --vibeui-about-012-p; the covered part is a second path with pathLength=1 and stroke-dashoffset from --vibeui-about-012-k. Both variables are written by an rAF scroll handler from the section's position in the window (0 entering from below, 1 once the centre has passed), without re-renders. Pins are <g role=button tabIndex> with data-active, [data-part=stop] cards highlight with a border and lift. The card grid is 4 per row from 56rem. Exactly four stops: extras are dropped. Palette --vibeui-about-012-* is neutral: ink and paper via light-dark(), the site colours come through the accent, ink and background props; dark theme via .dark/[data-theme] or tone. Oswald, Lobster and Manrope come via <link precedence> from Google Fonts with system fallbacks. accent and background override colours, prefers-reduced-motion disables animations.

Tags

  • wedding
  • travel
  • route
  • map
  • flight path
  • plane
  • scroll
  • offset-path
  • timeline
  • story
  • couple
  • retro
Component source

The same file your agent installs. Here in case you would rather copy it by hand.

Loading…