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.ejs79
1 files changed, 79 insertions, 0 deletions
diff --git a/views/about/brochure.ejs b/views/about/brochure.ejs
new file mode 100644
index 0000000..00083cf
--- /dev/null
+++ b/views/about/brochure.ejs
@@ -0,0 +1,79 @@
+<!doctype html>
+<html>
+<head>
+ <title>VValls Subscriptions</title>
+ [[ include ../partials/meta ]]
+</head>
+<body class="loading">
+ <div class="rapper page">
+ [[ include ../partials/header ]]
+
+ <h1>Subscriptions</h1>
+
+ <div class="projectList about aboutintro">
+ <div class="inner">
+ Want to get more out of VValls? Consider becoming a subscription user.
+ </div>
+ </div>
+
+ <div>
+ <h3>[[- plans.free.name ]]</h3>
+ <ul>
+ <li> One exhibition with pre-designed template floor plan
+ </ul>
+ </div>
+
+ <div>
+ <h3>[[- plans.premium.name ]]</h3>
+ <ul>
+ <li> $[[- plans.premium.monthly_price ]]/mo or $[[- plans.premium.yearly_price ]]/year
+ <li> [[- plans.premium.stock_layout_project_limit ]] exhibitions included with pre-designed template floor plans
+ <li> Each new basic floor plan costs $[[- plans.premium.basic_layout_monthly_price ]]/mo
+ or $[[- plans.premium.basic_layout_yearly_price ]]/year, minimum 3 months
+ <li> Each new basic floor plan can have up to [[- plans.premium.basic_layout_project_limit ]] exhibitions
+ <li> VValls logo appears when embedding an exhibition on a web page
+ </ul>
+ </div>
+
+ <div>
+ <h3>[[- plans.pro.name ]]</h3>
+ <ul>
+ <li> $[[- plans.pro.monthly_price ]]/mo or $[[- plans.pro.yearly_price ]]/year
+ <li> Comes with [[- plans.premium.pro_layout_limit ]] pro floor plan and [[- plans.premium.pro_layout_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_layout_project_limit ]] exhibitions
+ <li> Includes planning for 3D objects in the room
+ <li> No VValls logo on embed
+ </ul>
+ </div>
+
+ <div>
+ Buying any extra floor plan unlocks collaboration. Invite an artist or curator to work on the exhibition with you.
+ </div>
+
+ <div>
+ Basic Floor plan: Rectangle-based design of any dimension.
+ </div>
+
+ <div>
+ Pro Floor plan: Trace an arbitrary floorplan.
+ </div>
+
+
+ <div>
+ <h3>Custom</h3>
+ We offer many types of customizations and white-label options for business and educational uses.
+ <a>Contact us</a> for more information
+ </div>
+
+
+ [[ include ../partials/confirm-modal ]]
+ [[ include ../projects/layouts-modal ]]
+ [[ include ../partials/sign-in ]]
+ [[ include ../partials/footer ]]
+
+ </div>
+</body>
+[[ include ../partials/scripts ]]
+</html>