diff --git a/docs/te-101.md b/docs/te-101-materials.md similarity index 95% rename from docs/te-101.md rename to docs/te-101-materials.md index aaf061b..b19032b 100644 --- a/docs/te-101.md +++ b/docs/te-101-materials.md @@ -1,7 +1,7 @@ --- id: te-101 -title: Token Engineering 101 -sidebar_label: Token Engineering 101 +title: TE 101 Materials +sidebar_label: Materials --- ### Intro Materials diff --git a/src/pages/index.js b/src/pages/index.js index b5285dc..01005ec 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -60,10 +60,10 @@ const features = [ title: <>SourceCred, url: 'https://sourcecred.io', imageUrl: 'img/sourcecred-logo.png', - shortDescription: 'CredRank all the things', + shortDescription: 'A tool for communities to measure and reward value creation', description: ( <> - A tool for communities to measure and reward value creation. + SourceCred allows communities to create and curate contribution networks. These networks represent how contributions are connected to other contributions, to members of the community, and to the community’s values. ), }, @@ -74,7 +74,7 @@ const features = [ shortDescription: 'Recognize and reward community contributions', description: ( <> - An autonomous framework to help communities measure, recognize, and reward value creation. + A framework to help communities measure, recognize, and reward value creation. AraCred intends to empower communities to collaborate in a way that is positive-sum. ), }, @@ -85,7 +85,7 @@ const features = [ shortDescription: 'A MMORPG for real life', description: ( <> - It's super cool. Just trust us on this one. + MetaGame is an open-source framework for autonomous humans and decentralized organizations, to coordinate in creation and exchange of value with the least friction and most fun possible. ), }, @@ -100,6 +100,17 @@ const features = [ ), }, + { + title: <>1Hive, + url: 'https://www.1hive.org/', + imageUrl: 'img/1hive-logo.png', + shortDescription: 'Exploring novel ways to create, organize, and grow communities', + description: ( + <> + 1Hive is a community of builders driven by a desire to improve how humans collaborate online. We are explorers and pioneers blazing a trail towards a future of work which is more global, open, transparent, and fair. + + ), + }, ]; diff --git a/static/img/1hive-logo.png b/static/img/1hive-logo.png new file mode 100644 index 0000000..d3148f6 Binary files /dev/null and b/static/img/1hive-logo.png differ