blob: 80cb15427a4516b83cd3bad635014563ae74b49f (
plain)
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
|
<!doctype html>
<html>
<head>
<title>VValls Subscriptions</title>
[[ include ../partials/meta ]]
</head>
<body class="loading">
<div class="rapper page">
[[ include ../partials/header ]]
<h1 class="leader">Subscriptions</h1>
<div class="projectList about aboutintro">
<ul id="plans">
<li class="most-popular">
<div class="top">
<h2>Large</h2>
<h3><span class="dollar">$</span><span class="price large">50</span> <span class="month large">/ mo </span></h3>
<h4>Ideal for businesses and ecommerce sites.</h4>
</div>
<ul>
<li>
15 Source Accounts / Hashtags
</li>
<li>
3 Embeddable Feeds
</li>
<li>
Pulls In New Posts Every 10 Minutes
</li>
<li>
Analytics and Analysis Tools
</li>
<li>
Everything the Medium Plan Contains
</li>
<li>
No Juicer Branding!
</li>
</ul>
<div class="signup"><a class="button" href="/credit-card/new?plan=large">Sign Up for Large</a></div>
</li>
<li>
<div class="top">
<h2>Medium</h2>
<h3><span class="dollar">$</span><span class="price medium">10</span> <span class="month medium">/ mo </span></h3>
<h4>Great for personal sites and small blogs.</h4>
</div>
<ul>
<li>
5 Source Accounts / Hashtags
</li>
<li>
1 Embeddable Feed
</li>
<li>
Pulls In New Posts Every Hour
</li>
<li>
Moderation and Filtering Tools
</li>
<li>
Everything the Small Plan Contains
</li>
<li>
No Juicer Branding!
</li>
</ul>
<div class="signup"><a class="button" href="/credit-card/new?plan=medium">Sign Up for Medium</a></div>
</li>
<li>
<div class="top">
<h2>Small</h2>
<h3><span class="dollar">$</span><span class="price small">0</span> <span class="month small">/ mo </span></h3>
<h4>Free forever.</h4>
</div>
<ul>
<li>
2 Source Accounts / Hashtags
</li>
<li>
1 Embeddable Social Media Feed
</li>
<li>
Pulls In New Posts Every 24 Hours
</li>
<li>
All Templates and Custom Styling
</li>
<li>
HTTPS Secure Connection Support
</li>
<li>
Juicer Branding
</li>
</ul>
<div class="signup"><a class="button" href="/sign-up">Sign Up for Small</a></div>
</li>
</ul>
[[ include _plans ]]
</div>
[[ include ../partials/confirm-modal ]]
[[ include ../projects/layouts-modal ]]
[[ include ../partials/sign-in ]]
[[ include ../partials/footer ]]
</div>
</body>
[[ include ../partials/scripts ]]
</html>
|