-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
pricings.html
870 lines (763 loc) · 31.7 KB
/
pricings.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
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
<!DOCTYPE html>
<html>
<head>
<title>Froala Design Blocks - Pricings</title>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css">
<link type="text/css" rel="stylesheet" href="css/froala_blocks.css">
<style>
.fdb-block {
border-bottom: 1px solid var(--light);
}
</style>
</head>
<body><style>
#navigator {
position: sticky;
top: 0;
z-index: 1000;
}
#navigator .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media (max-width: 720px) {
#navigator {
border-bottom: 1px solid #ccc;
}
}
#navigator a {
font-size: 14px;
}
#navigator+section {
padding: 250px 0;
}
</style>
<section class="fdb-block p-2" id="navigator">
<div class="container-fluid">
<nav class="navbar navbar-expand-md">
<button class="navbar-toggler mr-auto ml-auto" type="button" data-toggle="collapse" data-target="#navbarNav0" aria-controls="navbarNav0" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse mt-2 mt-md-0" id="navbarNav0">
<p class="m-auto">
<a class="btn btn-outline-primary m-1" href="call-to-action.html">Call to action</a>
<a class="btn btn-outline-primary m-1" href="contacts.html">Contacts</a>
<a class="btn btn-outline-primary m-1" href="contents.html">Contents</a>
<a class="btn btn-outline-primary m-1" href="features.html">Features</a>
<a class="btn btn-outline-primary m-1" href="footers.html">Footers</a>
<a class="btn btn-outline-primary m-1" href="forms.html">Forms</a>
<a class="btn btn-outline-primary m-1" href="headers.html">Headers</a>
<a class="btn btn-outline-primary m-1" href="pricings.html">Pricings</a>
<a class="btn btn-outline-primary m-1" href="teams.html">Teams</a>
<a class="btn btn-outline-primary m-1" href="testimonials.html">Testimonials</a>
</p>
</div>
</nav>
</div>
</section>
<script>
var page = window.location.pathname.split('/')
page = page[page.length - 1]
var nav = document.querySelector('a[href="' + page + '"]')
if (nav) {
nav.classList.add('active')
}
</script>
<!-- Pricings 1 -->
<section class="fdb-block" style="background-image: url(./imgs/shapes/1.svg)">
<div class="container">
<div class="row text-center">
<div class="col">
<h1 class="text-light">Pricing</h1>
</div>
</div>
<div class="row mt-5 align-items-center">
<div class="col-12 col-sm-10 col-md-8 col-md-8 m-auto col-lg-4 text-center">
<div class="fdb-box shadow pb-5 pt-5 pl-3 pr-3 rounded">
<h2>Hobby</h2>
<p class="lead"><strong>$9 / month</strong></p>
<p class="h3 font-weight-light">Even the all-powerful Pointing has no control about.</p>
<ul class="text-left mt-5 mb-5">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
<p><a href="https://www.froala.com" class="btn btn-outline-primary mt-4">Subscribe</a></p>
</div>
</div>
<div class="col-12 col-sm-10 col-md-8 col-md-8 m-auto col-lg-4 text-center pt-4 pt-lg-0">
<div class="fdb-box shadow pb-5 pt-5 pl-3 pr-3 fdb-touch rounded">
<h2 class="text-primary">Professional</h2>
<p class="lead"><strong>$19 / month</strong></p>
<p class="h3 font-weight-light">Far far away, behind the word mountains, far from.</p>
<ul class="text-left mt-5 mb-5">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
<p><a href="https://www.froala.com" class="btn btn-primary mt-4">Subscribe</a></p>
</div>
</div>
<div class="col-12 col-sm-10 col-md-8 col-md-8 m-auto col-lg-4 text-center pt-4 pt-lg-0">
<div class="fdb-box shadow pb-5 pt-5 pl-3 pr-3 rounded">
<h2>Business</h2>
<p class="lead"><strong>$49 / month</strong></p>
<p class="h3 font-weight-light">Wild Question Marks, but the Little Blind Text didn’t listen.</p>
<ul class="text-left mt-5 mb-5">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
<p><a href="https://www.froala.com" class="btn btn-outline-primary mt-4">Subscribe</a></p>
</div>
</div>
</div>
</div>
</section>
<!-- Pricings 2 -->
<section class="fdb-block">
<div class="container">
<div class="row text-center">
<div class="col">
<h1>Pricing</h1>
</div>
</div>
<div class="row mt-5 align-items-center">
<div class="col-12 col-sm-10 col-md-8 m-auto col-lg-4 text-left">
<div class="fdb-box fdb-touch p-5 rounded">
<h2>Hobby <strong class="float-xl-right d-lg-block d-xl-inline">$99</strong></h2>
<p class="lead"><em>Copy Writers ambushed her, made her drunk.</em></p>
<ul class="text-left pl-3 mt-5 mb-5">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
<p class="text-left pt-4"><a href="https://www.froala.com" class="btn btn-primary">Buy Now</a></p>
</div>
</div>
<div class="col-12 col-sm-10 col-md-8 m-auto col-lg-4 text-left pt-4 pt-lg-0">
<div class="fdb-box fdb-touch p-5 rounded">
<h2>Advanced <strong class="float-xl-right d-lg-block d-xl-inline">$349</strong></h2>
<p class="lead"><em>Separated they live in Bookmarks right.</em></p>
<ul class="text-left pl-3 mt-5 mb-5">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
<p class="text-left pt-4"><a href="https://www.froala.com" class="btn btn-primary">Buy Now</a></p>
</div>
</div>
<div class="col-12 col-sm-10 col-md-8 m-auto col-lg-4 text-left pt-4 pt-lg-0">
<div class="fdb-box fdb-touch p-5 rounded">
<h2>Business <strong class="float-xl-right d-lg-block d-xl-inline">$849</strong></h2>
<p class="lead"><em>A small river named Duden their place.</em></p>
<ul class="text-left pl-3 mt-5 mb-5">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
<p class="text-left pt-4"><a href="https://www.froala.com" class="btn btn-primary">Buy Now</a></p>
</div>
</div>
</div>
</div>
</section>
<!-- Pricings 3 -->
<section class="fdb-block" style="background-image: url(imgs/hero/red.svg);">
<div class="container">
<div class="row text-center">
<div class="col">
<h1 class="text-white">Pricing</h1>
</div>
</div>
<div class="row mt-5 align-items-center">
<div class="col-12 col-sm-10 col-md-8 m-auto col-lg-4 text-center">
<div class="fdb-box p-4">
<h2>Hobby</h2>
<p class="lead">Far far away, behind the word mountains, far from the countries Vokalia.</p>
<p class="h1 mt-5 mb-5">$99</p>
<p><a href="https://www.froala.com" class="btn btn-dark">Buy Now</a></p>
</div>
</div>
<div class="col-12 col-sm-10 col-md-8 m-auto col-lg-4 text-center pt-4 pt-lg-0">
<div class="fdb-box px-4 pt-5">
<h2>Advanced</h2>
<p class="lead">Separated they live in Bookmarksgrove right at the coast, a large language ocean.</p>
<p class="h1 mt-5 mb-5">$299</p>
<p><a href="https://www.froala.com" class="btn btn-secondary">Buy Now</a></p>
</div>
</div>
<div class="col-12 col-sm-10 col-md-8 m-auto col-lg-4 text-center pt-4 pt-lg-0">
<div class="fdb-box p-4">
<h2>Business</h2>
<p class="lead">Even the all-powerful Pointing has no control about the blind texts it is an almost life.</p>
<p class="h1 mb-5 mt-5">$799</p>
<p><a href="https://www.froala.com" class="btn btn-dark">Buy Now</a></p>
</div>
</div>
</div>
</div>
</section>
<!-- Pricings 4 -->
<section class="fdb-block py-0">
<div class="container pt-5 my-5" style="background-image: url(imgs/shapes/2.svg)">
<div class="row text-center py-5">
<div class="col">
<h1>Pricing Plans</h1>
</div>
</div>
<div class="row py-5 align-items-top">
<div class="col-12 col-sm-10 col-md-8 m-auto col-lg-4 text-left">
<div class="bg-gray pb-5 pt-5 pl-4 pr-4 rounded shadow">
<h2 class="font-weight-light">Startup</h2>
<hr>
<p class="h2"><strong>$9.90</strong></p>
<p class="h4">Far far away, behind the word mountains, far from the countries.</p>
<hr>
<p class="text-right"><em>Unlimited calls</em></p>
<p class="text-right"><em>Free hosting</em></p>
<p class="text-right"><em>40MB of storage</em></p>
<p><br></p>
<p><br></p>
<p><br></p>
<p class="text-center pt-4"><a href="https://www.froala.com" class="btn btn-primary">Choose Plan</a></p>
</div>
</div>
<div class="col-12 col-sm-10 col-md-8 m-auto col-lg-4 text-left pt-4 pt-lg-0">
<div class="bg-gray pb-5 pt-5 pl-4 pr-4 rounded shadow">
<h2 class="font-weight-light">Standard</h2>
<hr>
<p class="h2"><strong>$29.90</strong></p>
<p class="h4">The copy warned the Blind Text, that it would have been rewritten</p>
<hr>
<p class="text-right"><em>Unlimited calls</em></p>
<p class="text-right"><em>Free hosting</em></p>
<p class="text-right"><em>1GB of storage</em></p>
<p class="text-right"><em>10 hours of support</em></p>
<p class="text-right"><em>Custom domain</em></p>
<p><br></p>
<p class="text-center pt-4"><a href="https://www.froala.com" class="btn btn-primary">Choose Plan</a></p>
</div>
</div>
<div class="col-12 col-sm-10 col-md-8 m-auto col-lg-4 text-left pt-4 pt-lg-0">
<div class="bg-gray pb-5 pt-5 pl-4 pr-4 rounded shadow">
<h2 class="font-weight-light">Professional</h2>
<hr>
<p class="h2"><strong>$59.90</strong></p>
<p class="h4"> the headline of Alphabet Village and the subline of her own road.</p>
<hr>
<p class="text-right"><em>Unlimited calls</em></p>
<p class="text-right"><em>Free hosting</em></p>
<p class="text-right"><em>1GB of storage</em></p>
<p class="text-right"><em>20 hours of support</em></p>
<p class="text-right"><em>Custom domain</em></p>
<p class="text-right"><em>Analytics and SEO</em></p>
<p class="text-center pt-4"><a href="https://www.froala.com" class="btn btn-primary">Choose Plan</a></p>
</div>
</div>
</div>
</div>
</section>
<!-- Pricings 5 -->
<section class="fdb-block" style="background-image: url(imgs/shapes/8.svg);">
<div class="container">
<div class="row text-center">
<div class="col">
<h1>Pricing Plans</h1>
</div>
</div>
<div class="row mt-5 align-items-center no-gutters">
<div class="col-12 col-sm-10 col-md-8 m-auto col-lg-4 text-center shadow">
<div class="bg-white pb-5 pt-5 pl-4 pr-4 rounded-left">
<h2 class="font-weight-light">Basic</h2>
<p class="h1 mt-5 mb-5"><strong>$19</strong> <span class="h4">/month</span></p>
<ul class="text-left">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
<p class="text-center pt-4"><a href="https://www.froala.com" class="btn btn-outline-dark">Choose Plan</a></p>
</div>
</div>
<div class="col-12 col-sm-10 col-md-8 ml-auto mr-auto col-lg-4 text-center mt-4 mt-lg-0 sl-1 pt-0 pt-lg-3 pb-0 pb-lg-3 bg-white fdb-touch rounded shadow">
<div class="pb-5 pt-5 pl-4 pr-4">
<h2 class="font-weight-light">Standard</h2>
<p class="h1 mt-5 mb-5"><strong>$49</strong> <span class="h4">/month</span></p>
<ul class="text-left">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
<p class="text-center pt-4"><a href="https://www.froala.com" class="btn btn-primary btn-shadow">Choose Plan</a></p>
</div>
</div>
<div class="col-12 col-sm-10 col-md-8 ml-auto mr-auto col-lg-4 text-center mt-4 mt-lg-0 shadow">
<div class="bg-white pb-5 pt-5 pl-4 pr-4 rounded-right">
<h2 class="font-weight-light">OEM</h2>
<p class="h1 mt-5 mb-5"><strong>$99</strong> <span class="h4">/month</span></p>
<ul class="text-left">
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
<p class="text-center pt-4"><a href="https://www.froala.com" class="btn btn-outline-dark">Choose Plan</a></p>
</div>
</div>
</div>
</div>
</section>
<!-- Pricings 6 -->
<section class="fdb-block">
<div class="container">
<div class="row text-center">
<div class="col">
<h1>Pricing Plans</h1>
</div>
</div>
<div class="row mt-5 align-items-top">
<div class="col-12 col-sm-10 col-md-8 m-auto col-lg-4 text-left">
<div class="rounded">
<div class="bg-dark p-3 text-center">
<h2 class="font-weight-light">Startup</h2>
<p class="h2"><strong>$9.90</strong></p>
</div>
<div class="bg-gray p-5 text-center">
<p><img alt="image" height="40" src="./imgs/icons/layers.svg"></p>
<p class="h4"><strong>For small companies</strong></p>
<p><br></p>
<p>10 hours of support</p>
<p>40MB of storage</p>
<p>Subdomain</p>
<p class="text-center pt-5"><a href="https://www.froala.com" class="btn btn-secondary">Choose Plan</a></p>
</div>
</div>
</div>
<div class="col-12 col-sm-10 col-md-8 m-auto col-lg-4 text-left pt-4 pt-lg-0">
<div class="rounded">
<div class="bg-dark p-3 text-center">
<h2 class="font-weight-light">Standard</h2>
<p class="h2"><strong>$19.90</strong></p>
</div>
<div class="bg-gray p-5 text-center">
<p><img alt="image" height="40" src="./imgs/icons/monitor.svg"></p>
<p class="h4"><strong>For medium companies</strong></p>
<p><br></p>
<p>10 hours of support</p>
<p>40MB of storage</p>
<p>Subdomain</p>
<p class="text-center pt-5"><a href="https://www.froala.com" class="btn btn-secondary">Choose Plan</a></p>
</div>
</div>
</div>
<div class="col-12 col-sm-10 col-md-8 m-auto col-lg-4 text-left pt-4 pt-lg-0">
<div class="rounded">
<div class="bg-dark p-3 text-center">
<h2 class="font-weight-light">Business</h2>
<p class="h2"><strong>$29.90</strong></p>
</div>
<div class="bg-gray p-5 text-center">
<p><img alt="image" height="40" src="./imgs/icons/package.svg"></p>
<p class="h4"><strong>For large companies</strong></p>
<p><br></p>
<p>10 hours of support</p>
<p>40MB of storage</p>
<p>Subdomain</p>
<p class="text-center pt-5"><a href="https://www.froala.com" class="btn btn-secondary">Choose Plan</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Pricings 7 -->
<section class="fdb-block">
<div class="container">
<div class="row text-center">
<div class="col">
<h1>Pricing Plans</h1>
</div>
</div>
<div class="row mt-5 align-items-top">
<div class="col-12 col-sm-10 col-md-8 m-auto col-lg-4 text-center">
<div class="bg-gray pb-5 pt-5 pl-4 pr-4 rounded">
<h3><strong>Startup</strong></h3>
<p class="h4">< 10 employees</p>
<p class="h1 mt-5">$9.90 <span class="lead">/ month</span></p>
<p>Far far away, behind the word mountains, far from the countries.</p>
<hr>
<p><em>Unlimited calls</em></p>
<p><em>Free hosting</em></p>
<p><em>40MB of storage</em></p>
<p class="text-center pt-5"><a href="https://www.froala.com" class="btn btn-primary">Subscribe</a></p>
</div>
</div>
<div class="col-12 col-sm-10 col-md-8 m-auto col-lg-4 text-center pt-4 pt-lg-0">
<div class="bg-gray pb-5 pt-5 pl-4 pr-4 rounded">
<h3><strong>Agency</strong></h3>
<p class="h4">10-100 employees</p>
<p class="h1 mt-5">$19.90 <span class="lead">/ month</span></p>
<p>And if she hasn’t been rewritten, then they are still using her.</p>
<hr>
<p><em>Unlimited calls</em></p>
<p><em>Free hosting</em></p>
<p><em>40MB of storage</em></p>
<p class="text-center pt-5"><a href="https://www.froala.com" class="btn btn-primary">Subscribe</a></p>
</div>
</div>
<div class="col-12 col-sm-10 col-md-8 m-auto col-lg-4 text-center pt-4 pt-lg-0">
<div class="bg-gray pb-5 pt-5 pl-4 pr-4 rounded">
<h3><strong>Business</strong></h3>
<p class="h4">>100 employees</p>
<p class="h1 mt-5">$99.90 <span class="lead">/ month</span></p>
<p>Separated they live in Bookmarksgrove right at the coast of the Semantics.</p>
<hr>
<p><em>Unlimited calls</em></p>
<p><em>Free hosting</em></p>
<p><em>40MB of storage</em></p>
<p class="text-center pt-5"><a href="https://www.froala.com" class="btn btn-primary">Subscribe</a></p>
</div>
</div>
</div>
</div>
</section>
<!-- Pricings 8 -->
<section class="fdb-block">
<div class="container">
<div class="row text-center">
<div class="col">
<h1>Pricing Plans</h1>
</div>
</div>
<div class="row mt-5 align-items-top">
<div class="col-12 col-md-8 m-auto col-lg-4 text-center">
<img alt="image" height="60" src="./imgs/icons/cloud.svg">
<h2><strong>Startup</strong></h2>
<p class="h3 mb-4 mb-lg-5"><em>$9 / month</em></p>
<p>10 hours of support</p>
<p>40MB of storage</p>
<p>Subdomain</p>
<p class="text-center mt-4 mt-lg-5"><a href="https://www.froala.com" class="btn btn-primary">Choose Plan</a></p>
</div>
<div class="col-12 col-md-8 col-lg-4 text-center m-auto pt-5 pt-lg-0">
<img alt="image" height="60" src="./imgs/icons/life-buoy.svg">
<h2><strong>Advanced</strong></h2>
<p class="h3 mb-4 mb-lg-5"><em>$19 / month</em></p>
<p>10 hours of support</p>
<p>40MB of storage</p>
<p>Subdomain</p>
<p class="text-center mt-4 mt-lg-5"><a href="https://www.froala.com" class="btn btn-primary">Choose Plan</a></p>
</div>
<div class="col-12 col-md-8 m-auto col-lg-4 text-center pt-5 pt-lg-0">
<img alt="image" height="60" src="./imgs/icons/layers.svg">
<h2><strong>Business</strong></h2>
<p class="h3 mb-4 mb-lg-5"><em>$29 / month</em></p>
<p>10 hours of support</p>
<p>40MB of storage</p>
<p>Subdomain</p>
<p class="text-center mt-4 mt-lg-5"><a href="https://www.froala.com" class="btn btn-primary">Choose Plan</a></p>
</div>
</div>
</div>
</section>
<!-- Pricings 9 -->
<section class="fdb-block">
<div class="container">
<div class="row text-center">
<div class="col">
<h1>Pricing Plans</h1>
</div>
</div>
<div class="row mt-5 align-items-top">
<div class="col-12 col-sm-10 col-md-6 col-lg-5 m-auto col-xl-3 text-left">
<div class="bg-gray p-3 text-center rounded sl-1">
<h2 class="font-weight-light">Startup</h2>
<p class="h2">$99</p>
<p class="text-center"><a href="https://www.froala.com" class="btn btn-outline-secondary">Buy Now</a></p>
<hr class="mt-5 mb-5">
<p>10 hours of support</p>
<p>40MB of storage</p>
<p>Subdomain</p>
</div>
</div>
<div class="col-12 col-sm-10 col-md-6 col-lg-5 m-auto col-xl-3 text-left pt-5 pt-md-0">
<div class="bg-gray p-3 text-center rounded sl-1">
<h2 class="font-weight-light">Advanced</h2>
<p class="h2">$399</p>
<p class="text-center"><a href="https://www.froala.com" class="btn btn-secondary">Buy Now</a></p>
<hr class="mt-5 mb-5">
<p>10 hours of support</p>
<p>40MB of storage</p>
<p>Subdomain</p>
</div>
</div>
<div class="col-12 col-sm-10 col-md-6 col-lg-5 m-auto col-xl-3 text-left pt-5 pt-xl-0">
<div class="bg-gray p-3 text-center rounded sl-1">
<h2 class="font-weight-light">Business</h2>
<p class="h2">$999</p>
<p class="text-center"><a href="https://www.froala.com" class="btn btn-outline-secondary">Buy Now</a></p>
<hr class="mt-5 mb-5">
<p>10 hours of support</p>
<p>40MB of storage</p>
<p>Subdomain</p>
</div>
</div>
<div class="col-12 col-sm-10 col-md-6 col-lg-5 m-auto col-xl-3 text-left pt-5 pt-xl-0">
<div class="bg-gray p-3 text-center rounded sl-1">
<h2 class="font-weight-light">Enterprise</h2>
<p class="h2">Call Us</p>
<p class="text-center"><a href="https://www.froala.com" class="btn btn-outline-secondary">Contact</a></p>
<hr class="mt-5 mb-5">
<p>10 hours of support</p>
<p>40MB of storage</p>
<p>Subdomain</p>
</div>
</div>
</div>
</div>
</section>
<!-- Pricings 10 -->
<section class="fdb-block">
<div class="container">
<div class="row text-center">
<div class="col">
<h1>Pricing Plans</h1>
</div>
</div>
<table class="table text-center mt-5 d-none d-lg-table">
<tbody>
<tr>
<th scope="row" class="border-0"></th>
<td class="text-center border-0">
<h2 class="font-weight-light">Hobby</h2>
<p class="lead">$99</p>
<p><a href="https://www.froala.com" class="btn btn-outline-primary">Buy Now</a></p>
</td>
<td class="text-center border-0">
<h2 class="font-weight-light">Professional</h2>
<p class="lead">$399</p>
<p><a href="https://www.froala.com" class="btn btn-outline-primary">Buy Now</a></p>
</td>
<td class="text-center border-0">
<h2 class="font-weight-light">Business</h2>
<p class="lead">$899</p>
<p><a href="https://www.froala.com" class="btn btn-primary">Buy Now</a></p>
</td>
<td class="text-center border-0">
<h2 class="font-weight-light">Enterprise</h2>
<p class="lead">Call us</p>
<p><a href="https://www.froala.com" class="btn btn-outline-primary">Contact</a></p>
</td>
</tr>
<tr>
<th scope="row">Support</th>
<td>3 months</td>
<td>6 months</td>
<td>12 months</td>
<td>Custom</td>
</tr>
<tr>
<th scope="row">Full source code</th>
<td>✓</td>
<td>✓</td>
<td>✓</td>
<td>✓</td>
</tr>
<tr>
<th scope="row">SaaS / Subscription</th>
<td>✓</td>
<td>✓</td>
<td>✓</td>
<td>✓</td>
</tr>
<tr>
<th scope="row">Intranet</th>
<td></td>
<td>✓</td>
<td>✓</td>
<td>✓</td>
</tr>
<tr>
<th scope="row">Downloadable Software</th>
<td></td>
<td></td>
<td>✓</td>
<td>✓</td>
</tr>
<tr>
<th scope="row">Redistribute</th>
<td></td>
<td></td>
<td></td>
<td>✓</td>
</tr>
<tr>
<th scope="row">Custom code</th>
<td></td>
<td></td>
<td></td>
<td>✓</td>
</tr>
</tbody>
</table>
<table class="table text-center mt-5 d-table d-lg-none">
<tbody>
<tr>
<td class="text-center border-0" colspan="2">
<h2 class="font-weight-light">Hobby</h2>
<p class="h2">$99</p>
<p><a href="https://www.froala.com" class="btn btn-outline-primary">Buy Now</a></p>
</td>
</tr>
<tr>
<th scope="row">Support</th>
<td>3 months</td>
</tr>
<tr>
<th scope="row">Full source code</th>
<td>✓</td>
</tr>
<tr>
<th scope="row">SaaS / Subscription</th>
<td>✓</td>
</tr>
<tr>
<th scope="row">Intranet</th>
<td></td>
</tr>
<tr>
<th scope="row">Downloadable Software</th>
<td></td>
</tr>
<tr>
<th scope="row">Redistribute</th>
<td></td>
</tr>
<tr>
<th scope="row">Custom code</th>
<td></td>
</tr>
</tbody>
</table>
<table class="table text-center mt-5 d-table d-lg-none">
<tbody>
<tr>
<td class="text-center" colspan="2">
<h2 class="font-weight-light">Professional</h2>
<p class="h2">$399</p>
<p><a href="https://www.froala.com" class="btn btn-outline-primary">Buy Now</a></p>
</td>
</tr>
<tr>
<th scope="row">Support</th>
<td>6 months</td>
</tr>
<tr>
<th scope="row">Full source code</th>
<td>✓</td>
</tr>
<tr>
<th scope="row">SaaS / Subscription</th>
<td>✓</td>
</tr>
<tr>
<th scope="row">Intranet</th>
<td>✓</td>
</tr>
<tr>
<th scope="row">Downloadable Software</th>
<td></td>
</tr>
<tr>
<th scope="row">Redistribute</th>
<td></td>
</tr>
<tr>
<th scope="row">Custom code</th>
<td></td>
</tr>
</tbody>
</table>
<table class="table text-center mt-5 d-table d-lg-none">
<tbody>
<tr>
<td class="text-center" colspan="2">
<h2 class="font-weight-light">Business</h2>
<p class="h2">$899</p>
<p><a href="https://www.froala.com" class="btn btn-primary">Buy Now</a></p>
</td>
</tr>
<tr>
<th scope="row">Support</th>
<td>12 months</td>
</tr>
<tr>
<th scope="row">Full source code</th>
<td>✓</td>
</tr>
<tr>
<th scope="row">SaaS / Subscription</th>
<td>✓</td>
</tr>
<tr>
<th scope="row">Intranet</th>
<td>✓</td>
</tr>
<tr>
<th scope="row">Downloadable Software</th>
<td>✓</td>
</tr>
<tr>
<th scope="row">Redistribute</th>
<td></td>
</tr>
<tr>
<th scope="row">Custom code</th>
<td></td>
</tr>
</tbody>
</table>
<table class="table text-center mt-5 d-table d-lg-none">
<tbody>
<tr>
<td class="text-center" colspan="2">
<h2 class="font-weight-light">Enterprise</h2>
<p class="h2">Call us</p>
<p><a href="https://www.froala.com" class="btn btn-outline-primary">Contact</a></p>
</td>
</tr>
<tr>
<th scope="row">Support</th>
<td>Custom</td>
</tr>
<tr>
<th scope="row">Full source code</th>
<td>✓</td>
</tr>
<tr>
<th scope="row">SaaS / Subscription</th>
<td>✓</td>
</tr>
<tr>
<th scope="row">Intranet</th>
<td>✓</td>
</tr>
<tr>
<th scope="row">Downloadable Software</th>
<td>✓</td>
</tr>
<tr>
<th scope="row">Redistribute</th>
<td>✓</td>
</tr>
<tr>
<th scope="row">Custom code</th>
<td>✓</td>
</tr>
</tbody>
</table>
</div>
</section>
</body>
</html>