Add pricing and minor text changes

This commit is contained in:
bumi 2020-05-02 11:22:19 +02:00
parent de8e662d45
commit 50532e537a
2 changed files with 28 additions and 4 deletions

View File

@ -82,7 +82,6 @@
</div>
</section>
<section class="section features has-mustard-bg has-text-white">
<div class="container">
<div class="columns is-multiline is-centered">
@ -180,7 +179,7 @@
</section>
<section class="section">
<section class="section" id="contact-us">
<div class="container">
<h3 class="is-size-3">
Missing a feature? Questions?
@ -188,6 +187,9 @@
<p class="paragraph">
We are building tinyforms to make your work easier! Let us know what we can do for you.
</p>
<p class="paragraph">
Reach us using this <i>tiny</i>form, or shoot us an email at <a href="mailto:hello@tinyfor.ms">hello@tinyfor.ms</a>.
</p>
<form id="contact-us-form" class="contact-form has-text-left" data-tinyforms="true" method="POST"
action="https://tinyforms.herokuapp.com/s/mT4qT3SjGczmKpFhKXdw4YRW" enctype="multipart/form-data">
<div class="columns is-centered">
@ -195,7 +197,7 @@
<div class="field">
<label class="label">Your email</label>
<div class="control">
<input class="input" type="text" name="email" placeholder="me@earth.com">
<input class="input" type="text" name="email" placeholder="@hey.com">
</div>
</div>
<div class="field">
@ -223,4 +225,26 @@
</div>
</div>
</section>
<hr>
<section class="section">
<div class="container">
<h3 class="is-size-3">
Simple, affordable pricing
</h3>
<p class="paragraph">
50 submissions free!<br>
then pay only what you use at<br>
<strong class="is-size-5">5€ per 500 submissions</strong>.
</p>
<p class="call-to-action">
<%= link_to "get started now", signup_url, class: 'is-uppercase button is-rounded is-primary has-text-white a-menu' %>
</p>
<p class="paragraph" style="margin-top:1em">
Want to see tinyforms in action first? Try our <%= link_to "live demos", demo_url %>.
</p>
</div>
</section>
</div>

View File

@ -29,7 +29,7 @@ Rails.application.routes.draw do
get '/auth' => 'sessions#auth', :as => :auth
get '/demo(/:backend)' => 'home#demo', :as => :demo
get '/contact' => 'home#contact', :as => :contact
get '/contact', to: redirect('/#contact-us'), :as => :contact
get '/help', to: redirect('https://www.notion.so/Tinyforms-Help-Center-04f13b5908bc46cfb4283079a3cb1149')
get '/form-building-service', to: redirect('https://www.notion.so/Tinyforms-Help-Center-04f13b5908bc46cfb4283079a3cb1149')