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

Commit 7c2cc5f

Browse files
committed
small edits.
Fixes gitpod-io/website#854
1 parent a07cdff commit 7c2cc5f

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

src/components/gitpod-vs-codespaces/PowerComparison.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const PowerComparison = () => (
133133
<div className="bar bar--1">2 vCPU</div>
134134
<div className="bar bar--2">4GB RAM</div>
135135
</div>
136-
<span className="item__title">Codespaces</span>
136+
<span className="item__title">GitHub Codespaces</span>
137137
</div>
138138
<div className="item">
139139
<div className="bars">

src/components/gitpod-vs-codespaces/SpeedComparison.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const SpeedComparison = () => (
150150
</div>
151151
</div>
152152
<div className="item item--2">
153-
<h4>Codespaces</h4>
153+
<h4>GitHub Codespaces</h4>
154154
<div className="bar-container">
155155
<div className="bar bar--codespaces">
156156
<div className="bar--codespaces-1" title="Boot Environment & Load UI (> 5 min)">Load</div>

src/contents/gitpod-vs-codespaces.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ export const features: FeatureCardProps[] = [
2121
<p>
2222
<strong>Why wait for long builds when you can start coding immediately?</strong>
2323
</p>
24+
<p>
25+
More about <Link to="/blog/continuous-dev-environment-in-devops/">Continuous Dev Environments.</Link>
26+
</p>
2427
</>
2528
),
2629
Figure: SpeedComparison,
@@ -42,15 +45,15 @@ export const features: FeatureCardProps[] = [
4245
),
4346
Figure: PowerComparison,
4447
figFootnote: <>Compared resources for 100 active hours at $9/month. Last verified 25 Sep 2020. Sources: <Link to="/pricing/">Gitpod Pricing</Link>, <a href=
45-
"https://docs.github.com/en/free-pro-team@latest/github/developing-online-with-codespaces/about-billing-for-codespaces" target="_blank">Codespaces Pricing</a>.</>,
48+
"https://docs.github.com/en/free-pro-team@latest/github/developing-online-with-codespaces/about-billing-for-codespaces" target="_blank">GitHub Codespaces Pricing</a>.</>,
4649
},
4750
{
4851
id: 'open-source',
4952
title: <strong>Open-Source</strong>,
5053
text: (
5154
<>
5255
<p>
53-
<strong>Gitpod is open-source and thereby guarantees full transparency and flexibility</strong>
56+
<strong>Gitpod puts developers' interest first and thereby guarantees full transparency and flexibility. Integrate, don't dictate.</strong>
5457
</p>
5558
<ul className="text-list">
5659
<li>host Gitpod yourself on GCP, AWS, Azure or self-managed Kubernetes</li>

src/pages/gitpod-vs-codespaces.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,17 @@ const StyledGitpodVsCodespacesPage = styled.div`
6969
`
7070

7171
const GitpodVsCodespacesPage = () => (
72-
<IndexLayout title="Gitpod vs Codespaces" description="Experience Gitpod, the fast, resource-efficient, and open-source alternative to Codespaces.">
72+
<IndexLayout title="Gitpod vs GitHub Codespaces" description="Experience Gitpod, the fast, resource-efficient, and open-source alternative to GitHub Codespaces.">
7373
<StyledGitpodVsCodespacesPage>
7474
<section className="main">
7575
<div className="row">
7676
<div className="intro pattern">
7777
<h1 className="intro__title">
78-
<strong>Gitpod vs Codespaces</strong>
78+
<strong>Gitpod vs GitHub Codespaces</strong>
7979
</h1>
8080
<p>
81-
Experience Gitpod, the <a href="#fast">fast</a>, <a href="#resource-efficient">resource-efficient</a>, and{' '}
82-
<a href="#open-source">open-source</a> alternative to Codespaces.
81+
Gitpod is the <a href="#fast">faster</a>, <a href="#resource-efficient">more powerful</a>, and{' '}
82+
<a href="#open-source">open-source</a> platform that integrates with your individual stack.
8383
</p>
8484
</div>
8585
</div>
@@ -90,7 +90,7 @@ const GitpodVsCodespacesPage = () => (
9090
<section className="glance">
9191
<div className="row">
9292
<PricingTable
93-
title={<strong>Gitpod vs Codespaces at a Glance</strong>}
93+
title={<strong>Gitpod vs GitHub Codespaces at a Glance</strong>}
9494
styles={{ minWidth: '800px', borderCollapse: 'separate', borderSpacing: '2rem 0', margin: '0 auto', tableLayout: 'fixed' }}
9595
containerMaxWidthLarge={true}
9696
disableMarginBottom={true}
@@ -104,7 +104,7 @@ const GitpodVsCodespacesPage = () => (
104104
<h2>Gitpod</h2>
105105
</th>
106106
<th className="th__title">
107-
<h2>Codespaces</h2>
107+
<h2>GitHub Codespaces</h2>
108108
</th>
109109
</tr>
110110
</thead>

0 commit comments

Comments
 (0)