From 0409619c0a886f9d27e07dacc5ae4ba6e0656124 Mon Sep 17 00:00:00 2001 From: Tommy <31965230+katomm@users.noreply.github.com> Date: Mon, 11 Oct 2021 20:42:01 +0200 Subject: [PATCH] Add careers on Cardano page (#350) --- docs/careers.md | 19 +++++++++++++++++++ docusaurus.config.js | 4 ++++ 2 files changed, 23 insertions(+) create mode 100644 docs/careers.md diff --git a/docs/careers.md b/docs/careers.md new file mode 100644 index 0000000000..b0b25ed006 --- /dev/null +++ b/docs/careers.md @@ -0,0 +1,19 @@ +--- +id: careers +title: Careers on Cardano +sidebar_label: Careers on Cardano +description: Are you passionate about Cardano and looking for a job working in the Cardano ecosystem? +image: ./img/og-developer-portal.png +hide_table_of_contents: false +--- + +Are you passionate about Cardano and looking for a job working in the Cardano ecosystem? There are several organizations which practically always have open vacancies and career opportunities. + +Most of these jobs are 100% remote. You can work from anywhere in the world with a flexible schedule. + +## Work on Cardano projects full-time + +- [Jobs at Cardano Foundation](https://cardanofoundation.org/careers) +- [Jobs at dcSpark](https://careers.dcspark.io) +- [Jobs at EMURGO](https://emurgo.io/career) +- [Jobs at IOHK](https://apply.workable.com/io-global/) \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index d64cd826bf..03becb5ccd 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -158,6 +158,10 @@ module.exports = { { title: "More about Cardano", items: [ + { + label: "Careers on Cardano", + to: "docs/careers", + }, { label: "Cardano Enterprise", href: "https://cardano.org/enterprise",