-
Notifications
You must be signed in to change notification settings - Fork 1
/
pricing.html
391 lines (333 loc) · 15.6 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
<!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">
<link rel="icon" type="image/png" sizes="32x32" href="https://www.sendinblue.com/wp-content/themes/sendinblue2019/assets/favicon/favicon-32x32.png">
<title>Pricing for Everyone-Sendinblue</title>
<link rel="stylesheet" href="./CSS/navbar.css">
<link rel="stylesheet" href="./CSS/pricing.css">
<link rel="stylesheet" href="./CSS/footer.css">
</head>
<body>
<!-- navbar -->
<div id="navbar" >
<div id="left">
<a href="">
<img src="https://www.sendinblue.com/wp-content/themes/sendinblue2019/assets/images/common/logo-color.svg" alt="">
</a>
</div>
<div id="middle">
<a href="">
<div class="dropdown">
<button class="dropbtn">Solutions</button>
<div class="dropdown-content">
<a href="#">Why Sendinblue?</a>
<a href="#">Enterprise</a>
</div>
</div></a>
<a href="">Pricing</a>
<a href="">
<div class="dropdown">
<button class="dropbtn">Features</button>
<div class="dropdown-content">
<a href="#">Sales CRM</a>
<a href="#">Marketing Automation</a>
<a href="#">Transactional Email</a>
<a href="">Facebook Ads</a>
<a href="">Email Marketing</a>
</div>
</div></a>
<a href="">
<div class="dropdown">
<button class="dropbtn">Resources</button>
<div class="dropdown-content">
<a href="#">Help Center</a>
<a href="#">API Docs</a>
<a href="#">Service Lab</a>
</div>
</div>
</a>
<a href="./blog.html">Blog</a>
</div>
<div id="right">
<a href="">
<div class="dropdown">
<button class="dropbtn" id="en">
<img src="https://www.sendinblue.com/wp-content/plugins/multisite-language-switcher/flags/us.png" alt="">
EN</button>
<div class="dropdown-content"id="language">
<a href="#">
<img src="https://www.sendinblue.com/wp-content/plugins/multisite-language-switcher/flags/de.png" alt="">
Deutsch</a>
<a href="#">
<img src="https://www.sendinblue.com/wp-content/plugins/multisite-language-switcher/flags/es.png" alt="">
Espanol</a>
<a href="#"><img src="https://www.sendinblue.com/wp-content/plugins/multisite-language-switcher/flags/fr.png" alt="">
Francais</a>
<a href="#"><img src="https://www.sendinblue.com/wp-content/plugins/multisite-language-switcher/flags/it.png" alt="">
Italiano</a>
<a href="#"><img src="https://www.sendinblue.com/wp-content/plugins/multisite-language-switcher/flags/pt.png" alt="">
Portugues</a>
</div>
</div></a>
<a id="login" href="./login.html">Log in</a>
<a href="./signup.html"><div id="sign-up-free" >Sign up free</div> </a>
</div>
</div>
<div id="top-container">
<h1 id="h1">Pricing plans</h1>
<p id="para">All plans come with <a id="unlimited" href="">unlimited contact storage.</a> </p>
<div id="four-boxes">
<div>
<h2>Free</h2>
<p>Getting started with Sendinblue</p>
<h1> <span>₹0 </span> /month</h1>
<a href="">
<div>Sign Up</div>
</a>
<ul>
<li> <span>✓</span> Unlimited contacts</li>
<li><span>✓</span> Up to 300 emails per day</li>
<li><span>✓</span> Chat (1 user)</li>
</ul>
</div>
<div>
<h2>Lite</h2>
<p>Perfect for new marketers</p>
<h1> <span>₹1510 </span>/month</h1>
<a href="">
<div>Sign Up</div>
</a>
<ul> <p>Everything in Free, and:</p>
<li> <span>✓</span> No daily sending limit </li>
<li><span>✓</span> Email support</li>
<li><span>✓</span> Lite+ add-on: A/B testing, remove Sendinblue logo, advanced statistics</li>
</ul>
</div>
<div>
<h2>Premium</h2>
<p>Best solution for marketing pros</p>
<h1> <span> ₹3895.5 </span>/month</h1>
<a href="">
<div>Sign Up</div>
</a>
<ul> <p>Everything in Lite+, and:</p>
<li> <span>✓</span>Marketing Automation </li>
<li><span>✓</span>Facebook ads</li>
<li><span>✓</span>Landing pages</li>
<li><span>✓</span>Multi-user access</li>
<li><span>✓</span>Telephone Support</li>
</ul>
</div>
<div>
<h2>Enterprise</h2>
<p>For marketers who need more</p>
<h1> <span> </span>Have more advanced needs?</h1>
<a href="">
<div>Get quote</div>
</a>
<ul> <p>Everything in Premium, and:</p>
<li> <span>✓</span> Custom volume of emails</li>
<li><span>✓</span> Priority sending</li>
<li><span>✓</span> 20+ landing pages</li>
<li> <span>✓</span>Access for 10+ users </li>
<li><span>✓</span>SSO (SAML) </li>
<li><span>✓</span>Customer success manager </li>
<li> <span>✓</span>Priority support </li>
<li><span>✓</span> And more... </li>
</ul>
</div>
</div>
</div>
<div id="line"></div>
<h1 id="all-features">All Features.</h1>
<!-- table1 -->
<div class="table1">
<table>
<thead >
<tr>
<td>Marketing</td>
<td>Free <br>
<span>₹0/month</span></td>
<td>Lite <br>
<span>₹1510/month</span>
</td>
<td>Premium <br>
<span>₹3895.5/month</span>
</td>
<td>
Enterprise
</td>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<div class="table2">
<table>
<thead >
<tr>
<td>Transactional Platform</td>
<td>Free <br>
<span>₹0/month</span></td>
<td>Lite <br>
<span>₹1510/month</span>
</td>
<td>Premium <br>
<span>₹3895.5/month</span>
</td>
<td>
Enterprise
</td>
</tr>
</thead>
<tbody id="table2-tbody">
</tbody>
</table>
</div>
<div class="table3">
<table>
<thead >
<tr>
<td>Marketing Automation</td>
<td>Free <br>
<span>₹0/month</span></td>
<td>Lite <br>
<span>₹1510/month</span>
</td>
<td>Premium <br>
<span>₹3895.5/month</span>
</td>
<td>
Enterprise
</td>
</tr>
</thead>
<tbody id="table3-tbody">
</tbody>
</table>
</div>
<div class="table4">
<table>
<thead >
<tr>
<td>Reporting</td>
<td>Free <br>
<span>₹0/month</span></td>
<td>Lite <br>
<span>₹1510/month</span>
</td>
<td>Premium <br>
<span>₹3895.5/month</span>
</td>
<td>
Enterprise
</td>
</tr>
</thead>
<tbody id="table4-tbody">
</tbody>
</table>
</div>
<div class="table5">
<table>
<thead >
<tr>
<td>Support & Integrations</td>
<td>Free <br>
<span>₹0/month</span></td>
<td>Lite <br>
<span>₹1510/month</span>
</td>
<td>Premium <br>
<span>₹3895.5/month</span>
</td>
<td>
Enterprise
</td>
</tr>
</thead>
<tbody id="table5-tbody">
</tbody>
</table>
</div>
<!-- footer -->
<div class="footer">
<div class="div-top">
<a href="">
<img class="logo-color skip-lazy" src="https://www.sendinblue.com/wp-content/themes/sendinblue2019/assets/images/common/logo-color.svg" alt=""></a>
<div class="social-media">
<a href="">
<img alt="Facebook" data-src="https://www.sendinblue.com/wp-content/themes/sendinblue2019/assets/images/footer/rs-facebook.svg" class="lazy lazyloaded" src="https://www.sendinblue.com/wp-content/themes/sendinblue2019/assets/images/footer/rs-facebook.svg"></a>
<a href="">
<img alt="Twitter" data-src="https://www.sendinblue.com/wp-content/themes/sendinblue2019/assets/images/footer/rs-twitter.svg" class="lazy lazyloaded" src="https://www.sendinblue.com/wp-content/themes/sendinblue2019/assets/images/footer/rs-twitter.svg"></a>
<a href="">
<img alt="Linkedin" data-src="https://www.sendinblue.com/wp-content/themes/sendinblue2019/assets/images/footer/rs-linkedin.svg" class="lazy lazyloaded" src="https://www.sendinblue.com/wp-content/themes/sendinblue2019/assets/images/footer/rs-linkedin.svg"></a>
<a href="">
<img alt="Instagram" data-src="https://www.sendinblue.com/wp-content/themes/sendinblue2019/assets/images/footer/rs-instagram.svg" class="lazy lazyloaded" src="https://www.sendinblue.com/wp-content/themes/sendinblue2019/assets/images/footer/rs-instagram.svg"></a>
<a href="">
<img alt="YouTube" data-src="https://www.sendinblue.com/wp-content/themes/sendinblue2019/assets/images/footer/rs-youtube.svg" class="lazy lazyloaded" src="https://www.sendinblue.com/wp-content/themes/sendinblue2019/assets/images/footer/rs-youtube.svg"></a>
</div>
</div>
<div class="div-bottom">
<div>
<img src="https://www.sendinblue.com/wp-content/uploads/2019/05/CEO_Footer_image.jpg" alt="">
</div>
<div>
<p>Email, SMS, Facebook, Chat, CRM, and more, all-in-one platform to help you grow your business through building stronger customer relationships.</p>
<a href="">Why Sendinblue?</a>
</div>
<div>
<ul>Solutions
<li> <a href="">Features</a></li>
<li> <a href=""> Enterprise offer</a></li>
<li> <a href="">Sendinblue vs. Mailchimp</a></li>
<li> <a href="">Service Lab</a></li>
<li> <a href="">Partner with us</a></li>
</ul>
</div>
<div>
<ul>Company
<li><a href="">About us</a></li>
<li><a href="">Jobs</a></li>
<li><a href="">Press</a></li>
<li><a href="">Our carbon footprint</a></li>
<li><a href="">Contact us</a></li>
<li><a href="">GDPR</a></li>
</ul>
</div>
<div>
<ul>Resources
<li><a href="">Blog</a></li>
<li><a href="">Help center</a></li>
<li><a href="">Sendinblue Academy</a></li>
<li><a href="">Glossary</a></li>
<li><a href="">Plugins</a></li>
<li><a href="">API docs</a></li>
<li><a href="">Status</a></li>
<li><a href="">Find an Expert</a></li>
<li><a href="">Product Updates</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-line"></div>
<div class="last-part-footer">
<div>
© 2022 Sendinblue. All rights reserved
</div>
<div>
<a href="">Cookie Settings,</a>
<a href="">Anti-Spam,</a>
<a href="">Privacy,</a>
<a href="">User agreement,</a>
<a href="">Legal Notice </a>and
<a href="">Responsible Disclosure</a>
</div>
</div>
</body>
</html>
<script src="./JS/pricing.js"></script>