Skip to content

Commit d1909ef

Browse files
committed
Add Updraft to learning tools page [fixes #13638]
1 parent 2e0e0ed commit d1909ef

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed
21.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
@@ -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-cyfrin-updraft-description": "Learn smart contract development for all skill levels and security audits.",
60+
"page-learning-tools-cyfrin-updraft-logo-alt": "Cyfrin Updraft logo",
5961
"alt-eth-blocks": "Illustration of blocks being organized like an ETH symbol"
6062
}

src/pages/developers/learning-tools.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import CaptureTheEtherImage from "@/public/images/dev-tools/capturetheether.png"
3030
import ChainIDEImage from "@/public/images/dev-tools/chainIDE.png"
3131
import ConsensysImage from "@/public/images/dev-tools/consensys.png"
3232
import CryptoZombieImage from "@/public/images/dev-tools/crypto-zombie.png"
33+
import CyfrinUpdraftImage from "@/public/images/dev-tools/cyfrin-updraft.png"
3334
import DappWorldImage from "@/public/images/dev-tools/dapp-world.png"
3435
import EthDotBuildImage from "@/public/images/dev-tools/eth-dot-build.png"
3536
import MetaschoolImage from "@/public/images/dev-tools/metaschool.png"
@@ -412,6 +413,19 @@ const LearningToolsPage = () => {
412413
background: "#ffffff",
413414
subjects: ["Solidity", "web3"],
414415
},
416+
{
417+
name: "Cyfrin Updraft",
418+
description: t(
419+
"page-developers-learning-tools:page-learning-tools-cyfrin-updraft-description"
420+
),
421+
url: "https://updraft.cyfrin.io/",
422+
image: CyfrinUpdraftImage,
423+
alt: t(
424+
"page-developers-learning-tools:page-learning-tools-cyfrin-updraft-logo-alt"
425+
),
426+
background: "#000000",
427+
subjects: ["Solidity", "web3"],
428+
},
415429
]
416430

417431
return (

0 commit comments

Comments
 (0)