diff --git a/frontend/src/pages/manifesto.astro b/frontend/src/pages/manifesto.astro index d636dda..c9ee37f 100644 --- a/frontend/src/pages/manifesto.astro +++ b/frontend/src/pages/manifesto.astro @@ -10,9 +10,16 @@ import PublicLayout from '../layouts/PublicLayout.astro';

A technical and political vision for governance infrastructure in the digital age.

+ -
+

The Problem with Digital Governance

We have built extraordinary tools for communication, collaboration, and coordination. @@ -38,7 +45,7 @@ import PublicLayout from '../layouts/PublicLayout.astro';

-
+

Governance as Infrastructure

Likwid treats governance not as a feature to be bolted onto other systems, but as @@ -69,7 +76,7 @@ import PublicLayout from '../layouts/PublicLayout.astro';

-
+

Principles for Governance Infrastructure

@@ -177,7 +184,7 @@ import PublicLayout from '../layouts/PublicLayout.astro';
-
+

The Political Stakes

This is not merely a technical project. The design of governance tools is inherently political. @@ -205,7 +212,7 @@ import PublicLayout from '../layouts/PublicLayout.astro';

-
+

An Invitation

Likwid is not finished. It is not perfect. It is an ongoing experiment in building @@ -226,7 +233,7 @@ import PublicLayout from '../layouts/PublicLayout.astro';

-
+
Explore the Demo Learn More About Likwid
@@ -247,6 +254,18 @@ import PublicLayout from '../layouts/PublicLayout.astro'; margin-bottom: 3rem; } + .page-nav { + margin-top: 2rem; + display: flex; + gap: 0.5rem; + justify-content: center; + flex-wrap: wrap; + } + + section[id] { + scroll-margin-top: 6rem; + } + .page-label { display: inline-block; font-size: 0.75rem;