diff --git a/public/cohort/bpd.webp b/public/cohort/bpd.webp index e09a303..c34facd 100644 Binary files a/public/cohort/bpd.webp and b/public/cohort/bpd.webp differ diff --git a/public/cohort/lbtcl.webp b/public/cohort/lbtcl.webp index a071185..b5c9cfa 100644 Binary files a/public/cohort/lbtcl.webp and b/public/cohort/lbtcl.webp differ diff --git a/public/cohort/masteringBitcoin11.webp b/public/cohort/masteringBitcoin11.webp deleted file mode 100644 index bfb745e..0000000 Binary files a/public/cohort/masteringBitcoin11.webp and /dev/null differ diff --git a/public/cohort/mb.webp b/public/cohort/mb.webp new file mode 100644 index 0000000..dfdfc2f Binary files /dev/null and b/public/cohort/mb.webp differ diff --git a/public/cohort/pb.webp b/public/cohort/pb.webp new file mode 100644 index 0000000..134212e Binary files /dev/null and b/public/cohort/pb.webp differ diff --git a/public/cohort/programmingBitcoin.webp b/public/cohort/programmingBitcoin.webp deleted file mode 100644 index a937b8d..0000000 Binary files a/public/cohort/programmingBitcoin.webp and /dev/null differ diff --git a/src/components/bitspace/About.astro b/src/components/bitspace/About.astro index 719a303..8f82dcd 100644 --- a/src/components/bitspace/About.astro +++ b/src/components/bitspace/About.astro @@ -39,7 +39,7 @@ Bangalore, a vibrant tech community area.

-
+
diff --git a/src/components/cohort/CohortCard.astro b/src/components/cohort/CohortCard.astro index c2deb4a..8579915 100644 --- a/src/components/cohort/CohortCard.astro +++ b/src/components/cohort/CohortCard.astro @@ -2,27 +2,31 @@ const cardsList = [ { name: "Mastering Bitcoin by Andreas M. ", - img: "/cohort/masteringBitcoin.webp", + img: "/cohort/mb.webp", desc: "Mastering Bitcoin, a foundational tutorial, provides in-depth insights into Bitcoin and its applications, equipping participants with a robust understanding.", url: "/cohorts/mb", + status: "Ongoing", }, { name: "Learning Bitcoin From Command Line", img: "/cohort/lbtcl.webp", desc: "Learning Bitcoin via CLI is a comprehensive tutorial series that teaches you how to use Bitcoin Core through the command line.", url: "/cohorts/lbtcl", + status: "Coming Soon", }, { name: "Bitcoin Protocol Development", img: "/cohort/bpd.webp", desc: "BPD delves into the core protocols, offering a deeper theoretical understanding of Bitcoin's technical intricacies, enabling you to contribute to protocol development.", url: "/cohorts/bpd", + status: "Coming Soon", }, { name: "Programming Bitcoin by Jimmy Song", - img: "/cohort/programmingBitcoin.webp", + img: "/cohort/pb.webp", desc: "Programming Bitcoin, a comprehensive tutorial on Bitcoin Core, unlocks the intricacies of Bitcoin development.", url: "/cohorts/pb", + status: "Coming Soon", }, ]; --- @@ -37,10 +41,17 @@ const cardsList = [ index % 2 == 0 ? "bg-orange" : "bg-black" } my-2 p-3 text-white`} > - +
+ +

+ {card.status} +

+

cohort #0{index + 1}

diff --git a/src/components/cohortPages/mb/About.astro b/src/components/cohortPages/mb/About.astro index 1ac67d9..d5ed3f4 100644 --- a/src/components/cohortPages/mb/About.astro +++ b/src/components/cohortPages/mb/About.astro @@ -33,11 +33,16 @@ const takeaways = [

- Mastering Bitcoin Study Cohort + Mastering Bitcoin

+

+ Cohort Kicking off on April, 2025 +

What is it? It's a comprehensive, structured learning adventure diff --git a/src/components/common/Carousel.jsx b/src/components/common/Carousel.jsx index ab0842e..a8577a4 100644 --- a/src/components/common/Carousel.jsx +++ b/src/components/common/Carousel.jsx @@ -1,7 +1,7 @@ // import { useState } from "react"; const slides = [ { - url: "/cohort/masteringBitcoin.webp", + url: "/cohort/mb.webp", title: "Bitcoin Study Cohorts", content: "You, with fellow learners collectively explore selected texts over several weeks in a structured self-study format. You gain hands-on experience and in-depth insights into Bitcoin’s technical aspects. And also receive certificates to celebrate your wins!", diff --git a/src/pages/cohorts/bpd.astro b/src/pages/cohorts/bpd.astro index 859e8e0..d223206 100644 --- a/src/pages/cohorts/bpd.astro +++ b/src/pages/cohorts/bpd.astro @@ -45,8 +45,13 @@ const isVisible = true; >

- Bitcoin Protocol Development Study Cohort + Bitcoin Protocol Development

+

+ Cohort Kicking off on November, 2024 +

Designed by Chaincode, the Learning Bitcoin via Command Line Interface +

+ Cohort Kicking off in 6th September, 2024 +

Learning Bitcoin from the Command Line is a comprehensive tutorial series that teaches you how diff --git a/src/pages/cohorts/mb.astro b/src/pages/cohorts/mb.astro index f587891..e32ddcc 100644 --- a/src/pages/cohorts/mb.astro +++ b/src/pages/cohorts/mb.astro @@ -22,7 +22,7 @@ const isVisible = false; headerProps={headerProps} isVisible={isVisible} > - + - +

- Programming Bitcoin Study Cohort + Programming Bitcoin

+

+ Cohort Kicking off on January, 2025 +

Programming Bitcoin, is an in-depth tutorial on Bitcoin Core, unveils the intricacies of Bitcoin