Skip to content

Commit

Permalink
Add yne/resume project to page.js (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
yne authored Jul 22, 2024
1 parent cced4e3 commit 3d8e433
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/homepage2/app/projects/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ export const metadata = {

export default function GettingStarted() {
const PROJECTS = [
{
name: 'Friggeri Resume',
description:
'An open-source static webapp supporting JSON Resume, Markdown or gist URL and export to PDF using Browser Print dialog',
link: 'https://yne.fr/resume/',
category: 'integration',
language: 'Javascript',
},
{
name: 'Reactive Resume',
description:
Expand Down

0 comments on commit 3d8e433

Please sign in to comment.