1
0
Fork 0
docsearch/docs/_includes/join-form.haml
2016-03-09 15:41:32 +01:00

22 lines
864 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

%form.join-form{action: '#', method: 'POST'}
%h3 Get Started. Its Forever FREE!
.spacer20
.input-group
%span.input-group-addon
%i.fa.fa-fw.fa-globe
%input.form-control{type: 'text', placeholder: 'https://website.com/doc', name: 'url'}
%p.text-sm Well crawl the <u>documentation pages</u> of your website and index them on Algolia.
.spacer10
.input-group
%span.input-group-addon
%i.fa.fa-fw.fa-envelope-o
%input.form-control{type: 'email', placeholder: 'you@example.org', name: 'email'}
%p.text-sm Well email you the code you need to integrate the search into your documentation.
%p.checkbox.text-center
%label
%input{type: 'checkbox', name: 'owner'}
%span I'm the <u>owner</u> of that website
.spacer20
.text-center
%button.btn.btn-primary.btn-lg{type: 'submit'}
JOIN THE PROGRAM!