diff --git a/docs/pages/careers.tsx b/docs/pages/careers.tsx index 086b51e13769b9..c3e55b5a9708f8 100644 --- a/docs/pages/careers.tsx +++ b/docs/pages/careers.tsx @@ -170,16 +170,6 @@ const openRolesData = [ description: 'You will lead the technical and operational development of MUI Store.', url: '/careers/product-engineer/', }, - { - title: 'Developer Experience Engineer - Core', - description: 'You will focus on providing experiences that delight developers using MUI.', - url: '/careers/developer-experience-engineer/', - }, - { - title: 'Engineering Manager - Toolpad', - description: 'You will grow the small engineering team currently working on MUI Toolpad.', - url: '/careers/engineering-manager/', - }, ], }, { @@ -193,17 +183,6 @@ const openRolesData = [ }, ], }, - { - title: 'Support', - roles: [ - { - title: 'Support Agent - Store', - description: - "You will provide support for the customers of MUI Store. You will directly impact customers' satisfaction and success.", - url: '/careers/support-agent/', - }, - ], - }, ]; const nextRolesData = [ @@ -237,6 +216,17 @@ const nextRolesData = [ }, ], }, + { + title: 'Support', + roles: [ + { + title: 'Support Agent - Store', + description: + "You will provide support for the customers of MUI Store. You will directly impact customers' satisfaction and success.", + url: '/careers/support-agent/', + }, + ], + }, ] as typeof openRolesData; function renderFAQItem(index: number, defaultExpanded?: boolean) { @@ -504,7 +494,7 @@ function CareersContent() { We hire in batches, we collect applications a few months before we actively aim to fill the roles. If none of these roles fit with what you are looking for, you can apply to the{' '} - + Dream job {' '} role. diff --git a/docs/pages/careers/developer-experience-engineer.js b/docs/pages/careers/developer-experience-engineer.js deleted file mode 100644 index bc40c9c15c5b00..00000000000000 --- a/docs/pages/careers/developer-experience-engineer.js +++ /dev/null @@ -1,11 +0,0 @@ -import * as React from 'react'; -import TopLayoutCompany from 'docs/src/modules/components/TopLayoutCompany'; -import { - demos, - docs, - demoComponents, -} from 'docs/src/pages/careers/developer-experience-engineer.md?@mui/markdown'; - -export default function Page() { - return ; -} diff --git a/docs/pages/careers/engineering-manager.js b/docs/pages/careers/engineering-manager.js deleted file mode 100644 index 91a86a26775f47..00000000000000 --- a/docs/pages/careers/engineering-manager.js +++ /dev/null @@ -1,11 +0,0 @@ -import * as React from 'react'; -import TopLayoutCompany from 'docs/src/modules/components/TopLayoutCompany'; -import { - demos, - docs, - demoComponents, -} from 'docs/src/pages/careers/engineering-manager.md?@mui/markdown'; - -export default function Page() { - return ; -} diff --git a/docs/src/modules/components/AppTableOfContents.js b/docs/src/modules/components/AppTableOfContents.js index b3f455f44587b3..eaa9bf5d3c5708 100644 --- a/docs/src/modules/components/AppTableOfContents.js +++ b/docs/src/modules/components/AppTableOfContents.js @@ -218,7 +218,7 @@ export default function AppTableOfContents(props) { {showAddJob && ( ({ mb: 2, diff --git a/docs/src/pages/careers/ROLE_TEMPLATE.md b/docs/src/pages/careers/ROLE_TEMPLATE.md index 8d2db79c5ce70c..68b9ed1b462db1 100644 --- a/docs/src/pages/careers/ROLE_TEMPLATE.md +++ b/docs/src/pages/careers/ROLE_TEMPLATE.md @@ -69,4 +69,4 @@ You can find the other perks & benefits on the [careers](https://mui.com/careers ## How to apply? -[Apply now for this position ๐Ÿ“ฎ](https://airtable.com/shrdqo1Z6srZXGcvh?prefill_Applying+for=XXXXXX&prefill_source=mui.com) +[Apply now for this position ๐Ÿ“ฎ](https://jobs.ashbyhq.com/MUI/__ID__/application?utm_source=ZNRrPGBkqO) diff --git a/docs/src/pages/careers/designer.md b/docs/src/pages/careers/designer.md index 29aa4857e08d5d..1dac3e1cf37548 100644 --- a/docs/src/pages/careers/designer.md +++ b/docs/src/pages/careers/designer.md @@ -79,7 +79,7 @@ Other perks are described on [the careers page](/careers/#perks-amp-benefits/). ## How to apply? -[Apply now for this position ๐Ÿ“ฎ](https://airtable.com/shrdqo1Z6srZXGcvh?prefill_Applying+for=Designer&prefill_source=mui.com). +[Apply now for this position ๐Ÿ“ฎ](https://jobs.ashbyhq.com/MUI/__ID__/application?utm_source=ZNRrPGBkqO). ## What happens next? diff --git a/docs/src/pages/careers/developer-advocate.md b/docs/src/pages/careers/developer-advocate.md index 1ee278ebd49e00..d9eed117731500 100644 --- a/docs/src/pages/careers/developer-advocate.md +++ b/docs/src/pages/careers/developer-advocate.md @@ -108,4 +108,4 @@ You can find the other perks & benefits on the [careers](/careers/#perks-amp-ben ## How to apply? -[Apply now for this position ๐Ÿ“ฎ](https://airtable.com/shrdqo1Z6srZXGcvh?prefill_Applying+for=Developer%20Advocate&prefill_source=mui.com) +[Apply now for this position ๐Ÿ“ฎ](https://jobs.ashbyhq.com/MUI/__ID__/application?utm_source=ZNRrPGBkqO) diff --git a/docs/src/pages/careers/developer-experience-engineer.md b/docs/src/pages/careers/developer-experience-engineer.md index b8dc8e6d27f922..960af6c84d2db5 100644 --- a/docs/src/pages/careers/developer-experience-engineer.md +++ b/docs/src/pages/careers/developer-experience-engineer.md @@ -100,4 +100,4 @@ You can find the other perks & benefits on the [careers](/careers/#perks-amp-ben ## How to apply? -[Apply now for this position ๐Ÿ“ฎ](https://airtable.com/shrdqo1Z6srZXGcvh?prefill_Applying+for=Developer%20Experience%20Engineer&prefill_source=mui.com) +[Apply now for this position ๐Ÿ“ฎ](https://jobs.ashbyhq.com/MUI/__ID__/application?utm_source=ZNRrPGBkqO) diff --git a/docs/src/pages/careers/engineering-manager.md b/docs/src/pages/careers/engineering-manager.md index a16a3fac787772..200bc224625db2 100644 --- a/docs/src/pages/careers/engineering-manager.md +++ b/docs/src/pages/careers/engineering-manager.md @@ -87,4 +87,4 @@ You can find the other perks & benefits on the [careers](https://mui.com/careers ## How to apply? -[Apply now for this position ๐Ÿ“ฎ](https://airtable.com/shrdqo1Z6srZXGcvh?prefill_Applying+for=Engineering%20Manager%20-%20Toolpad&prefill_source=mui.com) +[Apply now for this position ๐Ÿ“ฎ](https://jobs.ashbyhq.com/MUI/__ID__/application?utm_source=ZNRrPGBkqO) diff --git a/docs/src/pages/careers/full-stack-engineer.md b/docs/src/pages/careers/full-stack-engineer.md index 98915d5e502381..33fd7a6d8809e6 100644 --- a/docs/src/pages/careers/full-stack-engineer.md +++ b/docs/src/pages/careers/full-stack-engineer.md @@ -54,7 +54,7 @@ The MUI Toolpad application offers a wide variety of engineering challenges. Inc Depending on the day, you'll: - **Help guide architectural decisions**. You'll join us in defining and refining the initial product and also help bring the conversation public as the MVP grows. You'll also interface with other teams at MUI as you'll be building on top of their work. -- **Contribute to implementing new features**. MUI is a complex codebase. It's built on top of cutting edge web technologies to build the low-code tool for the future. +- **Contribute to implementing new features**. MUI is a complex codebase. It's built on top of cutting-edge web technologies to build the low-code tool for the future. - **Reduce friction**. A large amount of the work on MUI Toolpad is reducing friction and making it easier to use. As our MVP grows, our focus will shift from "making it work" towards "making it easy to work with". - **Collaborate with the community**. MUI Toolpad will be open-sourced. As the community grows you'll act as a steward to steer it towards success. This includes reviewing issues, pull requests and questions, and guiding aspiring contributors to make meaningful contributions. - **Experiment and play**. Great, unexpected features and heisenbug fixes have come from a number of sources โ€” relentlessly methodical processes of elimination, free-flowing team collaboration, inspiration by adjacent libraries and projects, and difficult-to-explain individual strokes of brilliance. Whatever your preferred style is for creating new things that others might not have thought of, you'll find a welcome home on the team. @@ -64,7 +64,7 @@ Depending on the day, you'll: ## The best parts of this job -- **You'll be at the cutting edge of application development**ย โ€” working on one of the fastest-growing UI libraries on the market. +- **You'll be at the cutting-edge of application development**ย โ€” working on one of the fastest-growing UI libraries on the market. - **You'll be part of an active, open, friendly community**ย of developers that are excited about building awesome applications. - **Your role will be key to making MUI Toolpad the go-to low code tool** for internal application building. @@ -102,7 +102,7 @@ You can find the other perks & benefits on the [careers](/careers/#perks-amp-ben ## How to apply? -[Apply now for this position ๐Ÿ“ฎ](https://airtable.com/shrdqo1Z6srZXGcvh?prefill_Applying+for=Full-stack%20Engineer%20-%20Toolpad&prefill_source=mui.com) +[Apply now for this position ๐Ÿ“ฎ](https://jobs.ashbyhq.com/MUI/4f76b45b-a18e-4bdb-8a34-8bb5a3c9c2ef/application?utm_source=ZNRrPGBkqO) ## What happens next? diff --git a/docs/src/pages/careers/people-operation-manager.md b/docs/src/pages/careers/people-operation-manager.md index 392e4e33f003a5..624c0763e66bbf 100644 --- a/docs/src/pages/careers/people-operation-manager.md +++ b/docs/src/pages/careers/people-operation-manager.md @@ -50,7 +50,7 @@ Depending on the day, you'll: - You will help all individuals understand their primary role within the wider organization. - You will partner with Finance for budgeting/compensation purposes. You will manage compensation, benefits, leave, and other people-related matters. - You will shape a strategy that aligns and moves MUI towards continued growth, innovation, and improvement. -- **Improve employees experience**. +- **Improve employees' experience**. - You will work on the employee engagement survey results. - You will reduce the admin burden. - You will own the Retreat. Bring our remote team together. Being a fully distributed remote team has its challenges. You organize team events, make sure everybody has what they need to be productive, and find creative ways to engage as a team. @@ -86,4 +86,4 @@ You can find the other perks & benefits on the [careers](/careers/#perks-amp-ben ## How to apply? -[Apply now for this position ๐Ÿ“ฎ](https://airtable.com/shrdqo1Z6srZXGcvh?prefill_Applying+for=People%20Operations%20Manager&prefill_source=mui.com) +[Apply now for this position ๐Ÿ“ฎ](https://jobs.ashbyhq.com/MUI/b46968b7-dde3-4b91-9785-a05aa0a816d8/application?utm_source=ZNRrPGBkqO) diff --git a/docs/src/pages/careers/product-engineer.md b/docs/src/pages/careers/product-engineer.md index aa349a87c5c289..57a40b01f903e8 100644 --- a/docs/src/pages/careers/product-engineer.md +++ b/docs/src/pages/careers/product-engineer.md @@ -93,4 +93,4 @@ You can find the other perks & benefits on the [careers](/careers/#perks-amp-ben ## How to apply? -[Apply now for this position ๐Ÿ“ฎ](https://airtable.com/shrdqo1Z6srZXGcvh?prefill_Applying+for=Product%20Engineer%20-%20Store&prefill_source=mui.com) +[Apply now for this position ๐Ÿ“ฎ](https://jobs.ashbyhq.com/MUI/e641bac3-5538-4ec8-8d73-eaa1a03704d6/application?utm_source=ZNRrPGBkqO) diff --git a/docs/src/pages/careers/product-manager.md b/docs/src/pages/careers/product-manager.md index fe63104454d06e..120fd820f94fc9 100644 --- a/docs/src/pages/careers/product-manager.md +++ b/docs/src/pages/careers/product-manager.md @@ -80,4 +80,4 @@ You can find the other perks & benefits on the [careers](/careers/#perks-amp-ben ## How to apply? -[Apply now for this position ๐Ÿ“ฎ](https://airtable.com/shrdqo1Z6srZXGcvh?prefill_Applying+for=Product%20Manager&prefill_source=mui.com) +[Apply now for this position ๐Ÿ“ฎ](https://jobs.ashbyhq.com/MUI/__ID__/application?utm_source=ZNRrPGBkqO) diff --git a/docs/src/pages/careers/react-engineer-core.md b/docs/src/pages/careers/react-engineer-core.md index 82b1bb3619ac24..4fae1147f35d72 100644 --- a/docs/src/pages/careers/react-engineer-core.md +++ b/docs/src/pages/careers/react-engineer-core.md @@ -73,7 +73,7 @@ Depending on the day, you'll: ### The best parts of this job -- **You'll be at the cutting edge of application development** โ€” working on one of the fastest-growing UI libraries on the market. +- **You'll be at the cutting-edge of application development** โ€” working on one of the fastest-growing UI libraries on the market. - **You'll be part of an active, open, friendly community** of developers that are excited about building awesome applications. - **Your role will be key to making MUI the go-to UI framework** for building applications, websites, and design systems with React. @@ -145,4 +145,4 @@ You can find the other perks & benefits on the [careers](/careers/#perks-amp-ben ## How to apply? -[Apply now for this position ๐Ÿ“ฎ](https://jobs.ashbyhq.com/mui/e71433e9-2ddf-42bd-9da6-d0a102d1ce3c/application) +[Apply now for this position ๐Ÿ“ฎ](https://jobs.ashbyhq.com/MUI/e71433e9-2ddf-42bd-9da6-d0a102d1ce3c/application?utm_source=ZNRrPGBkqO) diff --git a/docs/src/pages/careers/react-engineer-x.md b/docs/src/pages/careers/react-engineer-x.md index 5a72c16950a446..b1a7d65b9d122e 100644 --- a/docs/src/pages/careers/react-engineer-x.md +++ b/docs/src/pages/careers/react-engineer-x.md @@ -70,7 +70,7 @@ Depending on the day, you'll: ### The best parts of this job -- **You'll be at the cutting edge of application development** โ€” working on one of the fastest-growing UI libraries on the market. +- **You'll be at the cutting-edge of application development** โ€” working on one of the fastest-growing UI libraries on the market. - **You'll be part of an active, open, friendly community** of developers that are excited about building awesome applications. - **Your role will be key to making MUI the go-to UI framework** for building applications, websites, and design systems with React. @@ -126,4 +126,4 @@ You can find the other perks & benefits on the [careers](/careers/#perks-amp-ben ## How to apply? -[Apply now for this position ๐Ÿ“ฎ](https://jobs.ashbyhq.com/mui/decc9f01-70c3-40ef-b660-70ed2d631e41/application) +[Apply now for this position ๐Ÿ“ฎ](https://jobs.ashbyhq.com/MUI/decc9f01-70c3-40ef-b660-70ed2d631e41/application?utm_source=ZNRrPGBkqO) diff --git a/docs/src/pages/careers/react-support-engineer.md b/docs/src/pages/careers/react-support-engineer.md index f3d0983a2fbd3a..5d7e4425165edc 100644 --- a/docs/src/pages/careers/react-support-engineer.md +++ b/docs/src/pages/careers/react-support-engineer.md @@ -119,4 +119,4 @@ You can find the other perks & benefits on the [careers](/careers/#perks-amp-ben ## How to apply? -[Apply now for this position ๐Ÿ“ฎ](https://jobs.ashbyhq.com/mui/e362a14c-6674-4ac9-8eee-bcf44a8767c8/application) +[Apply now for this position ๐Ÿ“ฎ](https://jobs.ashbyhq.com/MUI/e362a14c-6674-4ac9-8eee-bcf44a8767c8/application?utm_source=ZNRrPGBkqO) diff --git a/docs/src/pages/careers/support-agent.md b/docs/src/pages/careers/support-agent.md index 731243958710a8..05ea2ef33d8491 100644 --- a/docs/src/pages/careers/support-agent.md +++ b/docs/src/pages/careers/support-agent.md @@ -70,4 +70,4 @@ You can find the other perks & benefits on the [careers](/careers/#perks-amp-ben ## How to apply? -[Apply now for this position ๐Ÿ“ฎ](https://airtable.com/shrdqo1Z6srZXGcvh?prefill_Applying+for=Support%20Agent%20-%20Store&prefill_source=mui.com) +[Apply now for this position ๐Ÿ“ฎ](https://jobs.ashbyhq.com/MUI/79a9b5ec-6fb3-41ec-b48b-0a792ced7c19/application?utm_source=ZNRrPGBkqO) diff --git a/docs/src/pages/careers/technical-product-manager.md b/docs/src/pages/careers/technical-product-manager.md index f84bd35c1a6d4b..b91efdd8aa8f62 100644 --- a/docs/src/pages/careers/technical-product-manager.md +++ b/docs/src/pages/careers/technical-product-manager.md @@ -77,4 +77,4 @@ You can find the other perks & benefits on the [careers](/careers/#perks-amp-ben ## How to apply? -[Apply now for this position ๐Ÿ“ฎ](https://airtable.com/shrdqo1Z6srZXGcvh?prefill_Applying+for=Technical%20Product%20Manager&prefill_source=mui.com) +[Apply now for this position ๐Ÿ“ฎ](https://jobs.ashbyhq.com/MUI/__ID__/application?utm_source=ZNRrPGBkqO)