Skip to content

Commit

Permalink
refactor: ♻️ update projects order
Browse files Browse the repository at this point in the history
  • Loading branch information
zedjarvis committed Sep 25, 2024
1 parent 63308dc commit 99621cc
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ const projects = ref<Project[]>([
opensource: true,
},
{
title: "HaftStudio Website",
image: "/images/portfolio.jpg",
url: "https://haftstudio-website.vercel.app",
body: "Simple, Modern, professional website made for a Design, Furniture and Build company. Still under developement.",
techStack: ["Vue.js", "Vuetify", "SCSS", "Typecript"],
},
{
title: "Pro-Manager.com",
image: "/images/portfolio3.png",
Expand All @@ -114,13 +120,6 @@ const projects = ref<Project[]>([
"Docker",
],
},
{
title: "HaftStudio Website",
image: "/images/portfolio.jpg",
url: "https://haftstudio-website.vercel.app",
body: "Simple, Modern, professional website made for a Design, Furniture and Build company. Still under developement.",
techStack: ["Vue.js", "Vuetify", "SCSS", "Typecript"],
},
]);

export { experiences, projects };

0 comments on commit 99621cc

Please sign in to comment.