Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #58 from pBouillon/main
Browse files Browse the repository at this point in the history
feat: Add Pierre Bouillon's portfolio
  • Loading branch information
esthersoftwaredev authored Jul 11, 2024
2 parents c739e84 + fff8e08 commit e91ad34
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Binary file added public/images/projects/pbouillon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/server/routes/projects.get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,17 @@ export default defineEventHandler(() => [
threeD: false,
developer: "NG Rome",
},
{
name: "Pierre Bouillon's Portfolio",
imageSrc: "/images/projects/pbouillon.jpg",
url: "https://pbouillon.github.io",
category: "Personal Website",
version: "18.0.0",
versionGroup: "v15 and up",
analogVersion: "1.5.0",
uiLib: "Tailwind CSS",
pricing: "Free",
threeD: false,
developer: "Pierre Bouillon",
},
]);

0 comments on commit e91ad34

Please sign in to comment.