overleaf/services/web/app/views/subscriptions/plans.jade
Henry Oswald 57ad5e4182 - migrated event tracking to new pages/angular
- hooked up the search field on projects to search on keypress
2014-07-21 11:35:05 +01:00

210 lines
6.7 KiB
Text

extends ../layout
block content
.content-alt
.content.plans(ng-controller="PlansController")
.container
.row
.col-md-12
.page-header.centered.plans-header.text-centered
h1 Start Your 30-Day Free Trial Today
.row
.col-md-12
p.text-centered ShareLaTeX is the world's easiest to use LaTeX editor. You'll stay up to date with your collaborators, keep track of all changes to your work, and use our LaTeX environment from anywhere in the world.
.row(ng-cloak)
.col-md-12
ul.nav.nav-pills
li(ng-class="{'active': ui.view == 'monthly'}")
a(
href,
ng-click="switchToMonthly()"
) Monthly
li(ng-class="{'active': ui.view == 'annual'}")
a(
href
ng-click="switchToAnnual()"
) Annual
li(ng-class="{'active': ui.view == 'student'}")
a(
href,
ng-click="switchToStudent()"
) Half Price Student Plans
.row(ng-cloak)
.col-md-12
.card-group.text-centered(ng-if="ui.view == 'monthly' || ui.view == 'annual'")
.card
.card-header
h2 Personal
.circle Free
ul.list-unstyled
li Only one extra collaborator per<br/> project
li &nbsp;
li
br
a.btn.btn-primary(href="/register") Sign up now!
.card.highlighted
.card-header
h2 Collaborator
.circle
span(ng-if="ui.view == 'monthly'")
| $15
span.small / mo
span(ng-if="ui.view == 'annual'")
| $180
span.small / yr
ul.list-unstyled
li 10 extra collaborators per project
li Full document history
li Sync to Dropbox
li
br
a.btn.btn-primary(
ng-href="#{baseUrl}/user/subscription/new?planCode=collaborator{{ ui.view == 'annual' && '_annual' || ''}}", ng-click="signUpNowClicked('collaborator')"
) Sign up now!
.card
.card-header
h2 Professional
.circle
span(ng-if="ui.view == 'monthly'")
| $30
span.small / mo
span(ng-if="ui.view == 'annual'")
| $360
span.small / yr
ul.list-unstyled
li Unlimited collaborators per project
li Full document history
li Sync to Dropbox
li
br
a.btn.btn-primary(
ng-href="#{baseUrl}/user/subscription/new?planCode=professional{{ ui.view == 'annual' && '_annual' || ''}}", ng-click="signUpNowClicked('professional')"
) Sign up now!
.card-group.text-centered(ng-if="ui.view == 'student'")
.card
.card-header
h2 Personal
.circle Free
ul.list-unstyled
li Only one extra collaborator per<br/> project
li &nbsp;
li
br
a.btn.btn-primary(href="/register") Sign up now!
.card.highlighted
.card-header
h2 Student
.circle
span
| $8
span.small / mo
ul.list-unstyled
li 6 extra collaborators per project
li Full document history
li Sync to Dropbox
li
br
a.btn.btn-primary(
ng-href="#{baseUrl}/user/subscription/new?planCode=student", ng-click="signUpNowClicked('student')"
) Sign up now!
.card
.card-header
h2 Student (Annual)
.circle
span
| $80
span.small / yr
ul.list-unstyled
li 6 extra collaborators per project
li Full document history
li Sync to Dropbox
li
br
a.btn.btn-primary(
ng-href="#{baseUrl}/user/subscription/new?planCode=student_annual", ng-click="signUpNowClicked('student')"
) Sign up now!
.row(ng-cloak)
p.text-centered Choose the plan that works for you with our 30-day money-back guarantee. Cancel at any time.
.row
.col-md-12
.page-header.plans-header.plans-subheader.text-centered
h2 Enjoy all of these great features
.col-md-4
.card.features.text-centered
i.fa.fa-file-text-o.fa-5x
h4 Unlimited projects
p Create as much as you like.
.col-md-4
.card.features.text-centered
i.fa.fa-clock-o.fa-5x
h4 Full document history
p Never lose a step, we've got your back.
.col-md-4
.card.features.text-centered
i.fa.fa-dropbox.fa-5x
h4 Sync to Dropbox
p Access your projects everywhere.
.row(ng-if="ui.view == 'monthly' || ui.view == 'annual'", ng-cloak)
.col-md-12
.page-header.plans-header.plans-subheader.text-centered
h2 Group Plans
p Improve the workflow of your research group by using ShareLaTeX with everyone on your team
.row(ng-if="ui.view == 'monthly' || ui.view == 'annual'", ng-cloak)
.col-md-12
.card-group.text-centered
.card
.card-header
h2 Group
.circle
span(ng-if="ui.view == 'monthly'")
| $50
span.small / mo
span(ng-if="ui.view == 'annual'")
| $500
span.small / yr
ul.list-unstyled
li 5 group members
li.small All the advantages of the Professional account for each team member
li
br
a.btn.btn-primary(href="#{baseUrl}/user/subscription/new?planCode=group_5_members{{ ui.view == 'annual' && '_annual' || ''}}", ng-click="signUpNowClicked('group_5_members')") Sign up now!
.card.highlighted
.card-header
h2 Research Lab
.circle
span(ng-if="ui.view == 'monthly'")
| $90
span.small / mo
span(ng-if="ui.view == 'annual'")
| $900
span.small / yr
ul.list-unstyled
li 10 group members
li.small All the advantages of the Professional account for each team member
li
br
a.btn.btn-primary(href="#{baseUrl}/user/subscription/new?planCode=group_10_members{{ ui.view == 'annual' && '_annual' || ''}}", ng-click="signUpNowClicked('group_10_members')") Sign up now!
.card
.card-header
h2 Department
.circle
span(ng-if="ui.view == 'monthly'")
| $170
span.small / mo
span(ng-if="ui.view == 'annual'")
| $1700
span.small / yr
ul.list-unstyled
li 20 group members
li.small All the advantages of the Professional account for each team member
li
br
a.btn.btn-primary(href="#{baseUrl}/user/subscription/new?planCode=group_20_members{{ ui.view == 'annual' && '_annual' || ''}}", ng-click="signUpNowClicked('group_20_members')") Sign up now!