diff --git a/community/communityProjects.ts b/community/communityProjects.ts index eb914e8b6e..70103660be 100644 --- a/community/communityProjects.ts +++ b/community/communityProjects.ts @@ -2067,6 +2067,24 @@ const communityProjects: SampleItem[] = [ contentType: ["code samples", "community repo", "live demos"], image: "/img/community-projects/d-vote.png", }, + { + index: 127, + title: "ASPPIBRA-DAO", + body: "ASPPIBRA - Association of Property Owners and Possessors in Brazil is a non-profit civil association, founded on April 9, 2016, in the State of Rio de Janeiro-RJ. It is composed of professionals and citizens committed to the technological and socioeconomic development of modern society.", + links: { + github: "https://github.com/ASPPIBRA-DAO", + livePreview: "https://www.asppibra.com.br/", + otherLinks: ["https://x.com/ASPPIBRA_ORG", + "https://www.youtube.com/@ASPPIBRA-DAO/videos"], + }, + domains: ["Public Good / Social Impact"], + level: "advanced", + languages: ["python", "javascript"], + contentType: ["code samples", "community repo", "live demos"], + image: "/img/showcase/BR-DAO_logo.svg", + }, + + ]; export default communityProjects; diff --git a/showcase.json b/showcase.json index 2ce34c466c..26e7022f80 100644 --- a/showcase.json +++ b/showcase.json @@ -4078,5 +4078,27 @@ "tags": ["Tools / Infrastructure"], "usesInternetIdentity": true, "website": "https://ai-fi.cc" + }, + { + "name": "ASPPIBRA-DAO", + "description": "ASPPIBRA - Association of Property Owners and Possessors in Brazil is a non-profit civil association, founded on April 9, 2016, in the State of Rio de Janeiro-RJ. It is composed of professionals and citizens committed to the technological and socioeconomic development of modern society.", + "website": "https://www.asppibra.com.br/", + "logo": "/img/showcase/BR-DAO_logo.svg", + "screenshots": [ + "/img/showcase/BR-DAO_screenshot.webp" + ], + "video": "", + "display": "Normal", + "id": "BR-DAO", + "oneLiner": "Technology for Sustainable Development.", + "stats": "300K+ Estate records", + "tags": [ + "DAO" + ], + "usesInternetIdentity": false, + "github": "https://github.com/ASPPIBRA-DAO", + "twitter": "https://x.com/ASPPIBRA_ORG", + "youtube": "https://www.youtube.com/@ASPPIBRA-DAO/videos", + "submittableId": "" } ] diff --git a/static/img/showcase/BR-DAO_logo.svg b/static/img/showcase/BR-DAO_logo.svg new file mode 100644 index 0000000000..83200a21b2 --- /dev/null +++ b/static/img/showcase/BR-DAO_logo.svg @@ -0,0 +1,470 @@ + + + + diff --git a/static/img/showcase/BR-DAO_screenshot.webp b/static/img/showcase/BR-DAO_screenshot.webp new file mode 100644 index 0000000000..e8d889cb8b Binary files /dev/null and b/static/img/showcase/BR-DAO_screenshot.webp differ