-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (51 loc) · 1.68 KB
/
Copy pathindex.html
File metadata and controls
54 lines (51 loc) · 1.68 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
---
title: Program Themes
highlights: |
Referral SaaSquatch themes let your referral program be customized to pixel-perfect brand constraints.
**Standard Themes** make launching a referral program easy with pre-packaged widgets and emails, and **Custom Themes** allow for total customization to meet your brand and program needs.
slug: themes
sectionType: themes
template: article.html
hero: true
---
<div class="docs-theme-types">
<a href="/themes/standard/" style="display:block;">
<div class="well clearfix">
<div class="span2 themes-icon align-center">
<i class="fa fa-cube fa-3x"></i>
<div class="btn btn-inline">Learn More</div></h3>
</div>
<div class="span10">
<div class="">
<h3>Standard Themes
</div>
<ul>
<li>Supports programs on the <b>Basic</b> plans</li>
<li>Support <b>basic customizations</b>
</li>
<li>Quick to setup and launch</li>
<li>Responsive by default</li>
</ul>
</div>
</div>
</a>
<a href="/themes/custom/" style="display:block;">
<div class="well clearfix">
<div class="span2 themes-icon align-center">
<i class="fa fa-cogs fa-3x"></i>
<div class="btn btn-inline">Learn More</div>
</div>
<div class="span10">
<div class="">
<h3>Custom Themes</h3>
</div>
<ul>
<li>Only available for <b>Pro & Enterprise</b> plans</li>
<li>Total control over <b>HTML, CSS & JS</b></li>
<li>Inspired by Ghost & Wordpress themes</li>
<li>Powered by Git (Heroku-like deploys)</li>
</ul>
</div>
</div>
</a>
</div>