Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 2f609b3

Browse files
committed
[pricing] Minor tweaks for Self-Hosted
1 parent 55609ba commit 2f609b3

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

src/components/Nav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ class Nav extends React.Component {
268268

269269
<ul className={`nav__items ${isNavRendered ? 'navIsRendered' : 'navIsNotRendered'}`} >
270270
<li className="nav__item"><Link activeClassName="active" to='/features/' className="link">Features</Link></li>
271-
<li className="nav__item"><Link activeClassName="active" to='/self-hosted/' className="link">Self-Hosted</Link></li>
272271
<li className="nav__item"><Link activeClassName="active" to='/pricing/' className="link">Pricing</Link></li>
272+
<li className="nav__item"><Link activeClassName="active" to='/self-hosted/' className="link">Self-Hosted</Link></li>
273273
<li className="nav__item">
274274
<DropDown
275275
title="Resources"

src/components/pricing/Business.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ const Styled = styled.div`
3535
const Business = () => (
3636
<Styled>
3737
<section className="business">
38-
<h2>Gitpod Self-Hosted</h2>
39-
<p>Unleash Developer Productivity. Use Gitpod as your dev environment and enjoy automated setups, better collaboration, higher code quality and a greater workflow.</p>
40-
<Link to="/self-hosted/" className="btn">Enterprise Solutions</Link>
38+
<h2>Self-Host Gitpod</h2>
39+
<p>Unleash Developer Productivity. Run your own Gitpod and enjoy automated setups, better collaboration, higher code quality and a more streamlined workflow.</p>
40+
<Link to="/self-hosted/" className="btn">Gitpod Self-Hosted</Link>
4141
</section>
4242
</Styled>
4343
)

src/components/pricing/PricingBoxes.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const selfHostedPlans: PricingBoxProps[] = [
4848
title: 'Small Teams',
4949
duration: 'For up to 5 users',
5050
img: <object role="presentation" tabIndex={-1} data={Cloud} />,
51-
features: ['Unlimited Use', 'Private & Public Repos', 'Admin dashboard'],
51+
features: ['Unlimited Use', 'Private & Public Repos', 'Admin Dashboard'],
5252
price: 'Free',
5353
btnText: 'Install Now',
5454
btnBackground: true,
@@ -57,9 +57,9 @@ const selfHostedPlans: PricingBoxProps[] = [
5757
{
5858
title: 'Professional Teams',
5959
img: <img alt='Rocket' src={Rocket} />,
60-
features: ['Unlimited Use', 'Private & Public Repos', 'Admin dashboard', '30-day free trial'],
61-
price: '20$',
62-
duration: 'Per user & month',
60+
features: ['Unlimited Use', 'Private & Public Repos', 'Admin Dashboard', '30-Day Free Trial'],
61+
price: <>20$ <span>/ month</span></>,
62+
duration: 'Per additional user',
6363
btnText: 'Contact Sales',
6464
link: '/contact/'
6565
}
@@ -91,7 +91,7 @@ const plans: PricingBoxProps[] = [
9191
btnText: 'Buy Now',
9292
btnBackground: true,
9393
link: 'https://gitpod.io/subscription/',
94-
subAction: <a href="https://gitpod.io/teams/" target="_blank" className="sub-action">Create Team <PopOver textPosition="bottom" description="Setup Gitpod for an entire team with a single invoice." /></a>
94+
subAction: <a href="https://gitpod.io/teams/" target="_blank" className="sub-action">Create Team<PopOver textPosition="bottom" description="Get your entire team onto Gitpod with a single invoice."/></a>
9595
},
9696
{
9797
title: 'Unlimited',
@@ -101,7 +101,7 @@ const plans: PricingBoxProps[] = [
101101
features: ['Private & Public Repos', <span className="span">16 Parallel Workspaces <PopOver description="The number of workspaces running at the same time." /></span>, <span className="span">1h Timeout <PopOver description="Workspaces without user activity are stopped after 1 hour." /></span>, <span className="span">3h Timeout Boost <PopOver description="You can manually boost the timeout to 3 hours within a running workspace." /></span>],
102102
btnText: 'Buy Now',
103103
link: 'https://gitpod.io/subscription/',
104-
subAction: <a href="https://gitpod.io/teams/" target="_blank" className="sub-action">Create Team <PopOver textPosition="bottom" description="Setup Gitpod for an entire team with a single invoice." /></a>
104+
subAction: <a href="https://gitpod.io/teams/" target="_blank" className="sub-action">Create Team<PopOver textPosition="bottom" description="Get your entire team onto Gitpod with a single invoice."/></a>
105105
}
106106
]
107107

src/components/self-hosted/SelfHostedPlans.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ const plans: SelfHostedPlanProps[] = [
4848
{
4949
title: 'Free',
5050
subtitle: 'For up to 5 users',
51-
features: ['Unlimited Hours', 'Private & Public Repos', 'Admin dashboard'],
51+
features: ['Unlimited Hours', 'Private & Public Repos', 'Admin Dashboard'],
5252
btnText: 'Install Now',
5353
href: '/docs/self-hosted/latest/self-hosted/'
5454
},
5555
{
56-
title: <>$20 <span>/month</span></>,
57-
subtitle: 'per user',
58-
features: ['Unlimited Hours', 'Private & Public Repos', 'Admin dashboard', '30-day free trial'],
56+
title: <>$20 <span>/ month</span></>,
57+
subtitle: 'Per additional user',
58+
features: ['Unlimited Hours', 'Private & Public Repos', 'Admin Dashboard', '30-Day Free Trial'],
5959
btnText: 'Contact Sales',
6060
href: '/contact/'
6161
}

src/pages/self-hosted.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const SelfHostedPage: React.SFC<{}> = () => (
4646
<Banner
4747
subtitle="Take Control of Your Source Code"
4848
title={<h1>
49-
Self-host Gitpod <br/> on Your Own Infrastructure.
49+
Self-Host Gitpod <br/> on Your Own Infrastructure.
5050
</h1>}
5151
linkPath="/self-hosted/#install"
5252
linkText="Install Now"

0 commit comments

Comments
 (0)