Skip to content

Commit

Permalink
✨ added zero to dapp to home carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
letmejustputthishere committed Jan 25, 2024
1 parent 2691034 commit e653003
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/components/DocsHome/TeaserCarousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,25 @@ interface CarouselCard {
}

const CARDS: Array<CarouselCard> = [
{
title: (
<h2 className={"text-white"}>ICP Demystified: Learn the Essentials</h2>
),
subtitle: (
<p className={"text-white"}>Explore the Protocol and Its Features with Our "Zero to dApp Educate Series".</p>
),
backgroundImage: "/img/docs/teaser-cards/bg-2.svg",
cta: (
<Link
className="button-transparent button-with-icon pl-0"
href="https://youtube.com/playlist?list=PLuhDt1vhGcrcRcHvSKmxIgJAh1b3rcR7N&si=sIElj5bAkJeMqDoA"
>
Watch now!
<LinkArrowRight />
</Link>
),
mainImage: "/img/docs/teaser-cards/main-zero-to-dapp.png",
},
{
title: (
<h2 className={"text-white"}>Follow @DFINITYDev on X for tech news</h2>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e653003

Please sign in to comment.