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

Commit 031545d

Browse files
committed
pricing: Self Hosted FAQs update text styles in accordance to the mock-up.
1 parent 2ce3a5d commit 031545d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/components/pricing/SelfHostedFAQs.tsx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const StyledSelfHostedFAQs = styled.section`
4343

4444
const SelfHostedFAQs = () => (
4545
<StyledSelfHostedFAQs>
46-
<h2>Self-Hosted <strong>Pricing FAQ</strong></h2>
46+
<h2>Self-Hosted <strong>FAQ</strong></h2>
4747
<div className="faqs">
4848
<div className="faqs__container">
4949
<div>
@@ -64,7 +64,10 @@ const SelfHostedFAQs = () => (
6464
<div>
6565
<h3>What’s the difference between Cloud and Self-Hosted?</h3>
6666
<p>
67-
If you choose Gitpod Cloud, we will manage and host Gitpod in the cloud for you. This means minimal setup efforts for you and secure data storage in the cloud. Gitpod Cloud is be the best solution for teams who want to get started immediately and don’t want to spend time on setup efforts.', 'If you choose Gitpod Self-Hosted, you will manage and host Gitpod on your own instances. This means all data remains your infrastructure, as Gitpod can run behind corporate firewalls and on air-gapped networks. Gitpod Self-Hosted is the best solution for teams who want to keep full data control and don’t mind the additional setup efforts.
67+
If you choose <strong>Gitpod Cloud</strong>, we will manage and host Gitpod in the cloud for you. This means minimal setup efforts for you and secure data storage in the cloud. Gitpod Cloud is be the best solution for teams who want to get started immediately and don’t want to spend time on setup efforts.
68+
</p>
69+
<p>
70+
If you choose <strong>Gitpod Self-Hosted</strong>, you will manage and host Gitpod on your own instances. This means all data remains your infrastructure, as Gitpod can run behind corporate firewalls and on air-gapped networks. <strong>Gitpod Self-Hosted</strong> is the best solution for teams who want to keep full data control and don’t mind the additional setup efforts.
6871
</p>
6972
</div>
7073
</div>
@@ -78,13 +81,13 @@ const SelfHostedFAQs = () => (
7881
<div>
7982
<h3>How can I install Self-Hosted?</h3>
8083
<p>
81-
You can either install Gitpod Self-Hosted on Google Cloud Platform or on Vanilla Kubernetes. Enhanced support for AWS, Azure and OpenShift is coming soon. See <Link to="/docs/self-hosted/latest/self-hosted/">Self-Hosted Installation</Link> for more information.
84+
You can either install <strong>Gitpod Self-Hosted</strong> on <strong>Google Cloud Platform</strong> or on <strong>Vanilla Kubernetes</strong>. Enhanced support for <strong>AWS</strong>, <strong>Azure</strong> and <strong>OpenShift</strong> is coming soon. See <Link to="/docs/self-hosted/latest/self-hosted/">Self-Hosted Installation</Link> for more information.
8285
</p>
8386
</div>
8487
<div>
8588
<h3>How can I pay?</h3>
8689
<p>
87-
Currently, Gitpod Self-Hosted can only be purchased on request. Please <Link to="/contact">Contact Sales</Link> to receive an offer.
90+
Currently, <strong>Gitpod Self-Hosted</strong> can only be purchased on request. Please <Link to="/contact">Contact Sales</Link> to receive an offer.
8891
</p>
8992
<p>
9093
All our plans can be paid via Credit Card.

0 commit comments

Comments
 (0)