This commit is contained in:
bumi 2020-04-28 10:50:47 +02:00
parent 143f76f1c2
commit 6da553102d

View File

@ -1,20 +1,27 @@
<div id="wrapper" class="has-text-centered"> <div id="wrapper" class="has-text-centered">
<section id="hero" class="hero is-medium"> <section id="hero" class="hero is-medium">
<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 <%=[
</h1> 'The form backend for developers and designers',
<p class="tag-line is-size-5"> 'The no-code form backend for Google Sheets and Airtable',
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. 'The form endpoint for modern static site generators',
</p> 'HTML form processing for the modern Jamstack',
<p class="call-to-action"> 'Get your online forms submissions in your favorite spreadsheet tool',
<%= link_to "Get started", signup_url, class: 'is-uppercase button is-rounded is-primary has-text-white a-menu' %> 'Use Google Sheets or Airtable as your online form backend'
or try our <%= link_to "Live demo", demo_url %> ].sample %>
</p> </h1>
</div> <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>
</div>
</section> </section>