Skip to content

Commit

Permalink
Update featured experiences with a new experience
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbraksa committed Dec 17, 2024
1 parent ec6b56f commit b56e5b2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ export type Project = {
};

const projects: Project[] = [
{
title: "Voxgig",
techs: [
"Software consultancy & SaaS company, maintaining Seneca.js & building DevRel tools",
],
link: "https://voxgig.com",
},
{
title: "Gemography",
techs: ["Recruiting platform to connect startups with remote engineers."],
Expand Down

0 comments on commit b56e5b2

Please sign in to comment.