Text
This commit is contained in:
parent
143f76f1c2
commit
6da553102d
@ -4,14 +4,21 @@
|
|||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="is-size-1 is-size-3-mobile">
|
<h1 class="is-size-1 is-size-3-mobile">
|
||||||
The form backend for designers and developers
|
<%=[
|
||||||
|
'The form backend for developers and designers',
|
||||||
|
'The no-code form backend for Google Sheets and Airtable',
|
||||||
|
'The form endpoint for modern static site generators',
|
||||||
|
'HTML form processing for the modern Jamstack',
|
||||||
|
'Get your online forms submissions in your favorite spreadsheet tool',
|
||||||
|
'Use Google Sheets or Airtable as your online form backend'
|
||||||
|
].sample %>
|
||||||
</h1>
|
</h1>
|
||||||
<p class="tag-line is-size-5">
|
<p class="tag-line is-size-5">
|
||||||
Link your online forms to <span class="google-sheets backend-logo"><%= image_tag 'google_sheets-icon.svg' %> Google Sheets</span> or <span class="airtable backend-logo"><%= image_tag 'airtable-icon.svg' %> Airtable</span> and receive form submissions in your favorite spreadsheet tool.
|
Link your online forms to <span class="google-sheets backend-logo"><%= image_tag 'google_sheets-icon.svg' %> Google Sheets</span> or <span class="airtable backend-logo"><%= image_tag 'airtable-icon.svg' %> Airtable</span> and receive form submissions in your favorite spreadsheet tool.
|
||||||
</p>
|
</p>
|
||||||
<p class="call-to-action">
|
<p class="call-to-action">
|
||||||
<%= link_to "Get started", signup_url, class: 'is-uppercase button is-rounded is-primary has-text-white a-menu' %>
|
<%= link_to "Get started", signup_url, class: 'is-uppercase button is-rounded is-primary has-text-white a-menu' %>
|
||||||
or try our <%= link_to "Live demo", demo_url %>
|
or try our <%= link_to "Live demos", demo_url %>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user