-
Notifications
You must be signed in to change notification settings - Fork 0
/
pricing-dao-builder.php
506 lines (456 loc) · 23.2 KB
/
pricing-dao-builder.php
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
<?php
/**
* Template Name: Pricing DAO builder
*
*/
get_header();
?>
<main class="dark-theme">
<section class="pricing-hero-top inside">
<div class="area top-title-pricing flex align-bottom space-between">
<div class="resp-logo">
<img src="<?php echo get_template_directory_uri(); ?>/img/logos/logo-white.svg" />
</div>
<div class="col-4">
<div class="sub-section flex align-center">
<div class="icon small">
<img src="<?php echo get_template_directory_uri(); ?>/img/icons/cash.svg" />
</div>
<div class="breadcrumbs">
<a href="<?php echo home_url(); ?>/pricing-plans/">Pricing Plans</a> > <?php the_title(); ?>
</div>
</div>
<h1 class="title-big"><?php the_title(); ?></h1>
</div>
<div class="col-8">
<div class="text-16"><?php the_content(); ?></div>
</div>
</div>
</section>
<section class="builder-pricing">
<div class="area with-toggle flex justify-right">
<div class="flex align-center gap-20">
<p class="light-blu tex-16 bold">Year Upfront Save 20%</p>
<div id="fake_toggle">
<span></span>
</div>
</div>
</div>
<div class="area flex no-wrap gap-20 space-between">
<div class="price-column">
<h2 class="text-18 white"><strong>Founder</strong> <span class="light-blu">Plan</span></h2>
<div class="price-item-card">
<div class="top-price">
<p class="title-56 white">Free</p>
<p class="text-14 light-blu">Always free, forever</p>
</div>
<div class="core-members flex align-center space-between">
<span class="white bold">Core members</span>
<span class="white counter">5</span>
</div>
<div class="feature-list">
<ul>
<li class="has-child">Essentials
<ul>
<li>Tokens</li>
<li>Profile and Wallet</li>
<li>Admin Roles/Badges</li>
<li>Logo Personalisation</li>
</ul>
</li>
<li class="has-child">Contributions
<ul>
<li>Proposals Dashboard</li>
<li>Contribution Proposals</li>
<li>Quest Proposals</li>
</ul>
</li>
<li class="has-child">Compensations
<ul>
<li>Reward Tiers</li>
<li>Roles</li>
<li>Role Assignments</li>
</ul>
</li>
<li class="has-child">Governance
<ul>
<li>Agreements and Policies</li>
<li>Configurable Governance</li>
<li>Organisation Templates</li>
</ul>
</li>
<li class="has-child">Treasury
<ul>
<li class="coming-soon">Treasury Dashboard</li>
<li>Token Purchase</li>
<li>Payouts</li>
</ul>
</li>
<li class="has-child">Circles
<ul>
<li>Circle Dashboard</li>
<li class="coming-soon">Circle Budgets</li>
<li>Circles Management</li>
</ul>
</li>
<li class="has-child">Branding
<ul>
<li>Colors Customisation</li>
</ul>
</li>
</ul>
</div>
<div style="width:100%;margin-top:26px">
<a href="#lets-do-it" class="button primary" style="width:100%">Let's DAO it!</a>
</div>
</div>
</div>
<div class="price-column">
<h2 class="text-18 white"><strong>Starter</strong> <span class="light-blu">Plan</span></h2>
<div class="price-item-card">
<div class="top-price">
<div class="flex align-bottom justify-center">
<span class="text-14 white">$</span>
<span id="starter-price" class="title-big white"></span>
<span class="text-14 white">/mo</span>
</div>
<p class="text-14 light-blu">When paid <span class="timeframe"></span></p>
</div>
<div class="core-members flex align-center space-between">
<span class="white bold">Core members</span>
<span class="white counter">15</span>
</div>
<div class="community-members flex align-center space-between">
<span class="white bold">Community</span>
<span class="white counter">500</span>
</div>
<div class="feature-list">
<ul>
<li class="has-child">Essentials
<ul>
<li>Tokens</li>
<li>Profile and Wallet</li>
<li>Admin Roles/Badges</li>
<li>Logo Personalisation</li>
</ul>
</li>
<li class="has-child">Contributions
<ul>
<li>Proposals Dashboard</li>
<li>Contribution Proposals</li>
<li>Quest Proposals</li>
</ul>
</li>
<li class="has-child">Compensations
<ul>
<li>Reward Tiers</li>
<li>Roles</li>
<li>Role Assignments</li>
</ul>
</li>
<li class="has-child">Governance
<ul>
<li>Agreements and Policies</li>
<li>Configurable Governance</li>
<li>Organisation Templates</li>
</ul>
</li>
<li class="has-child">Treasury
<ul>
<li class="coming-soon">Treasury Dashboard</li>
<li>Token Purchase</li>
<li>Payouts</li>
</ul>
</li>
<li class="has-child">Circles
<ul>
<li>Circle Dashboard</li>
<li class="coming-soon">Circle Budgets</li>
<li>Circles Management</li>
</ul>
</li>
<li class="has-child coming-soon">Community Features
<ul>
<li class="coming-soon">Upvote Delegates</li>
<li class="coming-soon">Community Quests</li>
<li class="coming-soon">Community Badges</li>
</ul>
</li>
<li class="has-child">Branding
<ul>
<li>Colors Customisation</li>
</ul>
</li>
</ul>
</div>
<div style="width:100%;margin-top:26px">
<a href="#lets-do-it" class="button primary" style="width:100%">Let's DAO it!</a>
</div>
</div>
</div>
<div class="price-column">
<h2 class="text-18 white"><strong>Growth</strong> <span class="light-blu">Plan</span></h2>
<div class="price-item-card">
<div class="top-price">
<div class="flex align-bottom justify-center">
<span class="text-14 white">$</span>
<span id="growth-price" class="title-big white"></span>
<span class="text-14 white">/mo</span>
</div>
<p class="text-14 light-blu">When paid <span class="timeframe"></span></p>
</div>
<div class="core-members flex align-center space-between">
<span class="white bold">Core members</span>
<span class="white counter">50</span>
</div>
<div class="community-members flex align-center space-between">
<span class="white bold">Community</span>
<span class="white counter">2000</span>
</div>
<div class="feature-list">
<ul>
<li class="has-child">Essentials
<ul>
<li>Tokens</li>
<li>Profile and Wallet</li>
<li>Admin Roles/Badges</li>
<li>Logo Personalisation</li>
</ul>
</li>
<li class="has-child">Contributions
<ul>
<li>Proposals Dashboard</li>
<li>Contribution Proposals</li>
<li>Quest Proposals</li>
</ul>
</li>
<li class="has-child">Compensations
<ul>
<li>Reward Tiers</li>
<li>Roles</li>
<li>Role Assignments</li>
</ul>
</li>
<li class="has-child">Governance
<ul>
<li>Agreements and Policies</li>
<li>Configurable Governance</li>
<li>Organisation Templates</li>
</ul>
</li>
<li class="has-child">Treasury
<ul>
<li class="coming-soon">Treasury Dashboard</li>
<li>Token Purchase</li>
<li>Payouts</li>
</ul>
</li>
<li class="has-child">Circles
<ul>
<li>Circle Dashboard</li>
<li class="coming-soon">Circle Budgets</li>
<li>Circles Management</li>
</ul>
</li>
<li class="has-child coming-soon">Community Features
<ul>
<li class="coming-soon">Upvote Delegates</li>
<li class="coming-soon">Community Quests</li>
<li class="coming-soon">Community Badges</li>
</ul>
</li>
<li class="has-child">Branding
<ul>
<li>Colors Customisation</li>
</ul>
</li>
</ul>
</div>
<div style="width:100%;margin-top:26px">
<a href="#lets-do-it" class="button primary" style="width:100%">Let's DAO it!</a>
</div>
</div>
</div>
<div class="price-column">
<h2 class="text-18 white"><strong>Thrive</strong> <span class="light-blu">Plan</span></h2>
<div class="price-item-card">
<div class="top-price">
<div class="flex align-bottom justify-center">
<span class="text-14 white">$</span>
<span id="thrive-price" class="title-big white"></span>
<span class="text-14 white">/mo</span>
</div>
<p class="text-14 light-blu">When paid <span class="timeframe"></span></p>
</div>
<div class="core-members flex align-center space-between">
<span class="white bold">Core members</span>
<span class="white counter">150</span>
</div>
<div class="community-members flex align-center space-between">
<span class="white bold">Community</span>
<span class="white counter">5000</span>
</div>
<div class="feature-list">
<ul>
<li class="has-child">Essentials
<ul>
<li>Tokens</li>
<li>Profile and Wallet</li>
<li>Admin Roles/Badges</li>
<li>Logo Personalisation</li>
</ul>
</li>
<li class="has-child">Contributions
<ul>
<li>Proposals Dashboard</li>
<li>Contribution Proposals</li>
<li>Quest Proposals</li>
</ul>
</li>
<li class="has-child">Compensations
<ul>
<li>Reward Tiers</li>
<li>Roles</li>
<li>Role Assignments</li>
</ul>
</li>
<li class="has-child">Governance
<ul>
<li>Agreements and Policies</li>
<li>Configurable Governance</li>
<li>Organisation Templates</li>
</ul>
</li>
<li class="has-child">Treasury
<ul>
<li class="coming-soon">Treasury Dashboard</li>
<li>Token Purchase</li>
<li>Payouts</li>
</ul>
</li>
<li class="has-child">Circles
<ul>
<li>Circle Dashboard</li>
<li class="coming-soon">Circle Budgets</li>
<li>Circles Management</li>
</ul>
</li>
<li class="has-child coming-soon">Community Features
<ul>
<li class="coming-soon">Upvote Delegates</li>
<li class="coming-soon">Community Quests</li>
<li class="coming-soon">Community Badges</li>
</ul>
</li>
<li class="has-child">Branding
<ul>
<li>Colors Customisation</li>
</ul>
</li>
</ul>
</div>
<div style="width:100%;margin-top:26px">
<a href="#lets-do-it" class="button primary" style="width:100%">Let's DAO it!</a>
</div>
</div>
</div>
</div>
<div class="area">
<div class="col-full flex align-center justify-right">
<img width="18px" style="margin-right:5px" src="<?php echo get_template_directory_uri(); ?>/img/icons/time.svg"> = Feature Under Developmnet
</div>
</div>
</section>
<section id="lets-do-it">
<div class="area flex align-center gap-20">
<div class="col-half">
<div class="sub-section flex align-center">
<div class="icon small">
<img src="<?php echo get_template_directory_uri(); ?>/img/icons/news.svg" />
</div>
<p class="subtitle">Get Started Today</p>
</div>
<p class="title-big">Start For Free</p>
<p class="text-24 light-blu">The plans payment & activation<br /> happens directly inside your DAO!
</p>
<p>Start today with creating your Free DAO and upgrade in any moment directly from
your Plan
Payments Dashboards</p>
</div>
<div class="col-half">
<div class="generic-card glow-back has-link">
<div class="wrappo">
<div class="icon in-card">
<img src="<?php echo get_template_directory_uri(); ?>/img/icons/rocket.svg" />
</div>
<h3 class="title-big">Create your DAO</h3>
<p>Check out our Get started guide to discover everything you need to know to get your DAO
up and running. If you are ready, click the blu button instead!</p>
<div class="buttons flex wrap gap-20">
<a href="<?php echo home_url(); ?>/get-started/create-your-dao" class="button secondary">Get Started Guide</a>
<a class="button primary" href="https://dao.hypha.earth/hypha/create-your-dao" target="_blank">Create DAO</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="upsell">
<div class="area flex gap-50 align-center">
<div class="col-half">
<div class="sub-section flex align-center">
<div class="icon small">
<img src="<?php echo get_template_directory_uri(); ?>/img/icons/ecosystem.svg">
</div>
<h3 class="subtitle">DAO Services</h3>
</div>
<p class="title-big">Accelerate Your DAO With Our Premium Services</p>
<p>Our Premium Services are designed to accelerate your DAO to success. Using a combination of these services will ensure you get the best value out of your DAO implementation.</p>
<div class="buttons" style="display:block;margin-top:28px;">
<a href="<?php echo home_url(); ?>/dao-services/" class="button primary">All Services</a>
</div>
</div>
<?php $services = get_field('select_service');
if( $services ): ?>
<?php foreach( $services as $post ): setup_postdata($post); ?>
<div class="col-half">
<a class="nostyle" href="<?php the_permalink(); ?>">
<div class="generic-card pricing glow-back has-link">
<div class="wrappo">
<div class="top-pricing-card flex align-center space-between">
<p class="text-16 light-blu bold"><?php the_field('price_description') ?></p>
<?php if( get_field('price') ): ?>
<?php
$priceOffer = get_field('price_offer');
if( $priceOffer && in_array('free', $priceOffer) ) {
?>
<div class="actual-price cancelled">
<div class="wrap">
<span class="currency">$</span><?php the_field('price') ?>
</div>
</div>
<?php } else { ?>
<div class="actual-price">
<div class="wrap">
<span class="currency">$</span><?php the_field('price') ?>
</div>
</div>
<?php } ?>
<?php endif; ?>
</div>
<h3 class="title-big"><?php the_title(); ?></h3>
<p class="text-20 light-blu"><?php the_field('short_description') ?></p>
<div class="fake-button space">
<p>Discover More</p>
</div>
</div>
</div>
</a>
</div>
<?php endforeach; ?>
<?php wp_reset_postdata(); ?>
<?php endif; ?>
</div>
</section>
</main>
<?php get_footer(); ?>