-
Notifications
You must be signed in to change notification settings - Fork 4
/
pricing.html
471 lines (409 loc) · 18.4 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
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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pricing: Mailchamp Marketing Plans</title>
<script src="https://kit.fontawesome.com/24c494a6b6.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./pricing.css">
<link rel="stylesheet" href="./navbar2.css">
<link rel="stylesheet" href="./styles/footer.css">
</head>
<body>
<!-- <h2>Free</h2> -->
<div id="navbar"></div>
<div id="top_div">
<div>Marketing Platform</div>
<div>Website & Commerce</div>
<div>Transactional Email</div>
</div>
<div id="sort_div">
<!-- <div> -->
<div>How many contacts do you have?</div>
<div>
<select name="contacts" id="contacts">
<option value="500">500</option>
<option value="1500">1,500</option>
<option value="2500">2,500</option>
<option value="5000">5,000</option>
<option value="10000">10,000</option>
<option value="15000">15,000</option>
<option value="20000">20,000</option>
<option value="25000">25,000</option>
<option value="30000">30,000</option>
<option value="40000">40,000</option>
<option value="50000">50,000</option>
<option value="75000">75,000</option>
<option value="100000">100,000</option>
<option value="130000">130,000</option>
<option value="150000">150,000</option>
<option value="200000">200,000</option>
<option value="250000">250,000+</option>
</select>
</div>
<!-- </div> -->
</div>
<table>
<thead>
<tr>
<td></td>
<td></td>
<td id="recommend_div">Mailchamp Recommends</td>
<td></td>
<td></td>
</tr>
<tr id="plan_div">
<td></td>
<td>
<h3>Premium</h3>
</td>
<td>
<h3>Standard</h3>
</td>
<td>
<h3>Essentials</h3>
</td>
<td>
<h3>Free</h3>
</td>
</tr>
<tr id="des_div">
<td></td>
<td>
<p>Our most advanced tools, unlimited contacts, and priority support; built for teams.</p>
</td>
<td>
<p>Sell even more with personalization, optimization tools, and enhanced automations.</p>
</td>
<td>
<p>Send the right content at the right time with testing and scheduling features.</p>
</td>
<td>
<p>Easily create email campaigns and learn more about your customers</p>
</td>
</tr>
<tr class="price_col">
<td></td>
<td>
<p id="p1_text">Starts at</p>
<div>
<p id="p1_div">₹</p>
<h1 id="p1">23,000</h1>
</div>
<p id="p1_month">/month*</p>
<button id="p1_button">Buy Now</button>
<p>*<a href="">Overages</a> apply if contact or email send limit is exceeded. <a href="">Learn
more</a></p>
</td>
<td>
<p id="p2_text">Starts at</p>
<div id="p2_div">
<p>₹</p>
<h1 id="p2">1,150</h1>
</div>
<p id="p2_month">/month*</p>
<button id="p2_button">Buy Now</button>
<p>*<a href="">Overages</a> apply if contact or email send limit is exceeded. <a href="">Learn
more</a></p>
</td>
<td>
<p id="p3_text">Starts at</p>
<div id="p3_div">
<p>₹</p>
<h1 id="p3">700</h1>
</div>
<p id="p3_month">/month*</p>
<button id="p3_button">Buy Now</button>
<p>*<a href="">Overages</a> apply if contact or email send limit is exceeded. <a href="">Learn
more</a></p>
</td>
<td>
<p id="p4_text">Starts at</p>
<div id="p4_div">
<p>₹</p>
<h1>0</h1>
</div>
<p id="p4_month">/month*</p>
<button id="p4_button">Sign Up Free</button>
<p>*<a href="">Sending</a> will be paused if contact or email send limit is exceeded. <a
href="">Learn more</a></p>
</td>
</tr>
</thead>
<tbody>
<tr>
<td><a href="">Monthly Email Sends</a></td>
<td>150,000</td>
<td>6,000</td>
<td>5,000</td>
<td>2,500</td>
</tr>
<tr>
<td><a href="">Maximum Contacts</a></td>
<td>Unlimited</td>
<td>100,000</td>
<td>50,000</td>
<td>500</td>
</tr>
<tr>
<td><a href="">Users</a></td>
<td>Unlimited</td>
<td>5 Seats</td>
<td>3 Seats</td>
<td>1 Seat</td>
</tr>
<tr>
<td><a href="">Customer Support</a></td>
<td>Phone & Priority Support</td>
<td>24/7 Email & Chat Support</td>
<td>24/7 Email & Chat Support</td>
<td>Email support for first 30 days</td>
</tr>
<tr>
<td><a href="">Pre-built Email Templates</a></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
</tr>
<tr>
<td><a href="">300+ Integrations</a></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
</tr>
<tr>
<td><a href="">Basic Reporting & Analytics</a></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
</tr>
<tr>
<td><a href="">Forms & Landing Pages</a></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
</tr>
<tr>
<td><a href="">Creative Assistant</a></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
</tr>
<tr>
<td><a href="">Role-based Access</a></td>
<td>5 Roles</td>
<td>4 Roles</td>
<td>2 Roles</td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
</tr>
<tr>
<td><a href="">Remove Mailchamp Branding</a></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
</tr>
<tr>
<td><a href="">A/B Testing</a></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
</tr>
<tr>
<td><a href="">Email Scheduling</a></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
</tr>
<tr>
<td><a href="">Automated Customer Journeys</a></td>
<td>Enhanced</td>
<td>Enhanced</td>
<td><i class="fa-solid fa-check"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
</tr>
<tr>
<td><a href="">Pre-built Journeys</a></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
</tr>
<tr>
<td><a href="">Custom-Coded Templates</a></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
</tr>
<tr>
<td><a href="">Predictive Segmentation</a></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
</tr>
<tr>
<td><a href="">Content Optimizer</a></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
</tr>
<tr>
<td><a href="">Send Time Optimization</a></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
</tr>
<tr>
<td><a href="">Dynamic Content</a></td>
<td><i class="fa-solid fa-check"></i></td>
<td><i class="fa-solid fa-check"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
</tr>
<tr>
<td><a href="">Multivariate Testing</a></td>
<td><i class="fa-solid fa-check"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
</tr>
<tr>
<td><a href="">Comparative Reporting</a></td>
<td><i class="fa-solid fa-check"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
</tr>
<tr>
<td><a href="">Advanced Segmentation</a></td>
<td><i class="fa-solid fa-check"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
</tr>
<tr id="last_border">
<td><a href="">Dedicated Onboarding Specialist</a></td>
<td><i class="fa-solid fa-check"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
<td class="cross"><i class="fa-solid fa-xmark"></i></td>
</tr>
<tr id="last_row">
<td></td>
<td><a href="">About Premium</a></td>
<td><a href="">About Standard</a></td>
<td><a href="">About Essentials</a></td>
<td><a href="">About Free</a></td>
</tr>
</tbody>
</table>
<div>
<button>Compare all features</button>
</div>
<div class="bottom_div">
<div>
<h2>Also included: Free tools for getting your business online
</h2>
<p>All Marketing plans come with <a href="">Free website and commerce features</a>, so you can build your dream online presence. But if you want more advanced tools for selling and scheduling, try combining your Marketing plan with a paid Websites & Commerce plan.
</p>
<button>See websites & Commerce plans</button>
</div>
<div>
<h2>Prefer to pay as you go?</h2>
<p>Instead of paying a monthly recurring charge, you can buy email credits as needed through our Pay As You Go plan. It's best for infrequent senders.</p>
<button>Learn More</button>
</div>
</div>
<div class="bottom_div">
<div>
<h2>Two-factor authentication discount </h2>
<p>At Mailchamp, we’re serious about security. We offer a 10% discount for 1 month when you add two-factor authentication to your Mailchamp account with an app like Google Authenticator or SMS two-factor authentication.</p>
<p>Restrictions apply. See our full <a href="">terms and conditions</a>.</p>
<button>Get started</button>
</div>
<div>
<h2>Rates for nonprofits and charities</h2>
<p>Mailchamp offers a 15% discount to nonprofits and charities. To request the discount, sign up for a free account, and contact our Billing team with your username and a link to your organization’s website.</p>
<button>Get started</button>
</div>
</div>
<div id="faq_div">
<h2>FAQs</h2>
<div>
<div>
<h3>What payment methods do you offer?</h3>
<p id="f1"><i class="fa-solid fa-circle-plus"></i></p>
<p id="f1_minus"><i class="fa-solid fa-circle-minus"></i></p>
</div>
<p id="f1_div">We accept all major credit cards, PayPal, and (in select countries) direct debit. We also support transactions in a range of currencies.</p>
</div>
<div>
<div>
<h3>How do I switch to a different plan?</h3>
<p id="f2"><i class="fa-solid fa-circle-plus"></i></p>
<p id="f2_minus"><i class="fa-solid fa-circle-minus"></i></p>
</div>
<p id="f2_div">You can switch to a new plan at any time by going to the Billing page in your account. Select the plan you’d like to switch to and immediately start using new features.</p>
</div>
<div>
<div>
<h3>Can I buy credits instead?</h3>
<p id="f3"><i class="fa-solid fa-circle-plus"></i></p>
<p id="f3_minus"><i class="fa-solid fa-circle-minus"></i></p>
</div>
<p id="f3_div">Yes. If you send emails infrequently and prefer to pay as you go, you can buy email credits as an alternative to a monthly plan.</p>
<p><a href="">See how it works</a></p>
</div>
<div>
<div>
<h3>Do you have pricing for high-volume email senders?</h3>
<p id="f4"><i class="fa-solid fa-circle-plus"></i></p>
<p id="f4_minus"><i class="fa-solid fa-circle-minus"></i></p>
</div>
<p id="f4_div">We do indeed. If you have more than 200,000 contacts, we have a high-volume plan that can meet your needs.</p>
<p><a href="">Contact us for pricing</a></p>
</div>
<div>
<div>
<h3>What happens if I hit my contact or sending limit?</h3>
<p id="f5"><i class="fa-solid fa-circle-plus"></i></p>
<p id="f5_minus"><i class="fa-solid fa-circle-minus"></i></p>
</div>
<p id="f5_div">Mailchamp will automatically bill you for your overages. As long as you pay for your overages on time, we will not stop your campaigns or pause your account.</p>
</div>
</div>
<h2 id="last_title">You’ll be in good company</h2>
<div id="last_div">
<div>
<img src="https://eep.io/images/yzco4xsimv0y/6EIjMFs2ZyQWsmOOYc4cGe/19d62aa558c8f5d4c4bf222e7e36571b/EastFork.png?w=260&fm=webp&q=70"
alt="">
</div>
<div>
<img src="https://eep.io/images/yzco4xsimv0y/5Z9C7t0HDyyaWu60iWE00A/2e3d2eaa056d0d86c6712c88d239762f/chronicle-books-logo.jpg?w=260&fm=webp&q=70"
alt="">
</div>
<div>
<img src="https://eep.io/images/yzco4xsimv0y/vHWiUSlrS8sSQc0cCesGY/429d539471239d6ffcdb8be8767140cb/Fader-Logo-800px-144dpi.jpg?w=260&fm=webp&q=70"
alt="">
</div>
<div>
<img src="https://eep.io/images/yzco4xsimv0y/2fZXnWbDK8ugIaCW8Qus0i/1b8f1c4aa80dda874418e4bfa29b60e5/Sweat.png?w=260&fm=webp&q=70"
alt="">
</div>
</div>
<div class="footer"></div>
</body>
</html>
<script type="module" src="./pricing.js"></script>