-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathstandard.html
More file actions
81 lines (78 loc) · 2.93 KB
/
Copy pathstandard.html
File metadata and controls
81 lines (78 loc) · 2.93 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
---
title: Standard Themes
highlights: You can use one of the Referral SaaSquatch standard themes for your referral program. Standard themes provide simple but stylish defaults for your referral program pieces.
slug: themes/standard
sectionType: themes
template: article.html
robots : noindex, nofollow
---
<table class="table">
<tr>
<td>
<h3><i class="fa fa-cube"></i> Percent Discount Theme</h3>
<ul>
<li>Can change the discount percent and duration</li>
<li>Works natively with Stripe, Recurly, Braintree and Zuora</li>
<li>Available on all plan types</li>
<li>See the <a href="/guides/percent-discount/">Integration Guide</a></li>
</ul>
</td>
<td>
<a class="docs-lightbox" href="/assets/images/percentdiscount-front.png" data-lightbox="example-set">
<img class="example-image" src="/assets/images/percentdiscount-front.png" alt="">
<div><i class="fa fa-eye"></i> Preview</div>
</a>
</td>
<td>
<a class="docs-lightbox" href="/assets/images/percentdiscount-back.png" data-lightbox="example-set">
<img class="example-image" src="/assets/images/percentdiscount-back.png" alt="">
<div><i class="fa fa-eye"></i> Preview</div>
</a>
</td>
</tr>
<tr>
<td>
<h3><i class="fa fa-cube"></i> Dollar Credit Theme</h3>
<ul>
<li>Can change amount of credit received on each side</li>
<li>Works with Squatch.js and the Rest API</li>
<li>Available on all plan types</li>
<li>See the <a href="/guides/dollar-credit/">Integration Guide</a></li>
</ul>
</td>
<td>
<a class="docs-lightbox" href="/assets/images/credit-front.png" data-lightbox="example-set">
<img class="example-image" src="/assets/images/credit-front.png" alt="">
<div><i class="fa fa-eye"></i> Preview</div>
</a>
</td>
<td>
<a class="docs-lightbox" href="/assets/images/credit-back.png" data-lightbox="example-set">
<img class="example-image" src="/assets/images/credit-back.png" alt="">
<div><i class="fa fa-eye"></i> Preview</div>
</a>
</td>
</tr>
<tr>
<td>
<h3><i class="fa fa-cube"></i> Free Month Theme</h3>
<ul>
<li>Can change the number of months for each side</li>
<li>Works with Squatch.js and the Rest API</li>
<li>Available on all plan types</li>
</ul>
</td>
<td>
<a class="docs-lightbox" href="/assets/images/freemonth-front.png" data-lightbox="example-set">
<img class="example-image" src="/assets/images/freemonth-front.png" alt="">
<div><i class="fa fa-eye"></i> Preview</div>
</a>
</td>
<td>
<a class="docs-lightbox" href="/assets/images/freemonth-back.png" data-lightbox="example-set">
<img class="example-image" src="/assets/images/freemonth-back.png" alt="">
<div><i class="fa fa-eye"></i> Preview</div>
</a>
</td>
</tr>
</table>