Replace ML-Project samples with the Capasight launch site - #4
Merged
Conversation
Rebuilds this repository as the Capasight design-partner site: a one-page Astro build for validating demand for critical talent feasibility work with Nordic enterprises. The sample Python, Terraform, CLI, pipeline and full-stack projects are removed. Git history and the MIT licence are preserved, and the previous contents remain at archive/ml-project-before-capasight. Design — a Nordic editorial survey plate. Talent markets are modelled as a scalar field and traced into contour lines with marching squares at build time (src/lib/contours.ts), then drawn as a map with the workforce plan's route across it, plus a cross-section against the level the plan requires. Shortfalls are hatched rather than coloured red: the plate marks ground it cannot vouch for instead of asserting a severity nobody measured. All static SVG, so the plates need no JavaScript and ship no runtime cost. Honesty is enforced, not intended: - scripts/verify-claims.mjs fails the build if a quantitative market claim reaches the copy without a complete Claim record behind it, or if a record is incomplete, non-HTTPS, or misdated. The one statistic on the page ships with its population, publisher, publication date and last-verified date. - PUBLIC_BOOKING_URL is required and validated; production builds fail rather than ship a dead call-to-action. - No customer, dataset, integration, partnership or result is claimed, and scenarios are labelled illustrative wherever they appear. Quality: WCAG 2.2 AA, keyboard-operable tablist with roving tabindex and ARIA status, skip link, 44px targets, text alternatives for every plate. Works without JavaScript and honours prefers-reduced-motion. 72 Playwright tests (smoke, keyboard, links, axe, 360/768/1024/1440) pass on Chromium, Firefox and WebKit. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebuilds this repository as the Capasight design-partner site: a one-page Astro build that validates demand for critical talent feasibility work with Nordic enterprises, per PLAN.md.
The sample Python, Terraform, CLI, pipeline and full-stack projects are removed. Git history and the MIT licence are preserved, and the previous contents remain at
archive/ml-project-before-capasight.The design
A Nordic editorial survey plate. Talent markets are modelled as a scalar field and traced into contour lines with marching squares at build time (
src/lib/contours.ts), then drawn as a map with the workforce plan's route across it, plus a cross-section against the level the plan requires.Shortfalls are hatched rather than coloured red — the plate marks ground it cannot vouch for instead of asserting a severity nobody measured. The logo is the same idea at small scale: capacity layers cut by a sight-line.
It is all static SVG, so the plates need no JavaScript and ship no runtime cost.
Honesty is enforced, not intended
scripts/verify-claims.mjsfails the build if a quantitative market claim reaches the copy without a completeClaimrecord behind it, or if a record is incomplete, non-HTTPS, or misdated. The single statistic on the page ships with its population, publisher, publication date and last-verified date.PUBLIC_BOOKING_URLis required and validated — production builds fail rather than ship a dead call-to-action.Quality
WCAG 2.2 AA, keyboard-operable tablist with roving tabindex and ARIA status, skip link, 44px targets, text alternatives for every plate. Works with JavaScript disabled and honours
prefers-reduced-motion.72 Playwright tests — smoke, keyboard, links, axe, and 360/768/1024/1440 widths — pass on Chromium, Firefox and WebKit.
Before this is public
PUBLIC_BOOKING_URL(currently a reservedexample.comaddress) with the real scheduling link.site.legalEntityonce it exists.🤖 Generated with Claude Code