diff --git a/src/components/project/ProjectCard.vue b/src/components/project/ProjectCard.vue
new file mode 100644
index 0000000..80859a1
--- /dev/null
+++ b/src/components/project/ProjectCard.vue
@@ -0,0 +1,133 @@
+
+
+
+
+
{{ project.name }}
+
+
+ {{ $t(statusLabel(project.status)) }}
+
+
+
+
+
{{ stripMd(project.description) }}
+
+
+
+
+
+
+ {{ t }}
+
+
+
+
+
+
+
diff --git a/src/views/Projects.vue b/src/views/Projects.vue
index 409ac39..8559cd3 100644
--- a/src/views/Projects.vue
+++ b/src/views/Projects.vue
@@ -138,38 +138,9 @@
-
+
-
-
-
-
{{ project.name }}
-
-
- {{ $t(statusLabel(project.status)) }}
-
-
-
-
-
{{ stripMd(project.description) }}
-
-
-
-
-
-
- {{ t }}
-
-
+
@@ -187,21 +158,17 @@