Skip to content

Commit 3facb6b

Browse files
authored
Merge pull request #9267 from Ash20pk/metaschool-developer-bootcamp
Adding metaschool to developer learning tools
2 parents f7e6cd1 + 5fb8571 commit 3facb6b

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
@@ -203,6 +203,15 @@ const LearningToolsPage = ({
203203
background: "#141236",
204204
subjects: ["Solidity", "web3"],
205205
},
206+
{
207+
name: "Metaschool",
208+
description: "page-learning-tools-metaschool-description",
209+
url: "https://metaschool.so",
210+
image: getImage(data.metaschool)!,
211+
alt: "page-learning-tools-metaschool-logo-alt",
212+
background: "#f6f7f9",
213+
subjects: ["Solidity", "web3"],
214+
},
206215
{
207216
name: "NFT School",
208217
description: "page-learning-tools-nftschool-description",
@@ -356,6 +365,9 @@ export const query = graphql`
356365
oz: file(relativePath: { eq: "dev-tools/oz.png" }) {
357366
...learningToolImage
358367
}
368+
metaschool: file(relativePath: { eq: "dev-tools/metaschool.png" }) {
369+
...learningToolImage
370+
}
359371
questbook: file(relativePath: { eq: "dev-tools/questbook.png" }) {
360372
...learningToolImage
361373
}

0 commit comments

Comments
 (0)