Skip to content

Commit

Permalink
refac: remove weird characters
Browse files Browse the repository at this point in the history
  • Loading branch information
emjshrx committed Dec 18, 2023
1 parent b2f05b1 commit fbc5ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/cohorts/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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?",
Expand All @@ -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.",
},
];
---
Expand Down

0 comments on commit fbc5ed2

Please sign in to comment.