@@ -16,24 +16,8 @@ layout: default
1616 .text-center
1717 %p We’ve created the fastest, easiest way to search within documentation.
1818 %p
And best of all? It’s FREE.
19- %form.join-form{action: '#', method: 'POST'}
20- %h3 Get Started. It’s FREE!
21- .spacer20
22- .input-group
23- %span.input-group-addon
24- %i.fa.fa-fw.fa-envelope-o
25- %input.form-control{type: 'email', placeholder: 'you@example.org', name: 'email'}
26- %p.text-sm We’ll email you the code you need to integrate the search into your documentation.
27- .spacer20
28- .input-group
29- %span.input-group-addon
30- %i.fa.fa-fw.fa-globe
31- %input.form-control{type: 'text', placeholder: 'https://website.com/doc', name: 'url'}
32- %p.text-sm We’ll crawl the documentation pages of your website and index them on Algolia.
33- .spacer20
34- .text-center
35- %button.btn.btn-primary.btn-lg{type: 'submit'}
36- JOIN THE BETA!
19+
20+ {% haml join-form.haml %}
3721#section_why.page-section
3822 .m800.m-l-r-auto
3923 %h2.page-section-title Why DocSearch?
@@ -128,22 +112,8 @@ layout: default
128112 %p We’ll get back to you within a few hours with everything you need to integrate your new search into your website.
129113 %p Oh, and did we mention it's FREE? No commitment. No subscription. Everything is on us!
130114 .spacer30
131- %form.join-form{action: '#', method: 'POST'}
132- .input-group
133- %span.input-group-addon
134- %i.fa.fa-fw.fa-envelope-o
135- %input.form-control{type: 'email', placeholder: 'you@example.org', name: 'email'}
136- %p.text-sm We’ll email you the code you need to integrate the search into your documentation.
137- .spacer20
138- .input-group
139- %span.input-group-addon
140- %i.fa.fa-fw.fa-globe
141- %input.form-control{type: 'text', placeholder: 'https://website.com/doc', name: 'url'}
142- %p.text-sm We’ll crawl the documentation pages of your website and index them on Algolia.
143- .spacer20
144- .text-center
145- %button.btn.btn-primary.btn-lg{type: 'submit'}
146- JOIN THE BETA!
115+
116+ {% haml join-form.haml %}
147117
148118{% contentfor site-footer %}
149119<script src=" {{ " /js/home.js" | prepend: site.baseurl }}" ></script>
0 commit comments