Add pricing and minor text changes
This commit is contained in:
parent
de8e662d45
commit
50532e537a
@ -82,7 +82,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="section features has-mustard-bg has-text-white">
|
<section class="section features has-mustard-bg has-text-white">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="columns is-multiline is-centered">
|
<div class="columns is-multiline is-centered">
|
||||||
@ -180,7 +179,7 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="section">
|
<section class="section" id="contact-us">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3 class="is-size-3">
|
<h3 class="is-size-3">
|
||||||
Missing a feature? Questions?
|
Missing a feature? Questions?
|
||||||
@ -188,6 +187,9 @@
|
|||||||
<p class="paragraph">
|
<p class="paragraph">
|
||||||
We are building tinyforms to make your work easier! Let us know what we can do for you.
|
We are building tinyforms to make your work easier! Let us know what we can do for you.
|
||||||
</p>
|
</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"
|
<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">
|
action="https://tinyforms.herokuapp.com/s/mT4qT3SjGczmKpFhKXdw4YRW" enctype="multipart/form-data">
|
||||||
<div class="columns is-centered">
|
<div class="columns is-centered">
|
||||||
@ -195,7 +197,7 @@
|
|||||||
<div class="field">
|
<div class="field">
|
||||||
<label class="label">Your email</label>
|
<label class="label">Your email</label>
|
||||||
<div class="control">
|
<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>
|
</div>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
@ -223,4 +225,26 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</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>
|
</div>
|
@ -29,7 +29,7 @@ Rails.application.routes.draw do
|
|||||||
get '/auth' => 'sessions#auth', :as => :auth
|
get '/auth' => 'sessions#auth', :as => :auth
|
||||||
|
|
||||||
get '/demo(/:backend)' => 'home#demo', :as => :demo
|
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 '/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')
|
get '/form-building-service', to: redirect('https://www.notion.so/Tinyforms-Help-Center-04f13b5908bc46cfb4283079a3cb1149')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user