summaryrefslogtreecommitdiff
path: root/views/about/_plans.ejs
blob: 16fb9c662bed6b85b40b9193ddcacb806c93b3d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
    <div class="about_plan planbox free_plan_info">
      <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 == plans.basic.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 == plans.pro.level) { ]]
					Current Level
        [[ } else if (user.plan_level < plans.pro.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.<br>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 custombox 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>