summaryrefslogtreecommitdiff
path: root/views/about/brochure.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/about/brochure.ejs')
-rw-r--r--views/about/brochure.ejs113
1 files changed, 1 insertions, 112 deletions
diff --git a/views/about/brochure.ejs b/views/about/brochure.ejs
index 1dad763..855f897 100644
--- a/views/about/brochure.ejs
+++ b/views/about/brochure.ejs
@@ -16,72 +16,9 @@
<br><br>
</div>
- <div class="about_plan planbox">
- <h3>[[- plans.free.name ]]</h3>
- <ul>
- <li> [[- plans.free.stock_project_limit ]] exhibition with pre-designed template floor plan
- </ul>
- </div>
-
- <div class="about_plan planbox">
- <h3>[[- plans.basic.name ]]</h3>
- <ul>
- <li> $[[- plans.basic.monthly_price ]]/mo or $[[- plans.basic.yearly_price ]]/year
- <li> Comes with [[- plans.basic.basic_layout_limit ]] basic floor plan and [[- plans.basic.basic_project_limit ]] exhibitions
- <li> Each new basic floor plan costs $[[- plans.basic.basic_layout_monthly_price ]]/mo
- or $[[- plans.basic.basic_layout_yearly_price ]]/year, minimum 3 months
- <li> Each new floor plan can have up to [[- plans.basic.basic_project_limit ]] exhibitions
- <li> VValls logo appears when embedding an exhibition on a web page
- <li>
- [[ if (! logged_in) { ]]
- <button data-role="show-signup-modal">Sign Up</button>
- [[ } else if (! user.plan_level) { ]]
- <a href="https://vvalls.recurly.com/subscribe/basic-monthly/[[- user._id ]]/[[- user.username ]]"><button>Buy Now</button></a>
- [[ } else if (user.plan_level == plan.level) { ]]
- Current Level
- [[ } ]]
- </ul>
- </div>
-
- <div class="about_plan planbox">
- <h3>[[- plans.pro.name ]]</h3>
- <ul>
- <li> $[[- plans.pro.monthly_price ]]/mo or $[[- plans.pro.yearly_price ]]/year
- <li> Comes with [[- plans.pro.pro_layout_limit ]] pro floor plan and [[- plans.pro.pro_project_limit ]] exhibitions
- <li> Each new pro floor plan costs $[[- plans.pro.pro_layout_monthly_price ]]/mo
- or $[[- plans.pro.pro_layout_yearly_price ]]/year, minimum 3 months
- <li> Each new pro floor plan can have up to [[- plans.pro.pro_project_limit ]] exhibitions
- <li> Includes planning for 3D objects in the room
- <li> No VValls logo on embed
- <li>
- [[ if (! logged_in) { ]]
- <button data-role="show-signup-modal">Sign Up</button>
- [[ } else if (! user.plan_level) { ]]
- <a href="https://vvalls.recurly.com/subscribe/pro-monthly/[[- user._id ]]/[[- user.username ]]"><button>Buy Now</button></a>
- [[ } else if (user.plan_level == plan.level) { ]]
- Current Level
- [[ } else if (user.plan_level < plan.level) { ]]
- <a href="/profile/billing"><button>Upgrade Now</button></a>
- [[ } ]]
- </ul>
- </div>
-
- <div class="about_custom planbox miscbox">
- <ul>
- <li> Buying any extra floor plan unlocks collaboration. Invite an artist or curator to work on the exhibition with you.
- <li> Basic Floor plan: Rectangle-based design of any dimension.
- <li> Pro Floor plan: Trace an arbitrary floor plan from image.
- </ul>
- </div>
-
- <div class="about_custom planbox">
- <h3>Want Something Custom?</h3>
- <li> We offer customized white-label options for business and educational uses.
- <li> <a href="mailto:hello@vvalls.com">Contact us</a> for more information.
- </div>
+ [[ include _plans ]]
</div>
-
[[ include ../partials/confirm-modal ]]
[[ include ../projects/layouts-modal ]]
[[ include ../partials/sign-in ]]
@@ -91,51 +28,3 @@
</body>
[[ include ../partials/scripts ]]
</html>
-<style>
-/* nb these styles should be fixed for narrower screens/mobile layout */
-.about_plan {
- width: 28vw;
- margin: 2vw;
- float: left;
- min-height: 28vw;
- position: relative;
-}
-.about_plan button {
- position: absolute;
- bottom: 5%;
- left: 5%;
- width: 90%;
-}
-.about_custom {
- clear: both;
- width: 76vw;
- margin: 2vw 10vw;
-}
-.planbox {
- padding: 2vw;
- border: 1px solid #ddd;
- background: white;
- border-radius: 25px;
- font-size: 15px;
- line-height: 23px;
- text-align: center;
-}
-.planbox h3 {
- text-align: center;
- margin-bottom: 10px;
-}
-.about_plan ul {
- margin-bottom: 60px;
-}
-.planbox li {
- list-style-type: none;
- margin-bottom: 5px;
-}
-.planbox.miscbox {
- border: 0;
- background: #f8f8f8;
-}
-.about_custom a {
- border-bottom: 1px solid;
-}
-</style> \ No newline at end of file