Skip to content

Commit

Permalink
Update pricing page with Enterprise Starter volume discounts (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
dadlerj committed Dec 3, 2018
1 parent 2872e69 commit bdc62ec
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions website/src/pages/pricing.tsx
Expand Up @@ -72,7 +72,6 @@ export default class Pricing extends React.Component<any, any> {
<div className="col-12 user-pricing">
<h2>Free</h2>
<h3>&nbsp;</h3>
<h4>Made for developers, priced for everyone</h4>
</div>
</div>
<div className="row">
Expand Down Expand Up @@ -121,14 +120,16 @@ export default class Pricing extends React.Component<any, any> {
<div className="col-12 user-pricing">
<h2>$4</h2>
<h3>/user /month</h3>
<h4>
Starts at $10 one-time for the first{' '}
<span className="text-nowrap">10 users</span>
</h4>
</div>
</div>
<div className="row">
<div className="col-12 features">
<a href="https://sourcegraph.com/user/subscriptions/new">
<p>$10 one-time for the first 10 users</p>
</a>
<a href="https://docs.sourcegraph.com/admin/subscriptions#volume-discounts">
<p>Volume discounts above 500 users</p>
</a>
<a href="#admin">
<p>SSO integration</p>
</a>
Expand All @@ -139,8 +140,6 @@ export default class Pricing extends React.Component<any, any> {
<p>Company-wide browser extension deployment via G Suite</p>
</a>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</div>
<div className="col-12 contact">
<a
Expand All @@ -166,7 +165,6 @@ export default class Pricing extends React.Component<any, any> {
<div className="col-12 user-pricing">
<h2>$19</h2>
<h3>/user /month</h3>
<h4>Empowering developers company wide</h4>
</div>
</div>
<div className="row">
Expand Down Expand Up @@ -212,7 +210,7 @@ export default class Pricing extends React.Component<any, any> {
<div className="col-xl-12 lg-12 pricing-true-up-notice">
If you exceed your licensed users over the term of your subscription,
Sourcegraph will true up your license at your next renewal. Learn more about{' '}
<a href="https://docs.sourcegraph.com/admin/subscriptions">
<a href="https://docs.sourcegraph.com/admin/subscriptions#true-up-pricing">
Sourcegraph's true-up pricing model
</a>
.
Expand Down

0 comments on commit bdc62ec

Please sign in to comment.