-
Notifications
You must be signed in to change notification settings - Fork 0
/
pricing-step-1.html
231 lines (224 loc) · 9.46 KB
/
pricing-step-1.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
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Pricing</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="assets/css/style.css">
<script src="assets/js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i" rel="stylesheet">
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="bg-primary p-4">
<div class="bg-light p-4 m-4">
<div class="pb-2"></div>
<h6 class="text-center mt-4"><strong>Thank you for signing up with FieldSight!</strong></h6>
<h5 class="text-center mt-2 mb-3"><strong>Select a Plan from Plan Options</strong></h5>
<p class="text-center mb-4 text-xlight">Fees for access to the system cover the costs of hosting data and providing support. <br/>FieldSight subscription fees are charged at the start of delivering service and renew automatically.</p>
<div class="pb-2 text-center">
<div class="btn-group btn-group-toggle" data-toggle="buttons">
<label class="btn btn-pk btn-outline-primary active">
<input type="radio" name="pay-type" id="monthly" value="monthly" autocomplete="off" checked> Monthly
</label>
<label class="btn btn-pk btn-outline-primary">
<input type="radio" name="pay-type" id="yearly" value="yearly" autocomplete="off"> Yearly
</label>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="module-pricing mt-4" id="pk_free">
<div class="mp-head pbg-1">
<h4>Free</h4>
<h3><strong>$0</strong><sub> /Mo</sub></h3>
<div class="tri-wrap">
<div class="tri-left"></div>
<div class="tri-right"></div>
</div>
</div>
<div class="mp-body">
<ul>
<li><strong>250</strong> Submissions</li>
<li><strong>15</strong> Users, <strong>2</strong> Projects, <strong>10</strong> Sites</li>
<li><strong>Unlimited</strong> Forms, Stages & Schedules</li>
<li><strong>Unlimited</strong> Reports, Dashboards & Maps</li>
</ul>
</div>
<div class="mp-footer">
<a href="#" title="" class="btn pbg-1 btn-block btn-lg">Select</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="module-pricing mt-4" id="pk_starter">
<div class="mp-head pbg-2">
<h4>Starter</h4>
<h3><strong>$20</strong><sub> /Mo</sub></h3>
<div class="tri-wrap">
<div class="tri-left"></div>
<div class="tri-right"></div>
</div>
</div>
<div class="mp-body">
<ul>
<li><strong>1,000</strong> Submissions</li>
<li><strong>Unlimited</strong> Users, Projects, Sites</li>
<li><strong>Unlimited</strong> Forms, Stages & Schedules</li>
<li><strong>Unlimited</strong> Reports, Dashboards & Maps</li>
</ul>
</div>
<div class="mp-footer">
<a href="#" title="" class="btn pbg-2 btn-block btn-lg">Select</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="module-pricing mt-4" id="pk_basic">
<div class="mp-head pbg-3">
<h4>Basic</h4>
<h3><strong>$100</strong><sub> /Mo</sub></h3>
<div class="tri-wrap">
<div class="tri-left"></div>
<div class="tri-right"></div>
</div>
</div>
<div class="mp-body">
<ul>
<li><strong>5,000</strong> Submissions</li>
<li><strong>Unlimited</strong> Users, Projects, Sites</li>
<li><strong>Unlimited</strong> Forms, Stages & Schedules</li>
<li><strong>Unlimited</strong> Reports, Dashboards & Maps</li>
</ul>
</div>
<div class="mp-footer">
<a href="#" title="" class="btn pbg-3 btn-block btn-lg">Select</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="module-pricing mt-4" id="pk_extended">
<div class="mp-head pbg-4">
<h4>Extended</h4>
<h3><strong>$500</strong><sub> /Mo</sub></h3>
<div class="tri-wrap">
<div class="tri-left"></div>
<div class="tri-right"></div>
</div>
</div>
<div class="mp-body">
<ul>
<li><strong>20,000</strong> Submissions</li>
<li><strong>Unlimited</strong> Users, Projects, Sites</li>
<li><strong>Unlimited</strong> Forms, Stages & Schedules</li>
<li><strong>Unlimited</strong> Reports, Dashboards & Maps</li>
</ul>
</div>
<div class="mp-footer">
<a href="#" title="" class="btn pbg-4 btn-block btn-lg">Select</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="module-pricing mt-4" id="pk_pro">
<div class="mp-head pbg-5">
<h4>Pro</h4>
<h3><strong>$1,000</strong><sub> /Mo</sub></h3>
<div class="tri-wrap">
<div class="tri-left"></div>
<div class="tri-right"></div>
</div>
</div>
<div class="mp-body">
<ul>
<li><strong>50,000</strong> Submissions</li>
<li><strong>Unlimited</strong> Users, Projects, Sites</li>
<li><strong>Unlimited</strong> Forms, Stages & Schedules</li>
<li><strong>Unlimited</strong> Reports, Dashboards & Maps</li>
</ul>
</div>
<div class="mp-footer">
<a href="#" title="" class="btn pbg-5 btn-block btn-lg">Select</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="module-pricing mt-4" id="pk_scale">
<div class="mp-head pbg-6">
<h4>Scale</h4>
<h3><strong>$3,000</strong><sub> /Mo</sub></h3>
<div class="tri-wrap">
<div class="tri-left"></div>
<div class="tri-right"></div>
</div>
</div>
<div class="mp-body">
<ul>
<li><strong>150,000</strong> Submissions</li>
<li><strong>Unlimited</strong> Users, Projects, Sites</li>
<li><strong>Unlimited</strong> Forms, Stages & Schedules</li>
<li><strong>Unlimited</strong> Reports, Dashboards & Maps</li>
</ul>
</div>
<div class="mp-footer">
<a href="#" title="" class="btn btn-block pbg-6 btn-lg">Select</a>
</div>
</div>
</div>
</div>
<div class="text-center mt-4">
<a href="#" title="" class="btn btn-primary">Next <i class="la la-long-arrow-right"></i></a>
</div>
</div>
</div>
<!--<script src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="assets/js/vendor/jquery-3.2.1.min.js"><\/script>')</script>-->
<script>window.jQuery || document.write('<script src="assets/js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="assets/js/vendor/popper.min.js"></script>
<script src="assets/js/vendor/bootstrap.min.js"></script>
<script src="assets/js/plugins.js"></script>
<script>
$(document).ready(function(){
fn_init_pack();
$('input[type=radio][name=pay-type]').change(function() {
fn_init_pack();
});
function fn_init_pack(){
if($("input[name='pay-type']:checked").val() == 'monthly'){
fn_monthly_tier();
}else{
fn_yearly_tier();
}
}
function fn_yearly_tier(){
$("#pk_free").find('.mp-head h3 strong').text('$0');
$("#pk_starter").find('.mp-head h3 strong').text('$200');
$("#pk_basic").find('.mp-head h3 strong').text('$1,000');
$("#pk_extended").find('.mp-head h3 strong').text('$5,000');
$("#pk_pro").find('.mp-head h3 strong').text('$10,000');
$("#pk_scale").find('.mp-head h3 strong').text('$30,000');
//
$(".module-pricing").find('.mp-head h3 sub').text('/Yr');
}
function fn_monthly_tier(){
$("#pk_free").find('.mp-head h3 strong').text('$0');
$("#pk_starter").find('.mp-head h3 strong').text('$20');
$("#pk_basic").find('.mp-head h3 strong').text('$100');
$("#pk_extended").find('.mp-head h3 strong').text('$500');
$("#pk_pro").find('.mp-head h3 strong').text('$1,000');
$("#pk_scale").find('.mp-head h3 strong').text('$3,000');
//
$(".module-pricing").find('.mp-head h3 sub').text('/Mo');
}
});
</script>
</body>
</html>