From fbc5ed2fc7b942ea3eccf3affe4aa86843162946 Mon Sep 17 00:00:00 2001 From: emjshrx Date: Mon, 18 Dec 2023 13:21:41 +0530 Subject: [PATCH] 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.", }, ]; ---