File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 22
22
"page-learning-tools-eth-dot-build-logo-alt" : " Eth.build logo" ,
23
23
"page-learning-tools-ethernauts-description" : " Complete levels by hacking smart contracts." ,
24
24
"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" ,
25
27
"page-learning-tools-game-tutorials" : " Interactive game tutorials" ,
26
28
"page-learning-tools-game-tutorials-desc" : " Learn while you play. These tutorials get you through the basics using gameplay." ,
27
29
"page-learning-tools-meta-desc" : " Web-based coding tools and interactive learning experiences to help you experiment with Ethereum development." ,
Original file line number Diff line number Diff line change @@ -203,6 +203,15 @@ const LearningToolsPage = ({
203
203
background : "#141236" ,
204
204
subjects : [ "Solidity" , "web3" ] ,
205
205
} ,
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
+ } ,
206
215
{
207
216
name : "NFT School" ,
208
217
description : "page-learning-tools-nftschool-description" ,
@@ -356,6 +365,9 @@ export const query = graphql`
356
365
oz: file(relativePath: { eq: "dev-tools/oz.png" }) {
357
366
...learningToolImage
358
367
}
368
+ metaschool: file(relativePath: { eq: "dev-tools/metaschool.png" }) {
369
+ ...learningToolImage
370
+ }
359
371
questbook: file(relativePath: { eq: "dev-tools/questbook.png" }) {
360
372
...learningToolImage
361
373
}
You can’t perform that action at this time.
0 commit comments