feat: add privacy, terms, and cookies pages

Footer and login legal links were stubs. Point them at real marketing
pages that follow the Figma content-page template.
This commit is contained in:
adilallo
2026-08-17 11:15:04 -06:00
parent 99419915d7
commit 0167b03231
16 changed files with 634 additions and 9 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"_comment": "Cookies Settings. Figma Content page Template (19003:23305): banner + labeled body stacks. There are no optional cookies to toggle.",
"banner": {
"title": "Cookies Settings",
"description": "CommunityRule uses one cookie, to keep you signed in.",
"author": "Media Economies Design Lab",
"date": "2026-08-15"
},
"updated": "Last updated August 15, 2026.",
"intro": [
"CommunityRule sets one cookie, named cr_session, after you sign in with a magic link. It keeps you signed in for up to 30 days. There are no advertising or analytics cookies to turn off."
],
"sections": [
{
"heading": "The session cookie",
"paragraphs": [
"Sign out to clear it on this browser. Blocking it in your browser will sign you out and keep you from staying signed in. Browsing templates does not set this cookie."
]
},
{
"heading": "Local drafts",
"paragraphs": [
"Drafts in progress may also be stored in your browsers local storage, which is not a cookie. Clearing this sites data removes those local drafts.",
"See the [Privacy Policy](/privacy) for what else we collect."
]
}
]
}