We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63308dc commit 99621ccCopy full SHA for 99621cc
constants/index.ts
@@ -95,6 +95,12 @@ const projects = ref<Project[]>([
95
opensource: true,
96
},
97
{
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
+ },
104
105
title: "Pro-Manager.com",
106
image: "/images/portfolio3.png",
@@ -114,13 +120,6 @@ const projects = ref<Project[]>([
114
120
"Docker",
115
121
],
116
122
117
- {
118
- title: "HaftStudio Website",
119
- 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"],
123
- },
124
]);
125
126
export { experiences, projects };
0 commit comments