From bb4219a02b1f70bde644d1e9359cb72d4658250d Mon Sep 17 00:00:00 2001 From: Amy Date: Mon, 30 Aug 2021 00:34:48 -0400 Subject: [PATCH] Show pointer cursor when hovering over dropdowns on Get Involved page (#228) Also fixed the punctuation inconsistencies that were bothering me. Closes #199 Closes #219 Co-authored-by: Amy Reviewed-on: https://git.csclub.uwaterloo.ca/www/www-new/pulls/228 Reviewed-by: Aditya Thakral Co-authored-by: Amy Co-committed-by: Amy --- components/ConnectWithUs.tsx | 2 +- content/about/index.mdx | 2 +- content/get-involved.mdx | 12 ++++++------ pages/about/team.tsx | 2 +- pages/get-involved.module.css | 4 ++++ 5 files changed, 13 insertions(+), 9 deletions(-) diff --git a/components/ConnectWithUs.tsx b/components/ConnectWithUs.tsx index d32ab48e..40a842cb 100644 --- a/components/ConnectWithUs.tsx +++ b/components/ConnectWithUs.tsx @@ -20,7 +20,7 @@ export function ConnectWithUs() {

Send feedback through our{" "} - Feedback Form + Feedback Form.

); diff --git a/content/about/index.mdx b/content/about/index.mdx index 58290236..cda470e7 100644 --- a/content/about/index.mdx +++ b/content/about/index.mdx @@ -80,7 +80,7 @@ University of Waterloo
Waterloo, ON N2L 3G1
Canada -Our office phone number is [(519) 888-4567 x33870](tel:+15198884567,33870) +Our office phone number is [(519) 888-4567 x33870](tel:+15198884567,33870). diff --git a/content/get-involved.mdx b/content/get-involved.mdx index cf09520d..5ef48195 100644 --- a/content/get-involved.mdx +++ b/content/get-involved.mdx @@ -1,6 +1,6 @@ **Everyone at the University of Waterloo is welcome to come to our events and to use our resources!** Feel free to join our communities and chat with our -members. However, if you wanted to officially become a member or support our +members. However, if you want to officially become a member or support our vision of creating a supportive environment for all computing students, there's a bunch of ways you can join and help out. @@ -35,12 +35,12 @@ University of Waterloo email address with the following: 1. a scan or photograph copy of your **WatCard**, 2. your **WatIAM userid**, and -3. your acknowledgement of having read, understood, and agreeing with ourĀ  +3. your acknowledgement of having read, understood, and agreeing with our [Machine Usage Agreement](/resources/machine-usage-agreement). #### Membership Renewal -For this online term, you do not need to pay the $2 fee to renew your +For this online term (Spring 2021), you do not need to pay the $2 fee to renew your membership. We have extended the memberships of all members who had already previously paid for membership or have joined CS Club during an online term. @@ -62,18 +62,18 @@ social media to keep up to date on when applications open! #### Website Committee -- Creates functional and modern design for the CSC website. +- Creates functional and modern designs for the CSC website. - Builds and maintains the static website, updating content for events and news. #### Systems Committee - Maintaining all services that CSC provides which includes file share, DNS, mail, configuration for IRC, Mattermost, Git hosting. -- Managing mirrors used by large public organizations and 1000s of people +- Managing mirrors used by large public organizations and thousands of people internationally. ### Elected Roles -Each term the CSC holds elections to determine the executive council. +Each term, the CSC holds elections to determine the executive council: - President - Vice-President diff --git a/pages/about/team.tsx b/pages/about/team.tsx index 770b0e9e..6c4d0702 100644 --- a/pages/about/team.tsx +++ b/pages/about/team.tsx @@ -85,7 +85,7 @@ export default function Team({ execs, programme, website, systems }: Props) { To find out when and where the next elections will be held, keep an eye on on the News.
For details on the elections, read our - Constitution + Constitution. diff --git a/pages/get-involved.module.css b/pages/get-involved.module.css index 8620172f..6cc15303 100644 --- a/pages/get-involved.module.css +++ b/pages/get-involved.module.css @@ -34,6 +34,10 @@ font-weight: 600; } +.content summary { + cursor: pointer; +} + .content details > * { padding-left: 1rem; }