Skip to content

Commit 76491f7

Browse files
committed
feat: pull videos into dedicated section
1 parent ffacb92 commit 76491f7

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

app/[locale]/learn/page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,9 @@ export default async function Page({ params }: { params: Promise<Params> }) {
691691
</InlineLink>{" "}
692692
<i>{t("bankless-description")}</i>
693693
</ListItem>
694+
</UnorderedList>
695+
<H3>{t("about-ethereum-video-series")}</H3>
696+
<UnorderedList>
694697
<ListItem>
695698
<InlineLink href="https://www.youtube.com/playlist?list=PLqgutSGloqiJyyoL0zvLVFPS-GMD2wKa5">
696699
{t("ethereum-basics-title")}

public/content/developers/docs/intro-to-ethereum/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,15 @@ A reusable snippet of code (a program) which a developer publishes into EVM stat
108108

109109
- [Ethereum Whitepaper](/whitepaper/)
110110
- [How does Ethereum work, anyway?](https://medium.com/@preethikasireddy/how-does-ethereum-work-anyway-22d1df506369) - _Preethi Kasireddy_ (**NB** this resource is still valuable but be aware that it predates [The Merge](/roadmap/merge) and therefore still refers to Ethereum's proof-of-work mechanism - Ethereum is actually now secured using [proof-of-stake](/developers/docs/consensus-mechanisms/pos))
111-
- [Ethereum Basics](https://youtube.com/playlist?list=PLqgutSGloqiJyyoL0zvLVFPS-GMD2wKa5&si=kZTf5I7PKGTXDsOZ) - If you are a visual learner, this video series offers a thorough exploration of foundational topics:
111+
112+
### More of a visual learner? {#visual-learner}
113+
114+
This video series offers a thorough exploration of foundational topics:
112115

113116
<YouTube id="j78ZcIIpi0Q"/>
114117

118+
[Ethereum Basics Playlist](https://youtube.com/playlist?list=PLqgutSGloqiJyyoL0zvLVFPS-GMD2wKa5&si=kZTf5I7PKGTXDsOZ)
119+
115120
_Know of a community resource that helped you? Edit this page and add it!_
116121

117122
## Related tutorials {#related-tutorials}

src/intl/en/page-learn.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"about-ethereum-video-series": "Video series about Ethereum",
23
"toc-learn-hub": "Learn hub",
34
"toc-what-is-crypto-ethereum": "What is Ethereum?",
45
"toc-how-do-i-use-ethereum": "How do I use Ethereum?",
@@ -123,4 +124,4 @@
123124
"unchained-description": "Dives deep into the people building the decentralized internet, the details of this technology that could underpin our future, and some of the thorniest topics in crypto, such as regulation, security and privacy",
124125
"the-daily-gwei-title": "The Daily Gwei",
125126
"the-daily-gwei-description": "Ethereum news recaps, updates and analysis"
126-
}
127+
}

0 commit comments

Comments
 (0)