Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h1 align="center">JSON Resume</h1>

<p align="center">
<b>A community-driven open source initiative to create a JSON-based standard for resumes</b>
<b>A community-driven open-source initiative to create a JSON-based standard for resumes</b>
</p>

<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion apps/homepage2/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default async function Page() {
<div className="col-sm-12">
<h1>JSON Resume</h1>
<p>
The open source initiative to create a JSON-based standard for
The open-source initiative to create a JSON-based standard for
resumes. For developers, by developers.
</p>
<a href="/schema/" className="btn btn-red btn-big">
Expand Down
2 changes: 1 addition & 1 deletion apps/homepage2/app/schema/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function Schema() {
<div class="col-md-5">
<h4>What is it?</h4>
<p>
JSON Resume is a community driven open source initiative to create
JSON Resume is a community driven open-source initiative to create
JSON-based standard for resumes.
</p>
<h4>Why JSON?</h4>
Expand Down
2 changes: 1 addition & 1 deletion apps/registry/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export default async function Page() {
<span className="font-bold text-xl">JSON Resume</span>
</div>
<p className="text-gray-600 mb-4 max-w-md">
An open source initiative to create a JSON-based standard for
An open-source initiative to create a JSON-based standard for
resumes. Helping developers showcase their work and experience.
</p>
<div className="flex gap-4">
Expand Down
2 changes: 1 addition & 1 deletion apps/registry/pages/api/samples/resume.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const resume = {
'Tens of thousands of users',
],
summary:
"JSON Resume is a community driven open source initiative to create a JSON based standard for resumes. There is no reason why there can't be a common standard for writing a resume that can be extended with an ecosystem of open source tools.",
"JSON Resume is a community driven open-source initiative to create a JSON based standard for resumes. There is no reason why there can't be a common standard for writing a resume that can be extended with an ecosystem of open source tools.",
website: 'http://jsonresume.org',
pinned: true,
name: 'JSON Resume',
Expand Down