diff --git a/apps/marketing/content/design-system.mdx b/apps/marketing/content/design-system.mdx new file mode 100644 index 000000000..3034f10a3 --- /dev/null +++ b/apps/marketing/content/design-system.mdx @@ -0,0 +1,17 @@ +--- +title: Design System +--- + +# Design System + +At Documenso we aim to be a design driven company. We believe that design is not just about how things look, but also how they work. We want to make sure that our products are easy to use and intuitive. We also want to make sure that our products are consistent and that they look and feel like they belong together. + +To achieve this we have created our design system which contains our primitives, token and screens alongside branding assets. + +We're open-sourcing our design system so that you can see how we build our products and think about design as a whole. + + diff --git a/apps/marketing/src/components/(marketing)/footer.tsx b/apps/marketing/src/components/(marketing)/footer.tsx index ab0dd6e24..fb4195800 100644 --- a/apps/marketing/src/components/(marketing)/footer.tsx +++ b/apps/marketing/src/components/(marketing)/footer.tsx @@ -21,6 +21,7 @@ const FOOTER_LINKS = [ { href: '/open', text: 'Open' }, { href: 'https://shop.documenso.com', text: 'Shop', target: '_blank' }, { href: 'https://status.documenso.com', text: 'Status', target: '_blank' }, + { href: '/design-system', text: 'Design System' }, { href: 'mailto:support@documenso.com', text: 'Support' }, { href: '/privacy', text: 'Privacy' }, ]; @@ -43,7 +44,7 @@ export const Footer = ({ className, ...props }: FooterProps) => { -