From d270edab34e1eadc3d0de2437ebc9a8f1b249519 Mon Sep 17 00:00:00 2001 From: Jona Decker Date: Tue, 5 May 2026 20:51:03 -0500 Subject: [PATCH 01/32] Update forms-lab.md --- content/featured/forms-lab.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/featured/forms-lab.md b/content/featured/forms-lab.md index e2e9dd1..157615a 100644 --- a/content/featured/forms-lab.md +++ b/content/featured/forms-lab.md @@ -1,6 +1,7 @@ --- title: Forms Lab -tagline: Digitize forms to create modern, accessible experiences for public outreach. +tagline: Digitize forms to create modern, accessible experiences for public outreach. Simple, accessible, and conformant, with powerful automation and integration options. + order: 1 links: - label: Forms Platform From 7d94ca9dcf0b0902d2f49480bd366391c69c57bf Mon Sep 17 00:00:00 2001 From: Jona Decker Date: Tue, 5 May 2026 20:59:00 -0500 Subject: [PATCH 02/32] Update home.test.tsx --- tests/views/home.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/views/home.test.tsx b/tests/views/home.test.tsx index a5edeb3..f841187 100644 --- a/tests/views/home.test.tsx +++ b/tests/views/home.test.tsx @@ -18,7 +18,7 @@ const hero = { const featured: FeaturedLab[] = [ { title: 'Forms Lab', - tagline: 'Digitize forms to create modern, accessible experiences for public outreach.', + tagline: 'Digitize forms to create modern, accessible experiences for public outreach. Simple, accessible, and conformant, with powerful automation and integration options.', order: 1, links: [ { label: 'Forms Platform', url: 'https://10x-forms.labs.flexion.us/', kind: 'demo' }, From 8f810dc7056f75038c20b5133cb27d05257904c5 Mon Sep 17 00:00:00 2001 From: Daniel Naab Date: Wed, 6 May 2026 09:28:27 -0500 Subject: [PATCH 03/32] Update title and subtitle in home.md --- content/home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/home.md b/content/home.md index d173d5f..de76660 100644 --- a/content/home.md +++ b/content/home.md @@ -1,6 +1,6 @@ --- -title: Solutions for the public, in the open -subtitle: +title: Flexion Labs +subtitle: Solutions for the public, in the open intro: | Flexion is committed to excellence in civic technology. We are also committed to transparency. As part of that commitment, Flexion Labs From a531749615b7e10dbc6ea28b3933b2d6aeefc610 Mon Sep 17 00:00:00 2001 From: Daniel Naab Date: Wed, 6 May 2026 14:37:43 +0000 Subject: [PATCH 04/32] Replace tornado icon with Flexion wordmark logo Use the official Flexion SVG from flexion.us, which includes the logo mark, wordmark, and tagline in one image. --- src/design/assets/flexion_logo.svg | 1 + src/design/components/header/index.tsx | 9 ++++----- src/design/components/header/styles.css | 6 +----- 3 files changed, 6 insertions(+), 10 deletions(-) create mode 100644 src/design/assets/flexion_logo.svg diff --git a/src/design/assets/flexion_logo.svg b/src/design/assets/flexion_logo.svg new file mode 100644 index 0000000..815b42f --- /dev/null +++ b/src/design/assets/flexion_logo.svg @@ -0,0 +1 @@ + diff --git a/src/design/components/header/index.tsx b/src/design/components/header/index.tsx index 321e049..5d283dd 100644 --- a/src/design/components/header/index.tsx +++ b/src/design/components/header/index.tsx @@ -7,13 +7,12 @@ export function Header({ config }: { config: SiteConfig }) {