Skip to content

Commit 18dfcfe

Browse files
committed
Structured data markup added
1 parent 3cda147 commit 18dfcfe

File tree

4 files changed

+38
-6
lines changed

4 files changed

+38
-6
lines changed

public/index.html

+32
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,38 @@
1414
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1515
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
1616
<title>Git Co Commit</title>
17+
<!-- JSON-LD markup generated by Google Structured Data Markup Helper. -->
18+
<script type="application/ld+json">
19+
{
20+
"@context": "http://schema.org",
21+
"@type": "SoftwareApplication",
22+
"name": "Git Co Commit",
23+
"image": "https://git-co-commit.github.io/static/media/gitcocommit.0ea576b8.webp",
24+
"url": "https://git-co-commit.github.io/#/",
25+
"author": {
26+
"@type": "Person",
27+
"name": "GokulnathP"
28+
},
29+
"offers": {
30+
"@type": "Offer",
31+
"price": "0"
32+
},
33+
"datePublished": "2020-08-26",
34+
"publisher": {
35+
"@type": "Organization",
36+
"name": "Npm"
37+
},
38+
"applicationCategory": "node package",
39+
"downloadUrl": "https://git-co-commit.github.io/#/get-started/installing-using-git-co-commit",
40+
"operatingSystem": "any",
41+
"requirements": "node, git",
42+
"softwareVersion": "v1.0.3",
43+
"review": {
44+
"@type": "Review",
45+
"reviewBody": "Commit with multiple authors in fast & simple way"
46+
}
47+
}
48+
</script>
1749
</head>
1850
<body>
1951
<noscript>You need to enable JavaScript to run this app.</noscript>

src/pages/Docs/Doc2.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ const Doc2 = () => {
1212
<div className={classes.Content}>
1313
<h1 className={classes.Title}>Why do we need pair programming?</h1>
1414
<p className={classes.Para}><b>Less bugs:</b> If the driver encounters a bug with the code, there will be two of them who’ll solve the problem. It will reduce the bugs in the overall product and it will result in better code.</p>
15-
<p className={classes.Para}><b>Improve interpersonal skills:</b> A pair programming involves a collaborative way of working which will improve a lot of communication and teamwork. Pair programming not only improves programming skills, but can also help programmers develop their interpersonal skills.</p>
16-
<p className={classes.Para}><b>Better knowledge sharing:</b> While a pair of developers work on the same code, help them to exchange the knowledge and accept certain best practices. Different experiences and perspectives will lead to the consideration of more alternatives.</p>
15+
<p className={classes.Para}><b>Improve interpersonal skills:</b>Pair programming involves a collaborative way of working which will improve a lot of communication and teamwork. Pair programming not only improves programming skills, but can also help programmers develop their interpersonal skills.</p>
16+
<p className={classes.Para}><b>Better knowledge sharing:</b> While a pair of developers work on the same code, it helps them to exchange their knowledge and accept certain best practices. Different experiences and perspectives will lead to the consideration of more alternatives.</p>
1717
<img className={[classes.Image, classes.ImageBorder].join(' ')} src={Pairing} alt="Pairing benefits" />
18-
<p className={classes.Para}>When one of the pair leaves the company m it will not kill the project, other in the pair will take it up and finish it. It is good to switch pairs frequently, which will lead everyone in the team up to date with the project.</p>
18+
<p className={classes.Para}>In a pair, when one of them leaves the project or the company, it will not kill the project. The others in the pair can always take it up and finish it. It is good to switch pairs frequently, to keep everyone working on the project up to date.</p>
1919
</div>
2020
<Buttons prevLink='/get-started/why-we-need-pair-programming' nextLink='/get-started/what-is-git-co-commit' />
2121
</>

src/pages/Docs/Doc8.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Doc8 = () => {
1515
<p className={classes.List}>2. os</p>
1616
<p className={classes.List}>3. prompt-sync</p>
1717
<p className={classes.Para}><b>child_process:</b> Used to execute the command on different terminals by using JavaScript programming. </p>
18-
<p className={classes.Para}><b>os:</b> Used to check the operating system the program is running.</p>
18+
<p className={classes.Para}><b>os:</b> Used to fetch the operating system the program is running.</p>
1919
<p className={classes.Para}><b>prompt-sync:</b> Used to get the input from the user. It is the external npm package we need to install separately. </p>
2020
</div>
2121
<Buttons prevLink="/references/co-authered-by-in-git-commit" nextLink="/references/concept-of-git-co-commit" />

src/pages/Home/Body2/Body2.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const Body2 = () => {
1414
return (
1515
<div className={classes.Body}>
1616
<div className={classes.Content}>
17-
<h1 className={classes.Heading}>Collabrate</h1>
18-
<p className={classes.Para}>Want to collabrate with code and improve the package, complete documentation of of code is available. Click below buttons to view documentation or start improving</p>
17+
<h1 className={classes.Heading}>Collaborate</h1>
18+
<p className={classes.Para}>Want to collaborate with code and improve the package? complete documentation of code is available. Click below buttons to view documentation or start improving</p>
1919
<div className={classes.Btns}>
2020
<Link to='/references' className={[classes.Btn, classes.Start].join(' ')} >References</Link>
2121
<a href="https://github.com/git-co-commit/git-co-commit" target="_blank" rel="noopener noreferrer" className={[classes.Btn, classes.Download].join(' ')} >

0 commit comments

Comments
 (0)