From ffbf7ca23fd7868cf4671c686b25cb5c9a4bf79b Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Fri, 24 May 2024 08:47:02 -0400 Subject: [PATCH 1/9] Removed old references to headlessUI listboxes --- 17th Website/src/views/users.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/17th Website/src/views/users.vue b/17th Website/src/views/users.vue index a9f9e90..81f014b 100644 --- a/17th Website/src/views/users.vue +++ b/17th Website/src/views/users.vue @@ -1,7 +1,5 @@ @@ -49,9 +30,9 @@ export default {
-

{{ memberName }}

-

{{ memberRank }}

-

{{ memberStatus }}

+

{{ user.name }}

+

{{ user.rank }}

+

{{ user.company }}

From 3d16fb86502cd5ead4b59b1dade3b155c2701e15 Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Sun, 26 May 2024 20:37:16 -0400 Subject: [PATCH 7/9] Added a simple concept for personnel files --- .../src/components/ProfilePage/personnel.vue | 49 +++++++++++++++++-- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/17th Website/src/components/ProfilePage/personnel.vue b/17th Website/src/components/ProfilePage/personnel.vue index 66f6588..548f7b8 100644 --- a/17th Website/src/components/ProfilePage/personnel.vue +++ b/17th Website/src/components/ProfilePage/personnel.vue @@ -1,5 +1,48 @@ - - \ No newline at end of file From 63b4e1dfc8f926b2c8f04b4215d791435a031f0d Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Sun, 26 May 2024 20:37:29 -0400 Subject: [PATCH 8/9] Added styling for h3 elements --- 17th Website/src/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/17th Website/src/style.css b/17th Website/src/style.css index 87a23e9..99d82e4 100644 --- a/17th Website/src/style.css +++ b/17th Website/src/style.css @@ -26,4 +26,11 @@ h2 { font-size: 40px; margin: 0px 0 0px 0px; +} + +h3 { + color: var(--white); + font-weight: 300; + font-size: 28px; + margin: 0px 0 0px 0px; } \ No newline at end of file From a268192c4456a83f2439f82140f1520f09d682a9 Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Sun, 26 May 2024 20:48:47 -0400 Subject: [PATCH 9/9] Badumm tiss --- 17th Website/src/components/ProfilePage/profileHeader.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/17th Website/src/components/ProfilePage/profileHeader.vue b/17th Website/src/components/ProfilePage/profileHeader.vue index 2c7fa0f..3003459 100644 --- a/17th Website/src/components/ProfilePage/profileHeader.vue +++ b/17th Website/src/components/ProfilePage/profileHeader.vue @@ -37,6 +37,8 @@ export default { +//wee woo wee woo +