mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-13 16:18:07 -05:00
26 lines
1.0 KiB
TypeScript
26 lines
1.0 KiB
TypeScript
import { ProjectInterface } from "@/lib/types"
|
|
|
|
const description = `
|
|
Pollen Labs is driven by a mission to make a significant impact on global lives by addressing complex, pressing issues. They work alongside their community to break barriers, preserve privacy, and build a future where every voice is heard, and a free web is accessible to all. Their projects, like Channel 4, a content discovery engine, and Daisy, focusing on information transparency, embody this mission., enabling community members to earn while they engage.
|
|
`
|
|
|
|
export const pollenLabs: ProjectInterface = {
|
|
id: "pollen-labs",
|
|
section: "collaboration",
|
|
projectStatus: "active",
|
|
image: "pollen-labs.svg",
|
|
name: "Pollen Labs",
|
|
tldr: "Champions of freedom of speech and expression through decentralized innovation.",
|
|
description,
|
|
links: {
|
|
website: "https://pollenlabs.org/",
|
|
twitter: "https://twitter.com/PollenLabs_",
|
|
},
|
|
tags: {
|
|
keywords: ["Anonymity/privacy", "Scaling"],
|
|
themes: ["play"],
|
|
types: ["Application"],
|
|
builtWith: [],
|
|
},
|
|
}
|