Skip to content

Commit d66b33a

Browse files
committed
I would like to add our platform metaschool to developers/learning-tools page.
We are a web3 education platform which helps web2 developers transit to web3 and we already have a whole learning track for Ethereum Adding Metaschool information to the Learning Tools page. Included buildspace logo and files changes as necessary. Thanks
1 parent 7a1c508 commit d66b33a

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

src/assets/dev-tools/metaschool.png

31.8 KB
Loading

src/intl/en/page-developers-learning-tools.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
"page-learning-tools-eth-dot-build-logo-alt": "Eth.build logo",
2323
"page-learning-tools-ethernauts-description": "Complete levels by hacking smart contracts.",
2424
"page-learning-tools-ethernauts-logo-alt": "Ethernauts logo",
25+
"page-learning-tools-metaschool-description": "Become a Web3 Developer by building & shipping dApps.",
26+
"page-learning-tools-metaschool-logo-alt": "_metaschool logo",
2527
"page-learning-tools-game-tutorials": "Interactive game tutorials",
2628
"page-learning-tools-game-tutorials-desc": "Learn while you play. These tutorials get you through the basics using gameplay.",
2729
"page-learning-tools-meta-desc": "Web-based coding tools and interactive learning experiences to help you experiment with Ethereum development.",

src/pages/developers/learning-tools.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,15 @@ const LearningToolsPage = ({
194194
background: "#141236",
195195
subjects: ["Solidity", "web3"],
196196
},
197+
{
198+
name: "Metaschool",
199+
description: "page-learning-tools-metaschool-description",
200+
url: "https://metaschool.so",
201+
image: getImage(data.metaschool)!,
202+
alt: "page-learning-tools-metaschool-logo-alt",
203+
background: "#f6f7f9",
204+
subjects: ["Solidity", "web3"],
205+
},
197206
{
198207
name: "NFT School",
199208
description: "page-learning-tools-nftschool-description",
@@ -338,6 +347,9 @@ export const query = graphql`
338347
oz: file(relativePath: { eq: "dev-tools/oz.png" }) {
339348
...learningToolImage
340349
}
350+
metaschool: file(relativePath: { eq: "dev-tools/metaschool.png" }) {
351+
...learningToolImage
352+
}
341353
questbook: file(relativePath: { eq: "dev-tools/questbook.png" }) {
342354
...learningToolImage
343355
}

0 commit comments

Comments
 (0)