10000 Remove subtitle by noahingh · Pull Request #15 · gitploy-io/gitploy-io.github.io · GitHub
[go: up one dir, main page]

Skip to content

Remove subtitle #15

8000 New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/components/HomepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const FeatureList = [
description: (
<>
Build the deployment system around <strong>GitHub deployment API</strong>.
Gitploy build the deployment system loosely coupled tooling without worrying about the implementation details of delivering different types of applications.
It enable a organization builds loosely coupled deployment system, without worrying about the implementation details of delivering different types of applications.
</>
),
},
Expand All @@ -19,7 +19,7 @@ const FeatureList = [
description: (
<>
<strong>Pipeline is configured with a simple, easy-to-read file</strong> that you commit to your git repository.
Gitploy build an advanced deployment pipeline from scratch in minutes.
It configures a deployment pipeline for each runtime environment in minutes.
</>
),
},
Expand All @@ -29,7 +29,7 @@ const FeatureList = [
description: (
<>
Deployment can be more dangerous than others and might need to be treated with extra care.
Gitploy has <strong>advanced features that help to deploy safely.</strong>
Gitploy has <strong>powerful features to deploy safely.</strong>
</>
),
},
Expand Down
3 changes: 1 addition & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ function HomepageHeader() {
<div className="row">
<div className="col col--6 col--offset-3">
<h1 className="hero__title">Builds your deployment system around GitHub.</h1>
<p className="hero__subtitle">Gitploy is the easiest way to build an advanced deployment system around GitHub in minutes.</p>
</div>
</div>
<div className={styles.buttons}>
<div className={clsx('margin-top--md', styles.buttons)}>
<Link
className="button button--primary button--lg margin-right--md"
to="/docs/">
Expand Down
0