Skip to content

Commit 99621cc

Browse files
committed
refactor: ♻️ update projects order
1 parent 63308dc commit 99621cc

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

constants/index.ts

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ const projects = ref<Project[]>([
9595
opensource: true,
9696
},
9797
{
98+
title: "HaftStudio Website",
99+
image: "/images/portfolio.jpg",
100+
url: "https://haftstudio-website.vercel.app",
101+
body: "Simple, Modern, professional website made for a Design, Furniture and Build company. Still under developement.",
102+
techStack: ["Vue.js", "Vuetify", "SCSS", "Typecript"],
103+
},
98104
{
99105
title: "Pro-Manager.com",
100106
image: "/images/portfolio3.png",
@@ -114,13 +120,6 @@ const projects = ref<Project[]>([
114120
"Docker",
115121
],
116122
},
117-
{
118-
title: "HaftStudio Website",
119-
image: "/images/portfolio.jpg",
120-
url: "https://haftstudio-website.vercel.app",
121-
body: "Simple, Modern, professional website made for a Design, Furniture and Build company. Still under developement.",
122-
techStack: ["Vue.js", "Vuetify", "SCSS", "Typecript"],
123-
},
124123
]);
125124

126125
export { experiences, projects };

0 commit comments

Comments
 (0)