From f372799ba7489c05d315468ba337988d6cc5f0a9 Mon Sep 17 00:00:00 2001 From: rajarshimaitra Date: Mon, 18 Dec 2023 13:07:23 +0530 Subject: [PATCH 1/2] copy review club and cohort main page --- src/components/cohort/Checkerboard.astro | 28 ++++++++--------------- src/components/review/HowDoesItWork.astro | 14 +++--------- src/pages/cohorts/index.astro | 20 +++++++--------- src/pages/review.astro | 28 +++++++++++------------ 4 files changed, 35 insertions(+), 55 deletions(-) diff --git a/src/components/cohort/Checkerboard.astro b/src/components/cohort/Checkerboard.astro index 7884ad0..628eca1 100644 --- a/src/components/cohort/Checkerboard.astro +++ b/src/components/cohort/Checkerboard.astro @@ -5,14 +5,12 @@ >

- A close-knit community to grow togetherlike-minded bitcoiners with

- A community of like-minded individuals – a tribe of - learners who, like you, are hungry for knowledge and - connection. + Whether from India, SEA, or outside, cohorts are the best way to discover other bitcoiners with similar hunger, curiosity, physical location, and technical acumen.

- A roadmap that leadsbeyond the beginner phaseself-study

- A structured path, a guided journey to progress from - surface-level understanding to a deeper - comprehension of Bitcoin's technical intricacies and - broader implications. + Our curriculum, teaching assistants and assistance is available all the time, for free. But Bitcoin is for sovereign and not sleeps. Only you can teach yourself.

@@ -54,15 +49,12 @@ class="my-5 flex flex-col items-center justify-center bg-peach p-5 xl:my-0 xl:w-1/2 xl:p-10 xl:px-40" >

- An - opportunity to break into the world of Bitcoin Development + Work at + Bitcoin FOSS or ventures

- An opportunity to gain hands-on experience with a - network of experienced Bitcoin developers giving you - the support you need to take your first steps into - the development world of Bitcoin. + Your contributions during and beyond the cohort can earn you an opportunity to work via BitShala incubated FOSS projects and job board.

Date: Mon, 18 Dec 2023 13:21:41 +0530 Subject: [PATCH 2/2] refac: remove weird characters --- src/pages/cohorts/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/cohorts/index.astro b/src/pages/cohorts/index.astro index 62b55c5..254d61f 100644 --- a/src/pages/cohorts/index.astro +++ b/src/pages/cohorts/index.astro @@ -14,7 +14,7 @@ const faqConfig = [ }, { q: "Who can join the Bitcoin Study Cohort?", - a: "Prerequisites may vary based on the specific cohort, as seen in the details provided under each cohort ”Mastering Bitcoin”, ”Learning Bitcoin via CLI”, “Bitcoin Protocol Development” and “Programming Bitcoin”.

Beginners are suggested to get started with ”Mastering Bitcoin” or “Learning Bitcoin via CLI”.

Individuals with a prior understanding of Bitcoin and, in some cases, basic CLI/programming knowledge are encouraged to apply for “Bitcoin Protocol Development” and “Programming Bitcoin“.", + a: "Prerequisites may vary based on the specific cohort, as seen in the details provided under each cohort ”Mastering Bitcoin”, ”Learning Bitcoin via CLI”, “Bitcoin Protocol Development” and “Programming Bitcoin”.Beginners are suggested to get started with ”Mastering Bitcoin” or “Learning Bitcoin via CLI”.Individuals with a prior understanding of Bitcoin and, in some cases, basic CLI/programming knowledge are encouraged to apply for “Bitcoin Protocol Development” and “Programming Bitcoin“.", }, { q: "Is there a fee to join the cohort?", @@ -26,7 +26,7 @@ const faqConfig = [ }, { q: "Will I get a job after completing the cohort?", - a: "Bitcoin is for the sovereign and not for sheep. Most FOSS projects and ventures look for proof of work before hiring. Your graduating certificate is one of those and can help in opening doors but we advise you to contribute to open-source projects (at BitShala or beyond) to increase your chances of getting hired. 
FOSS projects incubated by BitShala hire contributors based on the quality of engagement and contributions. We also have a job board to help you find the right Bitcoin gig/work.", + a: "Bitcoin is for the sovereign and not for sheep. Most FOSS projects and ventures look for proof of work before hiring. Your graduating certificate is one of those and can help in opening doors but we advise you to contribute to open-source projects (at BitShala or beyond) to increase your chances of getting hired. FOSS projects incubated by BitShala hire contributors based on the quality of engagement and contributions. We also have a job board to help you find the right Bitcoin gig/work.", }, ]; ---