Skip to content

Commit 8a35818

Browse files
authored
Merge pull request #13948 from Shiva-Sai-ssb/fix-10138
add learnweb3 [Fixes #10138]
2 parents c691e47 + 0a72f21 commit 8a35818

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

public/images/dev-tools/learnweb3.png

21 KB
Loading

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@
5454
"page-learning-tools-platzi-logo-alt": "Platzi logo",
5555
"page-learning-tools-alchemy-university-description": "Develop your web3 career through courses, projects and code.",
5656
"page-learning-tools-alchemy-university-logo-alt": "Alchemy University logo",
57+
"page-learning-tools-learnweb3-description": "LearnWeb3 is a free, high quality education platform to go from zero to hero in web3 development.",
58+
"page-learning-tools-learnweb3-logo-alt": "LearnWeb3 logo",
5759
"page-learning-tools-cyfrin-updraft-description": "Learn smart contract development for all skill levels and security audits.",
5860
"page-learning-tools-cyfrin-updraft-logo-alt": "Cyfrin Updraft 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 CryptoZombieImage from "@/public/images/dev-tools/crypto-zombie.png"
3232
import CyfrinUpdraftImage from "@/public/images/dev-tools/cyfrin-updraft.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"
@@ -400,6 +401,19 @@ const LearningToolsPage = () => {
400401
subjects: ["Solidity", "web3"],
401402
},
402403
{
404+
name: "LearnWeb3",
405+
description: t(
406+
"page-developers-learning-tools:page-learning-tools-learnweb3-description"
407+
),
408+
url: "https://www.learnweb3.io/",
409+
image: LearnWeb3Image,
410+
alt: t(
411+
"page-developers-learning-tools:page-learning-tools-learnweb3-logo-alt"
412+
),
413+
background: "#ffffff",
414+
subjects: ["Solidity", "web3"],
415+
},
416+
{
403417
name: "Cyfrin Updraft",
404418
description: t(
405419
"page-developers-learning-tools:page-learning-tools-cyfrin-updraft-description"

0 commit comments

Comments
 (0)