Skip to content

Commit

Permalink
feat: add project club (#120)
Browse files Browse the repository at this point in the history
Co-authored-by: Huy Vo <huyvo@var-meta.com>
  • Loading branch information
hiimdev and Huy Vo authored Sep 20, 2024
1 parent 3e172fb commit 318e757
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/CommunityAndLearning/Club/MemeLand/detail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
A Gno-powered meme sharing platform where you can share and upvote memes. Built with React and the Gno programming language.

**A Gno Meme Sharing Platform**

 meme.land is a meme (funny internet image) sharing platform built on top of the Gno.land blockchain tech stack. meme.land allows you to connect with your Gno.land wallet, share memes with your friends and coworkers, and upvote the funniest ones.
10 changes: 10 additions & 0 deletions projects/CommunityAndLearning/Club/MemeLand/features.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"key": "communityAndLearning",
"value": true
},
{
"key": "club",
"value": true
}
]
21 changes: 21 additions & 0 deletions projects/CommunityAndLearning/Club/MemeLand/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"industry": [
"Community & Learning",
"Club"
],
"display_term": "Meme Land",
"term": "Meme.land",
"tags": [
"Club"
],
"glossaries": [],
"short_description": "A Gno-powered meme sharing platform where you can share and upvote memes. Built with React and the Gno programming language.​",
"partnerships": [],
"author": "builtongno",
"social": {
"github": "https://github.com/gnolang/memeland",
"x-twitter": "https://twitter.com/_gnoland",
"discord": "https://discord.com/invite/YFtMjWwUN7",
"telegram": "https://t.me/gnoland"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions projects/CommunityAndLearning/category.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
"pathname": "Youtube",
"status": "active",
"description": "A platform for sharing and viewing videos. Youtube is a popular medium for content creators to reach a wide audience and engage with viewers through video content."
},
{
"name": "Club",
"pathname": "Club",
"status": "active",
"description": "A community-driven platform for sharing and engaging with content related to specific interests, such as memes, discussions, and events. Clubs provide a space for members to connect, collaborate, and participate in activities that foster a sense of belonging."
}
]
}
5 changes: 5 additions & 0 deletions projects/CommunityAndLearning/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,10 @@
"key": "onChain",
"label": "On-chain",
"status": "active"
},
{
"key": "club",
"label": "Club",
"status": "active"
}
]

0 comments on commit 318e757

Please sign in to comment.