Skip to content

Commit 64c940d

Browse files
authored
Add se-2 intro video (#128)
1 parent e52cef8 commit 64c940d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/intro.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@ slug: /
99

1010
⚙️ Built using NextJS, RainbowKit, Hardhat, Foundry, Wagmi, and TypeScript.
1111

12+
<div style={{ position: "relative", paddingBottom: "56.25%", height: 0, overflow: "hidden" }}>
13+
<iframe
14+
src="https://www.youtube.com/embed/AUwYGRkxm_8"
15+
title="Scaffold-ETH Intro Video"
16+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
17+
allowFullScreen
18+
style={{
19+
position: "absolute",
20+
top: 0,
21+
left: 0,
22+
width: "100%",
23+
height: "100%",
24+
border: 0
25+
}}
26+
/>
27+
</div>
28+
1229
## About Scaffold-ETH 2
1330

1431
Scaffold-ETH is an open-source, up-to-date toolkit for building decentralized applications (dapps) on the Ethereum blockchain. It's designed to make it easier for developers to create and deploy smart contracts and build user interfaces that interact with those contracts.

0 commit comments

Comments
 (0)