Skip to content

Commit d6ab3d8

Browse files
committed
Adds youtube video to the landing page
1 parent 28f3cd6 commit d6ab3d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pages/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ export default function Home() {
5959
<Link to="https://masterflutterweb.carrd.co/" target="_blank" className="mt-6 hover:text-white hover:no-underline px-6 py-4 text-lg font-semibold text-white transition-all bg-sky-700 border-none rounded outline-none cursor-pointer ring-transparent focus:ring-purple-500 ring hover:bg-[#444] active:scale-90">
6060
<Translate id="index.main.likeUs">Master Stacked on the Web</Translate>
6161
</Link>
62+
<p className="max-w-[50ch] text-center py-2 text-1xl text-gray-500">Featured on the Official Flutter channel 👇</p>
63+
<iframe width="560" height="315" src="https://www.youtube.com/embed/06vVccZvGuo?si=T86bVSE92gWlMk5m" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
6264
</motion.div>
6365
</main>
6466

0 commit comments

Comments
 (0)