summaryrefslogtreecommitdiff
path: root/views/about/brochure.ejs
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-07-20 14:41:58 -0400
committerJules Laplace <jules@okfoc.us>2015-07-20 14:41:58 -0400
commit6de9ac66b5e7ee2378d4f4f29f4e5708ef1c2f7c (patch)
tree85985cb68173e8207dc5a44916d1ddb8e70eb923 /views/about/brochure.ejs
parentb4ee999a47ae89c27b5cf4a86d81ded33c6c8f81 (diff)
add business logic to new plan style
Diffstat (limited to 'views/about/brochure.ejs')
-rw-r--r--views/about/brochure.ejs94
1 files changed, 1 insertions, 93 deletions
diff --git a/views/about/brochure.ejs b/views/about/brochure.ejs
index 80cb154..e34d3d3 100644
--- a/views/about/brochure.ejs
+++ b/views/about/brochure.ejs
@@ -11,99 +11,7 @@
<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 ]]
+ [[ include _plans ]]
</div>
[[ include ../partials/confirm-modal ]]