diff --git a/packages/website/src/components/ApplyForm.js b/packages/website/src/components/ApplyForm.js index 892d367e..ff178405 100644 --- a/packages/website/src/components/ApplyForm.js +++ b/packages/website/src/components/ApplyForm.js @@ -97,153 +97,136 @@ function ApplyForm() { } return ( - <> -
+
- 🚧 The DocSearch submission process is currently down for maintenance. 🚧 -
- - - - Documentation or Blog URL - + Documentation or Blog URL + + + + + We'll scrape pages at this address and index the content on Algolia. + + + + Email + + + + + We'll send you the snippet you'll have to integrate into your website and grant access to your Algolia + application. + + + + Repository URL (Optional) + + + +
+ + + My website is a publicly available developer documentation or a technical blog. - - We'll scrape pages at this address and index the content on Algolia. - - - - Email - + - - - - We'll send you the snippet you'll have to integrate into your website and grant access to your Algolia - application. - - - - Repository URL (Optional) - - - -
- - - My website is a publicly available developer documentation or a technical blog. - - - - - I am the owner of the website, or otherwise have obtained and continue to maintain any required consents - necessary to use DocSearch on the requested domain. And I have{' '} - read the checklist. - + type="checkbox" + className="uil-mr-8" + /> + I am the owner of the website, or otherwise have obtained and continue to maintain any required consents + necessary to use DocSearch on the requested domain. And I have{' '} + read the checklist. + - - - I understand that this is a Free Service as described in Algolia's{' '} - Terms of Service and Algolia's{' '} - - Special Free Services Terms - - . - - - -
- - - - Refer to Algolia's Privacy Policy for more information on how we use and protect your data + + + I understand that this is a Free Service as described in Algolia's{' '} + Terms of Service and Algolia's{' '} + + Special Free Services Terms - + . + - - - For support requests, make sure to first{' '} - read our policy. - {' '} - - - - + +
+ + + + Refer to Algolia's Privacy Policy for more information on how we use and protect your data + + + + + + For support requests, make sure to first{' '} + read our policy. + {' '} + + +
); }