-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpricing.html
More file actions
162 lines (155 loc) · 6.83 KB
/
pricing.html
File metadata and controls
162 lines (155 loc) · 6.83 KB
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Surveys that don't suck!">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pricing - Boolean</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="icon" href="images/favicon.ico">
<link rel="stylesheet" href="styles/main.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-97482672-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-97482672-4');
</script>
</head>
<body>
<div class="main-container">
<div class="header">
<nav>
<div class="nav-wrapper">
<div class="inner-wrap">
<a href="/"><img src="images/logo.png" alt="Boolean"></a>
<ul class="nav-elements">
<li><a href="/features.html">Features</a></li>
<li><a href="/pricing.html">Pricing</a></li>
<li><a href="https://console.booleanapp.com/login">Login</a></li>
<li><a href="https://console.booleanapp.com/register" class="sign-up-btn">SIGN UP</a></li>
</ul>
</div>
</div>
</nav>
</div>
<div class="main-content">
<div class="pricing-head">
<span class="title-text">Pricing</span>
</div>
<!-- <div class="pricing-subhead">
<div class="subhead-text">
<span>Your credits never expire</span>
</div>
<div class="subhead-text">
<span>1 Credit = 1 Survey email</span>
</div>
</div>
<div class="credit-pack">
<span class="credit-text">Credit Packs</span>
</div> -->
<div class="credits-table">
<table class="table-fill">
<thead>
<tr>
<th></th>
<th class="text-center">FREE</th>
<th class="text-center">
<div style="font-size: 1.1em;">Pro</div>
<div style="font-size: 0.8em">$24/month</div>
<div style="font-size: 0.8em">$240/year</div>
</th>
</tr>
</thead>
<tbody class="table-hover">
<tr>
<td class="text-center">Send unlimited surveys</td>
<td class="text-center"><img src="images/tick_mark.png" alt=""></td>
<td class="text-center"><img src="images/tick_mark.png" alt=""></td>
</tr>
<tr>
<td class="text-center">
<a href="https://www.booleanapp.com/docs/analyze_responses.html#segmenting-responses">
Segment survey responses
</a>
</td>
<td class="text-center"></td>
<td class="text-center"><img src="images/tick_mark.png" alt=""></td>
</tr>
<!-- <tr>
<td class="text-center">500</td>
<td class="text-center">$ 20</td>
</tr>
<tr>
<td class="text-center">1000</td>
<td class="text-center">$ 30</td>
</tr>
<tr>
<td class="text-center">5000</td>
<td class="text-center">$ 100</td>
</tr> -->
</tbody>
</table>
</div>
<!-- <div class="high-pricing">
<span>Contact us at support@booleanapp.com for high volume pricing.</span>
</div> -->
<div class="faqs">
<div class="faqs-title">
<span class="title-text">Pricing FAQs</span>
</div>
<div class="faq-content">
<div class="left-column">
<p class="question">What type of payments do you accept?</p>
<p class="answer">We accept credit and debit cards from Visa, MasterCard, American Express, JCB, Discover and Diners
Club. We do not accept PayPal. </p>
</div>
<div class="right-column">
<p class="question">Questions?</p>
<p class="answer">Contact us for further questions at support@booleanapp.com</p>
</div>
</div>
</div>
</div>
<div class="divider"><span></span></div>
<div class="footer">
<div class="company">
<div class="footer-title">Company</div>
<div class="content">
<p>support@booleanapp.com</p>
<a href="/terms.html">
<p>Terms of service</p>
</a>
<a href="/privacy.html">
<p>Privacy Policy</p>
</a>
</div>
</div>
<div class="product">
<div class="footer-title">Product</div>
<div class="content">
<a href="https://www.booleanapp.com/docs/" target="_blank">
<p>Docs</p>
</a>
<a href="https://www.booleanapp.com/docs/v1_introduction.html" target="_blank">
<p>API</p>
</a>
<a href="https://listen.booleanapp.com/v1/user/unsubscribe" target="_blank">
<p>Unsubscribe</p></a>
</div>
</div>
<div class="apps">
<div class="footer-title">App</div>
<div class="content">
<a href="https://play.google.com/store/apps/details?id=com.Boolean" target="_blank">
<img src="images/android_app.png" alt="Boolean android app">
</a>
</div>
</div>
</div>
</div>
</body>
<p align="center"><font size=1>© 2017 Boolean Inc. All rights reserved.</font></p>
</html>