summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2015-07-13 17:55:25 -0400
committerryderr <r@okfoc.us>2015-07-13 17:55:25 -0400
commitb4ee999a47ae89c27b5cf4a86d81ded33c6c8f81 (patch)
tree9f7ba6273c9213501a802f7d7c9fb692492385e6 /views
parentdd51784e8620c97e8df8825fd7f1355297920570 (diff)
sub rip
Diffstat (limited to 'views')
-rw-r--r--views/about/brochure.ejs95
-rw-r--r--views/partials/footer.ejs2
-rw-r--r--views/staff/_pagination.ejs2
3 files changed, 93 insertions, 6 deletions
diff --git a/views/about/brochure.ejs b/views/about/brochure.ejs
index 855f897..80cb154 100644
--- a/views/about/brochure.ejs
+++ b/views/about/brochure.ejs
@@ -11,11 +11,98 @@
<h1 class="leader">Subscriptions</h1>
<div class="projectList about aboutintro">
- <div class="inner">
- Want to get more out of VValls? Consider becoming a subscription user.
- <br><br>
- </div>
+
+ <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>
diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs
index 52430f7..05bc128 100644
--- a/views/partials/footer.ejs
+++ b/views/partials/footer.ejs
@@ -2,7 +2,7 @@
[[ if (logged_in) { ]]
<span>
- signed in as &rarr;
+ signed in as
<a href="/profile/[[- user.username ]]"><b>[[- user.displayName ]]</b></a>
[[ if (user.isStaff) { ]]
<a href="/staff">Staff Area</a>
diff --git a/views/staff/_pagination.ejs b/views/staff/_pagination.ejs
index 6c3bfb1..7d85c71 100644
--- a/views/staff/_pagination.ejs
+++ b/views/staff/_pagination.ejs
@@ -10,7 +10,7 @@
[[ if (pagination.next_page !== -1) { ]]
<a href="?[[- pagination.query ]]&offset=[[- pagination.next_page ]]">Next page &rarr;</a>
[[ } else { ]]
- &rarr;
+ ->
[[ } ]]
</div>