Add privacy policy and terms of service
This commit is contained in:
parent
c9ce4c3b7b
commit
6ad56d0dc9
@ -44,6 +44,9 @@
|
|||||||
<p class="has-text-white is-size-7">
|
<p class="has-text-white is-size-7">
|
||||||
Crafted in Rwanda and Germany by <a href="https://twitter.com/bumi">@bumi</a>, <a href="https://twitter.com/musayann">@musayann</a> & <a href="https://github.com/karemarsy">@karemarsy</a>
|
Crafted in Rwanda and Germany by <a href="https://twitter.com/bumi">@bumi</a>, <a href="https://twitter.com/musayann">@musayann</a> & <a href="https://github.com/karemarsy">@karemarsy</a>
|
||||||
</p>
|
</p>
|
||||||
|
<p class="has-text-white is-size-7">
|
||||||
|
<a href="/privacy">Privacy Policy</a> - <a href="/terms">Terms of Service</a>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -17,6 +17,10 @@
|
|||||||
Login with your existing Google account, no new credentials needed.
|
Login with your existing Google account, no new credentials needed.
|
||||||
Do you need help? <%= link_to 'let us know', help_url %>.
|
Do you need help? <%= link_to 'let us know', help_url %>.
|
||||||
</p>
|
</p>
|
||||||
|
<hr>
|
||||||
|
<p>
|
||||||
|
By signing in you agree to <br> the <%= link_to 'Terms of Service', '/terms' %> and <%= link_to 'Privacy Policy', '/privacy' %>.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -23,6 +23,10 @@
|
|||||||
<p>
|
<p>
|
||||||
Do you need help? <%= link_to 'let us know', help_url %>.
|
Do you need help? <%= link_to 'let us know', help_url %>.
|
||||||
</p>
|
</p>
|
||||||
|
<hr>
|
||||||
|
<p>
|
||||||
|
By signing in you agree to <br> the <%= link_to 'Terms of Service', '/terms' %> and <%= link_to 'Privacy Policy', '/privacy' %>.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -31,6 +31,9 @@ Rails.application.routes.draw do
|
|||||||
get '/demo(/:backend)' => 'home#demo', :as => :demo
|
get '/demo(/:backend)' => 'home#demo', :as => :demo
|
||||||
get '/contact', to: redirect('/#contact-us'), :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 '/privacy', to: redirect('https://www.notion.so/Privacy-Policy-f4bd2d6c8e7742bbb9ca1c952aec0379')
|
||||||
|
get '/terms', to: redirect('https://www.notion.so/Terms-and-Conditions-d73fd11089164eac91ede8ab4b4da5b3')
|
||||||
|
|
||||||
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')
|
||||||
|
|
||||||
root 'home#index'
|
root 'home#index'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user