From 9b8695eb5282f8b34ae780264fac83abd9e5bf08 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 24 Apr 2019 10:29:32 +0100 Subject: [PATCH] Add ProjectCard component --- src/App.vue | 26 +++++++++++--------------- src/components/ProjectCard.vue | 17 +++++++++++++++++ 2 files changed, 28 insertions(+), 15 deletions(-) create mode 100644 src/components/ProjectCard.vue diff --git a/src/App.vue b/src/App.vue index e92830a..ca166e6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -52,21 +52,7 @@ All Projects
-
-
-
-

Drupal Bristol

- -

accounts-partners

- - -
- -
- Europe (West 1) -
-
-
+
@@ -74,4 +60,14 @@ + + diff --git a/src/components/ProjectCard.vue b/src/components/ProjectCard.vue new file mode 100644 index 0000000..f1c32f3 --- /dev/null +++ b/src/components/ProjectCard.vue @@ -0,0 +1,17 @@ +