From cf8e86d259a53fea3ff7b0d74faa09c868c8a19d Mon Sep 17 00:00:00 2001 From: "Henine, Didou (UG - Computer Science)" <ah01567@surrey.ac.uk> Date: Thu, 6 May 2021 20:06:28 +0200 Subject: [PATCH] added marco s card --- src/pages/ContactUs.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/pages/ContactUs.vue b/src/pages/ContactUs.vue index 9f84a03..51e0cdc 100644 --- a/src/pages/ContactUs.vue +++ b/src/pages/ContactUs.vue @@ -25,7 +25,16 @@ h5 <center><b> Please feel free to contact one of our stakeholders: </b></center </q-card-section> </q-card> - +<q-card class="marco"> + <q-img src="https://bootdey.com/img/Content/avatar/avatar4.png"> + <div class="text-subtitle2 absolute-top text-center"> + p Marco Endrizzi + </div> + </q-img> + <q-card-section> + p <b> Emai </b>: + p <b> Phone number </b>: + </q-card-section> </q-card> </template> -- GitLab