Skip to content

Commit

Permalink
Add Updraft to learning tools page [fixes #13638]
Browse files Browse the repository at this point in the history
  • Loading branch information
Khemmie-Ray committed Oct 7, 2024
1 parent 2e0e0ed commit d1909ef
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Binary file added public/images/dev-tools/cyfrin-updraft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/intl/en/page-developers-learning-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,7 @@
"page-learning-tools-platzi-logo-alt": "Platzi logo",
"page-learning-tools-alchemy-university-description": "Develop your web3 career through courses, projects and code.",
"page-learning-tools-alchemy-university-logo-alt": "Alchemy University logo",
"page-learning-tools-cyfrin-updraft-description": "Learn smart contract development for all skill levels and security audits.",
"page-learning-tools-cyfrin-updraft-logo-alt": "Cyfrin Updraft logo",
"alt-eth-blocks": "Illustration of blocks being organized like an ETH symbol"
}
14 changes: 14 additions & 0 deletions src/pages/developers/learning-tools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import CaptureTheEtherImage from "@/public/images/dev-tools/capturetheether.png"
import ChainIDEImage from "@/public/images/dev-tools/chainIDE.png"
import ConsensysImage from "@/public/images/dev-tools/consensys.png"
import CryptoZombieImage from "@/public/images/dev-tools/crypto-zombie.png"
import CyfrinUpdraftImage from "@/public/images/dev-tools/cyfrin-updraft.png"
import DappWorldImage from "@/public/images/dev-tools/dapp-world.png"
import EthDotBuildImage from "@/public/images/dev-tools/eth-dot-build.png"
import MetaschoolImage from "@/public/images/dev-tools/metaschool.png"
Expand Down Expand Up @@ -412,6 +413,19 @@ const LearningToolsPage = () => {
background: "#ffffff",
subjects: ["Solidity", "web3"],
},
{
name: "Cyfrin Updraft",
description: t(
"page-developers-learning-tools:page-learning-tools-cyfrin-updraft-description"
),
url: "https://updraft.cyfrin.io/",
image: CyfrinUpdraftImage,
alt: t(
"page-developers-learning-tools:page-learning-tools-cyfrin-updraft-logo-alt"
),
background: "#000000",
subjects: ["Solidity", "web3"],
},
]

return (
Expand Down

0 comments on commit d1909ef

Please sign in to comment.