forked from DigiByte-Core/digi-id-io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpricing.html
executable file
·316 lines (280 loc) · 16.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
<!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">
<link rel="icon" type="image/png" href="assets/images/favicon.png" />
<!-- Core css -->
<link rel="stylesheet" id="bulma" href="assets/css/bulma.css" />
<link rel="stylesheet" type="text/css" href="assets/css/core_lemonade.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<!-- Plugins css -->
<link rel="stylesheet" type="text/css" href="assets/js/ggpopover/ggtooltip.css">
<!-- Icons -->
<link rel="stylesheet" type="text/css" href="assets/css/icons.min.css">
<!-- COMMON TAGS -->
<meta charset="utf-8">
<title>Digi-ID - Get started</title>
<!-- Search Engine -->
<meta name="description" content="The blockchain-based cryptographic solution to handling user authentication. Powered by DigiByte blockchain.">
<meta name="image" content="https://digi-id.io/assets/scenarium/GeneralOG-03.png">
<!-- Schema.org for Google -->
<meta itemprop="name" content="Digi-ID - Blockchain Open Auth">
<meta itemprop="description" content="The blockchain-based cryptographic solution to handling user authentication. Powered by DigiByte blockchain.">
<meta itemprop="image" content="https://digi-id.io/assets/scenarium/GeneralOG-03.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Digi-ID - Blockchain Open Auth">
<meta name="twitter:description" content="The blockchain-based cryptographic solution to handling user authentication. Powered by DigiByte blockchain.">
<meta name="twitter:site" content="@DigiByteCoin">
<meta name="twitter:creator" content="@cengic_damir">
<meta name="twitter:image:src" content="https://digi-id.io/assets/scenarium/TwitterOG-02.png">
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:title" content="Digi-ID - Blockchain Open Auth">
<meta name="og:description" content="The blockchain-based cryptographic solution to handling user authentication. Powered by DigiByte blockchain.">
<meta name="og:image" content="https://digi-id.io/assets/scenarium/FacebookOG-01.png">
<meta name="og:url" content="https://digi-id.io">
<meta name="og:site_name" content="Digi-ID Website">
<meta name="og:type" content="website">
</head>
<body>
<!-- Pageloader -->
<div class="pageloader"></div>
<div class="infraloader is-active"></div>
<!-- Hero and nav -->
<div class="hero is-medium">
<div class="navbar-wrapper navbar-fade">
<div class="hero-head">
<!-- Nav -->
<div class="container">
<nav class="nav">
<div class="container big">
<div class="nav-left">
<a class="nav-item" href="index.html">
<img class="medium-footer-logo" src="assets/scenarium/logo.svg" alt="">
</a>
<!-- Sidebar trigger -->
<a href="index.html" class="nav-item is-tab nav-inner is-not-mobile">
Home
</a>
<a href="documentation.html" class="nav-item is-tab nav-inner is-not-mobile">
Documentation
</a>
<a href="getstarted.html" class="nav-item is-tab nav-inner is-not-mobile">
Get started
</a>
<a href="contact.html" class="nav-item is-tab nav-inner is-not-mobile">
Contact
</a>
</div>
<!-- Responsive toggle -->
<span class="nav-toggle">
<span></span>
<span></span>
<span></span>
</span>
<div class="nav-right nav-menu">
<a href="https://digi-id.io" class="nav-item is-tab nav-inner is-menu-mobile">
Home
</a>
<a href="documentation.html" class="nav-item is-tab nav-inner is-menu-mobile">
Documentation
</a>
<a href="getstarted.html" class="nav-item is-tab nav-inner is-menu-mobile">
Get started
</a>
<a href="/#implementations" class="nav-item is-tab nav-inner is-menu-mobile">
Implementations
</a>
<a href="contact.html" class="nav-item is-tab nav-inner is-menu-mobile">
Contact
</a>
</div>
</div>
</nav>
</div>
<!-- /Nav -->
</div>
</div>
<!-- Hero caption -->
<div id="main-hero" class="hero-body is-relative no-padding-bottom">
<div class="container has-text-centered">
<div class="columns">
<div class="column is-8 is-offset-2 has-text-centered">
<h1 class="title big-title text-bold is-2">
Let's keep it simple.*
</h1>
<h2 class="subtitle light-subtitle">
*That's right! No hidden fees, costs or charges. 100% free, forever.
</h2>
<p>
No registration or credit card required.
</p>
<!-- Price switch -->
<div class="billing-switcher-wrapper">
<div class="by-month is-active">Month</div>
<!-- Switch -->
<div class="billing-switcher">
<div class="field">
<input id="priceSwitcher" type="checkbox" name="priceSwitcher" class="switch is-large is-primary">
<label id="price-switch" for="priceSwitcher"></label>
</div>
</div>
<div class="by-year">Forever</div>
<!-- Discount image -->
</div>
<!-- /Price switch -->
</div>
</div>
</div>
</div>
<!-- /Hero caption -->
</div>
<!-- /Hero and nav -->
<!-- Pricing tables -->
<div id="pricing-plans" class="section">
<div class="container">
<div class="columns is-vcentered mt-30">
<div class="column">
<!-- Pricing wrapper -->
<div class="pricing-wrapper">
<div class="flex-card light-bordered light-raised">
<div class="columns is-gapless">
<!-- Plan -->
<div class="column is-6">
<div class="condensed-plan">
<div class="plan-header">
Personal
</div>
<div class="plan-description">
Everything we got.
</div>
<div class="plan-price">
<span class="monthly-price">0</span>
<span class="yearly-price">0</span>
<div class="yearly-billed">(Billed at $0/year)</div>
</div>
<ul class="plan-features">
<li><b>∞</b> users</li>
<li><b>∞</b> authentications</li>
</ul>
</div>
</div>
<!-- Plan -->
<div class="column is-6">
<div class="condensed-plan">
<div class="plan-header">
Enterprise
</div>
<div class="plan-description">
Still everything we got.
</div>
<div class="plan-price">
<span class="monthly-price">0</span>
<span class="yearly-price">0</span>
<div class="yearly-billed">(Billed at $0/year)</div>
</div>
<ul class="plan-features">
<li><b>∞</b> users</li>
<li><b>∞</b> authentications</li>
<li><b>1</b> cooler package name :)</li>
</ul>
</div>
</div>
</div>
</div>
<img class="hr-bg" src="assets/images/illustrations/mockups/landing3/hrbg.png" alt="">
</div>
<!-- /Pricing wrapper -->
</div>
</div>
</div>
</div>
<!-- /Pricing tables -->
<!-- Footer -->
<footer class="footer footer-light-medium">
<div class="container">
<div class="columns">
<!-- Column -->
<div class="column is-4">
<div class="pt-10 pb-10">
<img class="medium-footer-logo" src="assets/scenarium/logo.svg" alt="">
<div class="footer-description pt-10 pb-10">
Digi-ID is an open-source, community-driven Open Auth project based on the DigiByte Blockchain. It will always remain free. <br><br>
</div>
</div>
<div>
<br><span class="moto">Digi-ID © 2018</span>
<div class="social-links pt-10 pb-10">
<a href="https://twitter.com/digibytecoin">
<span class="icon"><i class="fa fa-twitter"></i></span>
</a>
<a href="https://t.me/DigiByteCoin">
<span class="icon"><i class="fa fa-paper-plane"></i></span>
</a>
<a href="https://t.me/DigiByteDevelopers">
<span class="icon"><i class="fa fa-paper-plane"></i></span>
</a>
<a href="https://github.com/digibyte-core/digiid-js">
<span class="icon"><i class="fa fa-github"></i></span>
</a>
</div>
</div>
</div>
<!-- Column -->
<div class="column is-6 is-offset-2">
<div class="columns">
<!-- Column -->
<div class="column">
<ul class="footer-column">
<li class="column-header">
Digi-ID
</li>
<li class="column-item"><a href="https://digi-id.io">Home</a></li>
<li class="column-item"><a href="https://digi-id.io/#getting_started">Getting started</a></li>
<li class="column-item"><a href="pricing.html">Pricing (Free)</a></li>
</a>
</ul>
</div>
<!-- Column -->
<div class="column">
<ul class="footer-column">
<li class="column-header">
Resources
</li>
<li class="column-item"><a href="https://github.com/digibyte-core/digiid-js">GitHub Repo</a></li>
<li class="column-item"><a href="faq.html">Frequent questions</a></li>
<li class="column-item"><a href="https://digibyte.org">DigiByte</a></li>
<li class="column-item"><a href="https://dgbwiki.com">DigiByte Wiki</a></li>
</ul>
</div>
<!-- Column -->
<div class="column">
<ul class="footer-column">
<li class="column-header">
Terms
</li>
<li class="column-item"><a href="disclaimer.html" target="_blank">Disclaimer</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- /Footer -->
<!-- Back To Top Button -->
<div id="backtotop"><a href="#"></a></div>
<!-- Core js -->
<script src="assets/js/core/jquery.min.js"></script>
<script src="assets/js/core/modernizr.min.js"></script>
<!-- Plugins js -->
<script src="assets/js/ggpopover/ggtooltip.js"></script>
<script src="assets/js/embed/embed.js"></script>
<!-- Bulkit js -->
<script src="assets/js/main.js"></script>
<!-- Page specific js -->
<script src="assets/js/pages/landingv3.js"></script>
</body>
</html>