Skip to content

Commit 2680aa6

Browse files
committed
chore:add learnweb3
1 parent 9d499e4 commit 2680aa6

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

public/images/dev-tools/learnweb3.png

15.6 KB
Loading

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,7 @@
5656
"page-learning-tools-platzi-logo-alt": "Platzi logo",
5757
"page-learning-tools-alchemy-university-description": "Develop your web3 career through courses, projects and code.",
5858
"page-learning-tools-alchemy-university-logo-alt": "Alchemy University logo",
59+
"page-learning-tools-learnweb3-description": "LearnWeb3 is a free, high quality education platform to go from zero to hero in web3 development.",
60+
"page-learning-tools-learnweb3-logo-alt": "LearnWeb3 logo",
5961
"alt-eth-blocks": "Illustration of blocks being organized like an ETH symbol"
60-
}
62+
}

src/pages/developers/learning-tools.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import ConsensysImage from "@/public/images/dev-tools/consensys.png"
3232
import CryptoZombieImage from "@/public/images/dev-tools/crypto-zombie.png"
3333
import DappWorldImage from "@/public/images/dev-tools/dapp-world.png"
3434
import EthDotBuildImage from "@/public/images/dev-tools/eth-dot-build.png"
35+
import LearnWeb3Image from "@/public/images/dev-tools/learnweb3.png"
3536
import MetaschoolImage from "@/public/images/dev-tools/metaschool.png"
3637
import NFTSchoolImage from "@/public/images/dev-tools/nftschool.png"
3738
import NodeGuardiansImage from "@/public/images/dev-tools/node-guardians.jpg"
@@ -412,6 +413,19 @@ const LearningToolsPage = () => {
412413
background: "#ffffff",
413414
subjects: ["Solidity", "web3"],
414415
},
416+
{
417+
name: "LearnWeb3",
418+
description: t(
419+
"page-developers-learning-tools:page-learning-tools-learnweb3-description"
420+
),
421+
url: "https://www.learnweb3.io/",
422+
image: LearnWeb3Image,
423+
alt: t(
424+
"page-developers-learning-tools:page-learning-tools-learnweb3-logo-alt"
425+
),
426+
background: "#ffffff",
427+
subjects: ["Solidity", "web3"],
428+
},
415429
]
416430

417431
return (

0 commit comments

Comments
 (0)