From b39a42ecd2bc67292f1245f2fa49542d25561bbb Mon Sep 17 00:00:00 2001 From: Lucas Smith Date: Wed, 6 Dec 2023 18:59:02 +1100 Subject: [PATCH] feat(marketing): add careers page (#733) --- apps/marketing/content/careers.mdx | 13 +++++++++++++ .../marketing/src/components/(marketing)/footer.tsx | 1 + package-lock.json | 1 + 3 files changed, 15 insertions(+) create mode 100644 apps/marketing/content/careers.mdx diff --git a/apps/marketing/content/careers.mdx b/apps/marketing/content/careers.mdx new file mode 100644 index 000000000..69433e127 --- /dev/null +++ b/apps/marketing/content/careers.mdx @@ -0,0 +1,13 @@ +--- +title: Careers at Documenso +--- + +# Careers at Documenso + +So you love Documenso and all the things that we do and now you want to work with us to unlock the future of open signing? + +--- + +## Open Positions + +Unfortunately we have no open positions available at the moment. Our team has grown and so we must grow with it, please check back from time to time as now is not forever and we may be hiring again in the future. diff --git a/apps/marketing/src/components/(marketing)/footer.tsx b/apps/marketing/src/components/(marketing)/footer.tsx index 480043c46..1399297c7 100644 --- a/apps/marketing/src/components/(marketing)/footer.tsx +++ b/apps/marketing/src/components/(marketing)/footer.tsx @@ -31,6 +31,7 @@ const FOOTER_LINKS = [ { href: 'https://status.documenso.com', text: 'Status', target: '_blank' }, { href: 'mailto:support@documenso.com', text: 'Support', target: '_blank' }, { href: '/oss-friends', text: 'OSS Friends' }, + { href: '/careers', text: 'Careers' }, { href: '/privacy', text: 'Privacy' }, ]; diff --git a/package-lock.json b/package-lock.json index 80f31d7a0..61c4749e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19227,6 +19227,7 @@ "start-server-and-test": "^2.0.1" }, "devDependencies": { + "@documenso/prisma": "*", "@documenso/web": "*", "@playwright/test": "^1.18.1", "@types/node": "^20.8.2"