From c765475e78ad89d2e5a06cb28192904e032ce025 Mon Sep 17 00:00:00 2001
From: "Henine, Didou (UG - Computer Science)" <ah01567@surrey.ac.uk>
Date: Thu, 6 May 2021 20:31:37 +0200
Subject: [PATCH] added Dan s card

---
 src/pages/ContactUs.vue | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/src/pages/ContactUs.vue b/src/pages/ContactUs.vue
index f259bcc..5c439ae 100644
--- a/src/pages/ContactUs.vue
+++ b/src/pages/ContactUs.vue
@@ -73,7 +73,17 @@ h5 <center><b> Please feel free to contact one of our stakeholders: </b></center
     </q-card-section>
 </q-card>
 
-
+<q-card class="dan">
+    <q-img src="https://bootdey.com/img/Content/avatar/avatar1.png">
+    <div class="text-subtitle2 absolute-top text-center">
+        p Daniell Bow
+    </div>
+    </q-img>
+    <q-card-section> 
+        p <b> Emai </b>: 
+        p <b> Phone number </b>: 
+    </q-card-section>
+</q-card>
 
 </template>
 
-- 
GitLab