Skip to content

Commit

Permalink
feat: added some integrations to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdavis committed Jul 17, 2024
1 parent fbf8b9f commit 4bfb0c9
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions apps/homepage2/app/projects/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,38 @@ export const metadata = {

export default function GettingStarted() {
const PROJECTS = [
{
name: 'Reactive Resume',
description:
'An open-source resume builder supporting JSON Resume schema with multiple templates.',
link: 'https://rxresu.me',
category: 'integration',
language: 'N/A',
},
{
name: 'Social Network',
description:
'A social network for developers to showcase their JSON Resume.',
link: 'https://www.social.network/',
category: 'integration',
language: 'N/A',
},
{
name: 'Resumake',
description:
'A web app that generates resumes based on JSON Resume schema.',
link: 'https://resumake.io',
category: 'integration',
language: 'N/A',
},
{
name: 'Standard Resume',
description:
'A web-based resume builder with support for importing JSON resumes.',
link: 'https://standardresume.co',
category: 'integration',
language: 'N/A',
},
{
name: 'JSON Resume Validator (PHP)',
description:
Expand Down Expand Up @@ -372,6 +404,7 @@ export default function GettingStarted() {
];

const categories = [
'integration',
'framework',
'validator',
'hosting',
Expand Down

0 comments on commit 4bfb0c9

Please sign in to comment.