forked from Kodular/kodular.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpricing.html
More file actions
93 lines (69 loc) · 3.13 KB
/
pricing.html
File metadata and controls
93 lines (69 loc) · 3.13 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
---
layout: default
title: Pricing | Kodular
---
<!-- Section: Creator -->
<section class="section feature-box pt-5" id="creator">
<div class="container">
<!-- Section heading -->
<h2 class="section-heading pt-4 mb-4">Kodular Creator</h2>
<!-- Section description -->
<p class="section-description lead grey-text">Kodular Creator is FREE. However, if you include ads in your
apps to monetize them, we will take a little commission from your earnings.</p>
<!-- Grid row -->
<div class="row text-center">
<div class="col-lg-2 col-md-0 mb-lg-0 mb-4">
</div>
<!-- Grid column -->
<div class="col-lg-4 col-md-12 mb-lg-0 mb-4">
<!-- Card -->
<div class="card">
<!-- Content -->
<div class="card-body">
<!-- Offer -->
<h5 class="mb-4">No Ads in Apps</h5>
<div class="d-flex justify-content-center">
<div class="card-circle d-flex justify-content-center align-items-center">
<i class="fa fa-puzzle-piece pink-text"></i>
</div>
</div>
<!--Price -->
<h2 class="font-weight-bold my-4">Free. Forever.</h2>
<p class="grey-text">Unlimited projects. Unlimited features. Your limit is your imagination.<br>
It is completely free as long as you don't include ads in your app.</p>
</div>
<!-- Content -->
</div>
<!-- Card -->
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-lg-4 col-md-6 mb-md-0 mb-4">
<!-- Card -->
<div class="card purple">
<!-- Content -->
<div class="card-body white-text">
<!-- Offer -->
<h5 class="mb-4">Monetized Apps</h5>
<div class="d-flex justify-content-center">
<div class="card-circle d-flex justify-content-center align-items-center">
<i class="fa fa-money"></i>
</div>
</div>
<!--Price -->
<h2 class="font-weight-bold my-4">€ %%%</h2>
<p>We will take a little percentage of your earnings if you use our ads component.</p>
<a href="//play.google.com/store/apps/details?id=io.kodular.commission" target="_blank" class="btn btn-outline-white btn-rounded">Calculate It</a>
</div>
<!-- Content -->
</div>
<!-- Card -->
</div>
<!-- Grid column -->
<div class="col-lg-2 col-md-0 mb-lg-0 mb-4">
</div>
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Pricing v.6 -->