Implement how it works page

This commit is contained in:
adilallo
2026-05-17 22:40:06 -06:00
parent 450da4d8ab
commit 40ce5064d6
35 changed files with 707 additions and 123 deletions
+2 -1
View File
@@ -2,6 +2,7 @@
"_comment": "CardSteps section defaults (shared across pages)",
"titleLg": "How CommunityRule helps",
"buttons": {
"seeHowItWorks": "See how it works"
"seeHowItWorks": "See how it works",
"seeHowItWorksHref": "/how-it-works"
}
}
+2
View File
@@ -17,6 +17,7 @@ import templates from "./pages/templates.json";
import learn from "./pages/learn.json";
import about from "./pages/about.json";
import useCases from "./pages/useCases.json";
import howItWorks from "./pages/howItWorks.json";
import monitor from "./pages/monitor.json";
import login from "./pages/login.json";
import profile from "./pages/profile.json";
@@ -80,6 +81,7 @@ export default {
learn,
about,
useCases,
howItWorks,
monitor,
login,
profile,
+10
View File
@@ -19,5 +19,15 @@
"community governance",
"operating manual"
]
},
"howItWorks": {
"title": "A Guide to CommunityRule — CommunityRule",
"description": "CommunityRule is a modular governance toolkit designed to help democratic groups build, customize, and publish their own Operating Manual.",
"keywords": [
"how it works",
"community governance",
"operating manual",
"decision-making"
]
}
}
+1 -1
View File
@@ -5,7 +5,7 @@
"subtitle": "with clarity",
"description": "Help your community make important decisions in a way that reflects its unique values.",
"ctaText": "Learn how CommunityRule works",
"ctaHref": "#"
"ctaHref": "/how-it-works"
},
"cardSteps": {
"title": "How CommunityRule works",
File diff suppressed because one or more lines are too long