-
Notifications
You must be signed in to change notification settings - Fork 0
/
pricing.html
134 lines (133 loc) · 6.48 KB
/
pricing.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
---
title: Pricing
layout: default
body-class: pricing
---
<section class="hero">
<div class="lead lead-sub pricing">
<div class="wrapper">
<article>
<h1>
Affordable pricing. Month by month contracts.
<br>
Unlimited users.
</h1>
<p class="sub-head">
Sign up to a plan and try it free for 30 days without any obligation to continue.
</p>
</article>
</div>
</div>
<article class="pricing-tables">
<div class="wrapper tables">
<div class="pricing-table pricing-1">
<div class="pricing-head">Enterprise</div>
<div class="pricing-price">
£499
<span>per month</span>
</div>
<ul class="ticks">
<li>Up to 5000 bins</li>
<li>UNLIMITED users</li>
</ul>
<a class="btn green" title="Try it free" href="https://id.kanbanlive.com/users/sign_up?plan=enterprise">Try it free</a>
</div>
<div class="pricing-table pricing-2">
<div class="pricing-head">Medium</div>
<div class="pricing-price">
£299
<span>per month</span>
</div>
<div class="pricing-ribbon">
<strong>Our most popular plan</strong>
</div>
<ul class="ticks">
<li>Up to 2000 bins</li>
<li>UNLIMITED users</li>
</ul>
<a class="btn green" title="Try it free" href="https://id.kanbanlive.com//users/sign_up?plan=medium">Try it free</a>
</div>
<div class="pricing-table pricing-3">
<div class="pricing-head">Small</div>
<div class="pricing-price">
£99
<span>per month</span>
</div>
<ul class="ticks">
<li>Up to 500 bins</li>
<li>UNLIMITED users</li>
</ul>
<a class="btn green" title="Try it free" href="https://id.kanbanlive.com//users/sign_up?plan=small">Try it free</a>
</div>
<div class="pricing-table pricing-4">
<div class="pricing-head">Basic</div>
<div class="pricing-price">
£49
<span>per month</span>
</div>
<ul class="ticks">
<li>Up to 200 bins</li>
<li>UNLIMITED users</li>
</ul>
<a class="btn green" title="Try it free" href="https://id.kanbanlive.com//users/sign_up?plan=basic">Try it free</a>
</div>
</div>
<div class="wrapper clearboth">
<p>Save 10% by signing up for a year in advance.</p>
<p>
Larger plans are available on request,
<a title="contact us" href="/contact">contact us</a> for more information.
</p>
</div>
</article>
</section>
<section class="main">
<article class="underline">
<div class="wrapper">
<h2 class="center">Typical sign up questions</h2>
<div class="left questions">
<h3>How does the 30-day free trial work?</h3>
<p>If you sign up to a paying plan and cancel within 30 days, you won’t be charged a thing. You can cancel you account at any time, but you will be charged up for the rest of the month after your cancellation. Refunds cannot be issued after your 30 day free trial has finished.</p>
</div>
<div class="right questions">
<h3>Is my data secure?</h3>
<p>We follow accepted industry standards to protect your data, both during transmission and once we receive it. All Kanban Live plans include SSL encryption to keep your data safe. We do not store your credit card information and use a secure PCI-compliant payment gateway to authorize payments.</p>
</div>
<div class="clearboth"></div>
<div class="left questions">
<h3>Do I get a 30-day free trial if I upgrade?</h3>
<p>If you upgrade from a free account to a pay account you are not eligible for the 30-day free trial. The 30-day free trial on paying plans only applies if you sign up for a paying plan now. You can always downgrade later if you choose.</p>
</div>
<div class="right questions">
<h3>What web browsers work with Kanban Live?</h3>
<p>Internet Explorer 8 and higher, Firefox 3 and higher, Safari 4 and higher, and Chrome 4 and higher.</p>
</div>
<div class="clearboth"></div>
<div class="left questions">
<h3>Can I change my plan at any time?</h3>
<p>Yes. Simply click on the “Account” tab on your dashboard and you’ll see your options. Again, if you downgrade your plan in the middle of the month, you will be charged for the rest of that month at your current rate, until the downgrade takes affect.</p>
</div>
<div class="right questions">
<h3>What type of payments do you accept?</h3>
<p>Currently we accept Visa, Mastercard, and American Express. We do not accept PayPal.</p>
<p>
If you would like to prepay for 12 months you can pay with a purchase order or invoice, please
<a href="/contact" title="contact us">contact us</a> for details.
</p>
</div>
<div class="clearboth"></div>
<div class="left questions">
<h3>Do I have to sign a long term contract?</h3>
<p>No. Kanban Live is a pay-as-you-go service. There are no long term contracts or commitments on your part. You simply pay month-to-month. If you cancel, you’ll be billed for the current month, but you won’t be billed again.</p>
</div>
<div class="right questions">
<h3>Any questions before you sign up?</h3>
<p>
If you have questions about Kanban Live or the sign up process please
<a title="contact us" href="/contact">contact us</a>.
</p>
</div>
<div class="clearboth"></div>
</div>
</article>
</section>