diff --git a/public/css/static.styl b/public/css/static.styl
index 8ba52c272b..fe576834e7 100644
--- a/public/css/static.styl
+++ b/public/css/static.styl
@@ -6,4 +6,7 @@
@import "./static-pages.css"
@import "./shared.styl"
-@import "./footer"
\ No newline at end of file
+@import "./footer"
+
+.muted i, i.muted
+ opacity:0.5
\ No newline at end of file
diff --git a/views/static/plans.jade b/views/static/plans.jade
index 20d68affdf..b8a07d8e06 100644
--- a/views/static/plans.jade
+++ b/views/static/plans.jade
@@ -1,81 +1,78 @@
extends ./layout
+
block vars
- var layoutEnv = env
- var menuItem = 'plans'
+
block title
- title Administrator Plans
+ title Group Plans
+
block content
+ h2 Group Plans
+
+ p For individuals, HabitRPG is free to play. Even for small interest groups, free (or cheap) guilds and challenges can be used to motivate participants in behavioral modification. Think writing groups, art challenges, and more.
+ p But some group leaders will want more control, privacy, security, and support. Examples of such groups are families, health and wellness groups, employee groups, and more. These plans provide private instances of HabitRPG for your group or organization, secure and independent of Habitica. See below for additional plan perks, and contact us for more information!
.subscription-features
- h2 Administrator Subscriptions
table.table.table-striped
tr
th.feature-name
- //th.feature-name.muted Family (Coming Soon)
- //th.feature-name.muted Bronze (Coming Soon)
- //th.feature-name.muted Silver (Coming Soon)
- th.feature-name Gold
- th.feature-name.muted More Plans
Coming Soon
+ th.feature-name.muted Family (Coming Soon)
+ th.feature-name.muted Group (Coming Soon)
+ th.feature-name Organization
tr
th
span.dashed-underline(popover="Members of the organization participate outside of HabitRPG proper, providing focus for your participants.",popover-trigger='mouseenter',popover-placement='right')
| Private Organization
- //td(ng-include="'partials/feature-matrix-check.html'")
- //td(ng-include="'partials/feature-matrix-check.html'")
- //td(ng-include="'partials/feature-matrix-check.html'")
- td
+ td.muted
+ i.icon-ok
+ td.muted
i.icon-ok
td
+ i.icon-ok
tr
th
- span.dashed-underline(popover="Shared hosting means your organization uses the same database as HabitRPG proper even though you don't interact with Habitica. Dedicated means you get your own database and server. You can choose to have HabitRPG host your server/db, or we can install it on your own servers.",popover-trigger='mouseenter',popover-placement='right')
- | Hosting Type
- //td Shared
- //td Shared
- //td Shared
- td Dedicated
+ span.dashed-underline(popover="Dedicated Hosting: you get your own database and server hosted by HabitRPG, or optionally we'll install it in your organization's network. If not checked, the plan uses \"Shared Hosting\": your organization uses the same database as HabitRPG proper while performing independently Habitica. Your members are shielded from Tavern & Guilds, but still on the same server/database.",popover-trigger='mouseenter',popover-placement='right')
+ | Dedicated Hosting
td
+ td
+ td
+ i.icon-ok
tr
th
span.dashed-underline(popover="We can optionally give you your own domain for the installation.",popover-trigger='mouseenter',popover-placement='right')
| Custom Domain
- //td.muted
- //td.muted
- //td.muted
+ td
+ td
td
i.icon-ok
- td
tr
th
span.dashed-underline(popover="The maximum number of players in your private organization.",popover-trigger='mouseenter',popover-placement='right')
| Max Participants
- //td.muted 10
- //td.muted 50
- //td.muted 150
+ td.muted 10
+ td.muted 75
td Unlimited
td
tr
th
span.dashed-underline(popover="First to be provided for with support.",popover-trigger='mouseenter',popover-placement='right')
| Priority Support On Tickets & Hosting
- //td.muted
- //td.muted
- //td.muted
+ td
+ td
td
i.icon-ok
- td
tr
th
- span.dashed-underline(popover="We will provide support for training, bugs, installation, and feature requests.",popover-trigger='mouseenter',popover-placement='right')
+ span.dashed-underline(popover="We will provide support for training, bugs, installation, and feature requests. Additional hours available at an hourly rate.",popover-trigger='mouseenter',popover-placement='right')
| Support Hours / Month
- //td.muted 10
- //td.muted 20
- //td.muted 30
+ td.muted -
+ td.muted 5
td 10
td
tr
th
- h5 In-Game features
+ h5 Game features:
ul
li Ads disabled for members
li
@@ -84,18 +81,18 @@ block content
li
span.dashed-underline(popover="We will provide the organization leaders with as many gems as they need, for things like challenge prizes, guild-creation, etc.",popover-trigger='mouseenter',popover-placement='right')
| Infinite leader gems
- //td(ng-include="'partials/feature-matrix-check.html'")
- //td(ng-include="'partials/feature-matrix-check.html'")
- //td(ng-include="'partials/feature-matrix-check.html'")
- td
+ td.muted
+ i.icon-ok
+ td.muted
i.icon-ok
td
+ i.icon-ok
tr
th
//| Price
- //td.alert.alert-info ??? USD / Month
- //td.alert.alert-info ??? USD / Month
- //td.alert.alert-info ??? USD / Month
td
- a.btn.btn-primary(href='https://docs.google.com/forms/d/12Jqj_8f3oQS0B3ZUHewHbK61uLjBdzBeB0zyEqB9lxM/viewform') Contact Us
- td
\ No newline at end of file
+ a.btn(href='https://docs.google.com/forms/d/17torT7OlxgtbHAPdBDRQNG2lTdIQyrGXk4O2YXvUMig/viewform',popover="Click to log interest, we'll reach out when plan is available.",popover-placement='right',popover-trigger='mouseenter') Coming Soon
+ td
+ a.btn(href='https://docs.google.com/forms/d/17torT7OlxgtbHAPdBDRQNG2lTdIQyrGXk4O2YXvUMig/viewform',popover="Click to log interest, we'll reach out when plan is available.",popover-placement='right',popover-trigger='mouseenter') Coming Soon
+ td
+ a.btn.btn-primary(href='https://docs.google.com/forms/d/12Jqj_8f3oQS0B3ZUHewHbK61uLjBdzBeB0zyEqB9lxM/viewform') Contact Us
\ No newline at end of file