mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
converted plans page
This commit is contained in:
parent
5f8bb9ea1f
commit
43750e9cb6
1 changed files with 49 additions and 49 deletions
|
@ -7,11 +7,11 @@ block content
|
||||||
.row
|
.row
|
||||||
.col-md-12
|
.col-md-12
|
||||||
.page-header.centered.plans-header.text-centered
|
.page-header.centered.plans-header.text-centered
|
||||||
h1 Start Your 30-Day Free Trial Today!
|
h1 #{translate("start_30_day_trial")}
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.col-md-8.col-md-offset-2
|
.col-md-8.col-md-offset-2
|
||||||
p.text-centered ShareLaTeX is the world's easiest to use LaTeX editor. 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.
|
p.text-centered #{translate("sl_benefits_plans")}
|
||||||
|
|
||||||
.row(ng-cloak)
|
.row(ng-cloak)
|
||||||
.col-md-12
|
.col-md-12
|
||||||
|
@ -20,55 +20,55 @@ block content
|
||||||
a(
|
a(
|
||||||
href,
|
href,
|
||||||
ng-click="switchToMonthly()"
|
ng-click="switchToMonthly()"
|
||||||
) Monthly
|
) #{translate("monthly")}
|
||||||
li(ng-class="{'active': ui.view == 'annual'}")
|
li(ng-class="{'active': ui.view == 'annual'}")
|
||||||
a(
|
a(
|
||||||
href
|
href
|
||||||
ng-click="switchToAnnual()"
|
ng-click="switchToAnnual()"
|
||||||
) Annual
|
) #{translate("annual")}
|
||||||
li(ng-class="{'active': ui.view == 'student'}")
|
li(ng-class="{'active': ui.view == 'student'}")
|
||||||
a(
|
a(
|
||||||
href,
|
href,
|
||||||
ng-click="switchToStudent()"
|
ng-click="switchToStudent()"
|
||||||
) Half Price Student Plans
|
) #{translate("half_price_student")}
|
||||||
|
|
||||||
.row(ng-cloak)
|
.row(ng-cloak)
|
||||||
.col-md-12
|
.col-md-12
|
||||||
.card-group.text-centered(ng-if="ui.view == 'monthly' || ui.view == 'annual'")
|
.card-group.text-centered(ng-if="ui.view == 'monthly' || ui.view == 'annual'")
|
||||||
.card
|
.card
|
||||||
.card-header
|
.card-header
|
||||||
h2 Personal
|
h2 #{translate("personal")}
|
||||||
.circle Free
|
.circle #{translate("free")}
|
||||||
ul.list-unstyled
|
ul.list-unstyled
|
||||||
li Only one collaborator
|
li #{translate("one_collaborator")}
|
||||||
li
|
li
|
||||||
li
|
li
|
||||||
li
|
li
|
||||||
br
|
br
|
||||||
a.btn.btn-info(href="/register") Sign up now
|
a.btn.btn-info(href="/register") #{translate("sign_up_now")}
|
||||||
.card.highlighted
|
.card.highlighted
|
||||||
.card-header
|
.card-header
|
||||||
h2 Collaborator
|
h2 #{translate("collaborator")}
|
||||||
.circle
|
.circle
|
||||||
span(ng-if="ui.view == 'monthly'")
|
span(ng-if="ui.view == 'monthly'")
|
||||||
| $15
|
| $15
|
||||||
span.small /mo
|
span.small /mo
|
||||||
span(ng-if="ui.view == 'annual'")
|
span(ng-if="ui.view == 'annual'")
|
||||||
| $180
|
| $180
|
||||||
span.small/yr
|
span.small /yr
|
||||||
ul.list-unstyled
|
ul.list-unstyled
|
||||||
li
|
li
|
||||||
strong 10 collaborators per project
|
strong #{translate("collabs_per_proj", {collabcount:10})}
|
||||||
li Full document history
|
li #{translate("full_doc_history")}
|
||||||
li Sync to Dropbox
|
li #{translate("sync_to_dropbox")}
|
||||||
li
|
li
|
||||||
br
|
br
|
||||||
a.btn.btn-info(
|
a.btn.btn-info(
|
||||||
ng-href="#{baseUrl}/user/subscription/new?planCode=collaborator{{ ui.view == 'annual' && '-annual' || ''}}_free_trial", ng-click="signUpNowClicked('collaborator')"
|
ng-href="#{baseUrl}/user/subscription/new?planCode=collaborator{{ ui.view == 'annual' && '-annual' || ''}}_free_trial", ng-click="signUpNowClicked('collaborator')"
|
||||||
) Start Free Trial!
|
) #{translate("start_free_trial")}
|
||||||
.card
|
.card
|
||||||
.card-header
|
.card-header
|
||||||
h2 Professional
|
h2 #{translate("professional")}
|
||||||
.circle
|
.circle
|
||||||
span(ng-if="ui.view == 'monthly'")
|
span(ng-if="ui.view == 'monthly'")
|
||||||
| $30
|
| $30
|
||||||
|
@ -78,91 +78,91 @@ block content
|
||||||
span.small /yr
|
span.small /yr
|
||||||
ul.list-unstyled
|
ul.list-unstyled
|
||||||
li
|
li
|
||||||
strong Unlimited collaborators
|
strong #{translate("unlimited_collabs")}
|
||||||
li Full document history
|
li #{translate("full_doc_history")}
|
||||||
li Sync to Dropbox
|
li #{translate("sync_to_dropbox")}
|
||||||
li
|
li
|
||||||
br
|
br
|
||||||
a.btn.btn-info(
|
a.btn.btn-info(
|
||||||
ng-href="#{baseUrl}/user/subscription/new?planCode=professional{{ ui.view == 'annual' && '-annual' || ''}}_free_trial", ng-click="signUpNowClicked('professional')"
|
ng-href="#{baseUrl}/user/subscription/new?planCode=professional{{ ui.view == 'annual' && '-annual' || ''}}_free_trial", ng-click="signUpNowClicked('professional')"
|
||||||
) Start Free Trial!
|
) #{translate("start_free_trial")}
|
||||||
|
|
||||||
.card-group.text-centered(ng-if="ui.view == 'student'")
|
.card-group.text-centered(ng-if="ui.view == 'student'")
|
||||||
.card
|
.card
|
||||||
.card-header
|
.card-header
|
||||||
h2 Personal
|
h2 #{translate("personal")}
|
||||||
.circle Free
|
.circle #{translate("free")}
|
||||||
ul.list-unstyled
|
ul.list-unstyled
|
||||||
li Only one collaborator
|
li #{translate("one_collaborator")}
|
||||||
li
|
li
|
||||||
li
|
li
|
||||||
li
|
li
|
||||||
br
|
br
|
||||||
a.btn.btn-info(href="/register") Sign up now
|
a.btn.btn-info(href="/register") #{translate("sign_up_now")}
|
||||||
.card.highlighted
|
.card.highlighted
|
||||||
.card-header
|
.card-header
|
||||||
h2 Student
|
h2 #{translate("student")}
|
||||||
.circle
|
.circle
|
||||||
span
|
span
|
||||||
| $8
|
| $8
|
||||||
span.small /mo
|
span.small /mo
|
||||||
ul.list-unstyled
|
ul.list-unstyled
|
||||||
li
|
li
|
||||||
strong 6 collaborators per project
|
strong #{translate("collabs_per_proj", {collabcount:6})}
|
||||||
li Full document history
|
li #{translate("full_doc_history")}
|
||||||
li Sync to Dropbox
|
li #{translate("sync_to_dropbox")}
|
||||||
li
|
li
|
||||||
br
|
br
|
||||||
a.btn.btn-info(
|
a.btn.btn-info(
|
||||||
ng-href="#{baseUrl}/user/subscription/new?planCode=student_free_trial", ng-click="signUpNowClicked('student')"
|
ng-href="#{baseUrl}/user/subscription/new?planCode=student_free_trial", ng-click="signUpNowClicked('student')"
|
||||||
) Start Free Trial!
|
) #{translate("start_free_trial")}
|
||||||
.card
|
.card
|
||||||
.card-header
|
.card-header
|
||||||
h2 Student (Annual)
|
h2 #{translate("student")} (#{translate("annual")})
|
||||||
.circle
|
.circle
|
||||||
span
|
span
|
||||||
| $80
|
| $80
|
||||||
span.small /yr
|
span.small /yr
|
||||||
ul.list-unstyled
|
ul.list-unstyled
|
||||||
li
|
li
|
||||||
strong 6 collaborators per project
|
strong #{translate("collabs_per_proj", {collabcount:6})}
|
||||||
li Full document history
|
li #{translate("full_doc_history")}
|
||||||
li Sync to Dropbox
|
li #{translate("sync_to_dropbox")}
|
||||||
li
|
li
|
||||||
br
|
br
|
||||||
a.btn.btn-info(
|
a.btn.btn-info(
|
||||||
ng-href="#{baseUrl}/user/subscription/new?planCode=stud-ann_free_trial", ng-click="signUpNowClicked('student')"
|
ng-href="#{baseUrl}/user/subscription/new?planCode=stud-ann_free_trial", ng-click="signUpNowClicked('student')"
|
||||||
) Start Free Trial!
|
) #{translate("start_free_trial")}
|
||||||
|
|
||||||
.row(ng-cloak)
|
.row(ng-cloak)
|
||||||
p.text-centered Choose the plan that works for you with our 30-day free trial. Cancel at any time.
|
p.text-centered #{translate("start_free_trial")} #{translate("choose_plan_works_for_you")}
|
||||||
|
|
||||||
.row(ng-cloak)
|
.row(ng-cloak)
|
||||||
.col-md-8.col-md-offset-2
|
.col-md-8.col-md-offset-2
|
||||||
.alert.alert-info.text-centered
|
.alert.alert-info.text-centered
|
||||||
| Interested in using ShareLaTeX with a group, team or department wide account?
|
| #{translate("interested_in_group_licence")}
|
||||||
br
|
br
|
||||||
a(href, ng-click="openGroupPlanModal()") Get in touch for details!
|
a(href, ng-click="openGroupPlanModal()") #{translate("get_in_touch_for_details")}
|
||||||
|
|
||||||
script(type="text/ng-template", id="groupPlanModalTemplate")
|
script(type="text/ng-template", id="groupPlanModalTemplate")
|
||||||
.modal-header
|
.modal-header
|
||||||
h3 Group Plan Enquiry
|
h3 #{translate("group_plan_enquiry")}
|
||||||
.modal-body
|
.modal-body
|
||||||
form(name='form1', autocomplete='off', enctype='multipart/form-data', method='post', novalidate='', action='https://sharelatex.wufoo.com/forms/z7x3p3/#public', _lpchecked='1')
|
form(name='form1', autocomplete='off', enctype='multipart/form-data', method='post', novalidate='', action='https://sharelatex.wufoo.com/forms/z7x3p3/#public', _lpchecked='1')
|
||||||
.form-group
|
.form-group
|
||||||
label(for='Field9') Name
|
label(for='Field9') #{translate("name")}
|
||||||
input.form-control(name='Field9', type='text', value='', maxlength='255', tabindex='1', onkeyup='')
|
input.form-control(name='Field9', type='text', value='', maxlength='255', tabindex='1', onkeyup='')
|
||||||
|
|
||||||
.form-group
|
.form-group
|
||||||
label(for='Field11') Email
|
label(for='Field11') #{translate("email")}
|
||||||
input.form-control(name='Field11', type='email', spellcheck='false', value='', maxlength='255', tabindex='2')
|
input.form-control(name='Field11', type='email', spellcheck='false', value='', maxlength='255', tabindex='2')
|
||||||
|
|
||||||
.form-group
|
.form-group
|
||||||
label(for='Field12') University
|
label(for='Field12') #{translate("university")}
|
||||||
input.form-control(name='Field12', type='text', value='', maxlength='255', tabindex='3', onkeyup='')
|
input.form-control(name='Field12', type='text', value='', maxlength='255', tabindex='3', onkeyup='')
|
||||||
|
|
||||||
.form-group
|
.form-group
|
||||||
label(for='Field13') Position
|
label(for='Field13') #{translate("position")}
|
||||||
input.form-control(name='Field13', type='text', value='', maxlength='255', tabindex='4', onkeyup='')
|
input.form-control(name='Field13', type='text', value='', maxlength='255', tabindex='4', onkeyup='')
|
||||||
|
|
||||||
.form-group
|
.form-group
|
||||||
|
@ -176,19 +176,19 @@ block content
|
||||||
.row
|
.row
|
||||||
.col-md-12
|
.col-md-12
|
||||||
.page-header.plans-header.plans-subheader.text-centered
|
.page-header.plans-header.plans-subheader.text-centered
|
||||||
h2 Enjoy all of these great features
|
h2 #{translate("enjoy_these_features")}
|
||||||
.col-md-4
|
.col-md-4
|
||||||
.card.features.text-centered
|
.card.features.text-centered
|
||||||
i.fa.fa-file-text-o.fa-5x
|
i.fa.fa-file-text-o.fa-5x
|
||||||
h4 Unlimited projects
|
h4 #{translate("unlimited_projects")}
|
||||||
p Create as many projects as you need.
|
p #{translate("create_unlimited_projects")}
|
||||||
.col-md-4
|
.col-md-4
|
||||||
.card.features.text-centered
|
.card.features.text-centered
|
||||||
i.fa.fa-clock-o.fa-5x
|
i.fa.fa-clock-o.fa-5x
|
||||||
h4 Full document history
|
h4 #{translate("full_doc_history")}
|
||||||
p Never lose a step, we've got your back.
|
p #{translate("never_loose_work")}
|
||||||
.col-md-4
|
.col-md-4
|
||||||
.card.features.text-centered
|
.card.features.text-centered
|
||||||
i.fa.fa-dropbox.fa-5x
|
i.fa.fa-dropbox.fa-5x
|
||||||
h4 Sync to Dropbox
|
h4 #{translate("sync_to_dropbox")}
|
||||||
p Access your projects everywhere.
|
p #{translate("access_projects_anywhere")}
|
||||||
|
|
Loading…
Reference in a new issue