From 063017909b51fac86a5b51a319ee55cdaf67fd39 Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Fri, 30 Jan 2026 10:15:58 +0100 Subject: [PATCH] ux: dedupe index page cards via ui-card --- frontend/src/pages/index.astro | 35 +++++++++++++--------------------- 1 file changed, 13 insertions(+), 22 deletions(-) diff --git a/frontend/src/pages/index.astro b/frontend/src/pages/index.astro index be84d19..d6f404a 100644 --- a/frontend/src/pages/index.astro +++ b/frontend/src/pages/index.astro @@ -28,7 +28,7 @@ import PublicLayout from '../layouts/PublicLayout.astro';

What is Likwid?

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

Modular Architecture

Every component is a plugin. Voting methods, delegation systems, integrations, and workflows can be added, removed, or customized per community.

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

Process-Oriented

Governance is a process, not a feature. Likwid structures deliberation, voting, and implementation as distinct phases with clear transitions.

-
+
@@ -96,27 +96,27 @@ import PublicLayout from '../layouts/PublicLayout.astro';

Core Capabilities

-
+

Advanced Voting Methods

Schulze, STAR, Quadratic, Ranked Choice, and Approval voting. Each method is a plugin that can be enabled per community.

-
+

Liquid Delegation

Global and community-scoped delegation that is always revocable. Delegate your voice to trusted members while retaining control.

-
+

Structured Deliberation

Inform → Discuss → Decide workflow. Ensures members understand proposals before voting begins.

-
+

Transparent Moderation

Every moderation action is logged with reasons. Cryptographic audit trail ensures accountability.

-
+

Privacy-Preserving Voting

Separate civic and voting identities. Participate publicly while voting privately.

-
+

Federation Ready

Connect communities across instances. Share decisions while maintaining autonomy.

@@ -162,19 +162,19 @@ import PublicLayout from '../layouts/PublicLayout.astro';

Technical Foundation

Likwid is free and open source software, built with modern, auditable technology.

-
+
Backend Rust (Axum)
-
+
Frontend Astro + TypeScript
-
+
Database PostgreSQL
-
+
License EUPL-1.2
@@ -284,9 +284,6 @@ import PublicLayout from '../layouts/PublicLayout.astro'; } .what-card { - background: var(--color-surface); - border: 1px solid var(--color-border); - border-radius: var(--radius-lg); padding: 1.75rem; transition: all var(--motion-normal) var(--easing-standard); } @@ -375,9 +372,6 @@ import PublicLayout from '../layouts/PublicLayout.astro'; } .capability { - padding: 1.5rem; - background: var(--color-surface); - border: 1px solid var(--color-border); border-radius: var(--radius-md); } @@ -466,9 +460,6 @@ import PublicLayout from '../layouts/PublicLayout.astro'; .tech-item { text-align: center; - padding: 1.5rem; - background: var(--color-surface); - border: 1px solid var(--color-border); border-radius: var(--radius-md); }