Text
This commit is contained in:
parent
143f76f1c2
commit
6da553102d
@ -1,20 +1,27 @@
|
||||
<div id="wrapper" class="has-text-centered">
|
||||
|
||||
<section id="hero" class="hero is-medium">
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
<h1 class="is-size-1 is-size-3-mobile">
|
||||
The form backend for designers and developers
|
||||
</h1>
|
||||
<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.
|
||||
</p>
|
||||
<p class="call-to-action">
|
||||
<%= 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 %>
|
||||
</p>
|
||||
</div>
|
||||
<div class="hero-body">
|
||||
<div class="container">
|
||||
<h1 class="is-size-1 is-size-3-mobile">
|
||||
<%=[
|
||||
'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>
|
||||
<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.
|
||||
</p>
|
||||
<p class="call-to-action">
|
||||
<%= 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 demos", demo_url %>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user