8000 Remove subtitle (#15) · gitploy-io/gitploy-io.github.io@4fa9793 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4fa9793

Browse files
author
Noah Lee
authored
Remove subtitle (#15)
1 parent 277d32a commit 4fa9793

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/components/HomepageFeatures.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const FeatureList = [
99
description: (
1010
<>
1111
Build the deployment system around <strong>GitHub deployment API</strong>.
12-
Gitploy build the deployment system loosely coupled tooling without worrying about the implementation details of delivering different types of applications.
12+
It enable a organization builds loosely coupled deployment system, without worrying about the implementation details of delivering different types of applications.
1313
</>
1414
),
1515
},
@@ -19,7 +19,7 @@ const FeatureList = [
1919
description: (
2020
<>
2121
<strong>Pipeline is configured with a simple, easy-to-read file</strong> that you commit to your git repository.
22-
Gitploy build an advanced deployment pipeline from scratch in minutes.
22+
It configures a deployment pipeline for each runtime environment in minutes.
2323
</>
2424
),
2525
},
@@ -29,7 +29,7 @@ const FeatureList = [
2929
description: (
3030
<>
3131
Deployment can be more dangerous than others and might need to be treated with extra care.
32-
Gitploy has <strong>advanced features that help to deploy safely.</strong>
32+
Gitploy has <strong>powerful features to deploy safely.</strong>
3333
</>
3434
),
3535
},

src/pages/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ function HomepageHeader() {
1515
<div className="row">
1616
<div className="col col--6 col--offset-3">
1717
<h1 className="hero__title">Builds your deployment system around GitHub.</h1>
18-
<p className="hero__subtitle">Gitploy is the easiest way to build an advanced deployment system around GitHub in minutes.</p>
1918
</div>
2019
</div>
21-
<div className={styles.buttons}>
20+
<div className={clsx('margin-top--md', styles.buttons)}>
2221
<Link
2322
className="button button--primary button--lg margin-right--md"
2423
to="/docs/">

0 commit comments

Comments
 (0)
0