You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(home): fix learn-more grid, link About to flexion.us, remove /about/
Three review fixes rolled into one:
- The Learn more grid defined itself as a `container-type: inline-size`
container, so the nested `@container (min-width: 48rem)` column rule
could never match against its own container. Swap to a media query at
48rem so the two teasers lay out horizontally on desktop.
- The "Learn about Flexion" teaser now links to https://flexion.us/
instead of the local /about/ page.
- Remove the /about/ page entirely: delete content/about.md and
src/pages/about.tsx, drop the route from allRoutes, drop About from
header and footer nav, and update smoke, a11y, home, and routes tests
to match.
Copy file name to clipboardExpand all lines: docs/views/home.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Purpose
4
4
5
-
First impression for every visitor. Introduces Flexion Labs with a hero, showcases the three Flexion Solutions offerings as featured labs, and hands visitors off to the commitment and about pages.
5
+
First impression for every visitor. Introduces Flexion Labs with a hero, showcases the three Flexion Solutions offerings as featured labs, and hands visitors off to the commitment page and to flexion.us.
6
6
7
7
## Inputs
8
8
@@ -14,7 +14,7 @@ First impression for every visitor. Introduces Flexion Labs with a hero, showcas
14
14
15
15
-**When the page loads, then** the hero renders the `title` as `<h1>`, the `subtitle` as a tagline paragraph, and the rendered `intro` HTML as the intro block.
16
16
-**When there are featured labs, then** one `LabCard` is rendered per lab in `order` ascending.
17
-
-**When the page loads, then** a "Learn more" section renders two teasers linking to `/commitment/` and `/about/` respectively.
17
+
-**When the page loads, then** a "Learn more" section renders two side-by-side teasers — one linking to `/commitment/`, one linking to `https://flexion.us/`. The grid collapses to a single column below 48rem.
18
18
-**The stats strip is not rendered.** The catalog directory is disabled in this pass.
0 commit comments