Show pointer cursor when hovering over dropdowns on Get Involved page (#228)
continuous-integration/drone/push Build is passing Details

Also fixed the punctuation inconsistencies that were bothering me.

Closes #199
Closes #219

Co-authored-by: Amy <a258wang@uwaterloo.ca>
Reviewed-on: #228
Reviewed-by: Aditya Thakral <a3thakra@csclub.uwaterloo.ca>
Co-authored-by: Amy <a258wang@csclub.uwaterloo.ca>
Co-committed-by: Amy <a258wang@csclub.uwaterloo.ca>
This commit is contained in:
Amy Wang 2021-08-30 00:34:48 -04:00
parent 9c6d5ccf16
commit bb4219a02b
5 changed files with 13 additions and 9 deletions

View File

@ -20,7 +20,7 @@ export function ConnectWithUs() {
<p>
Send feedback through our{" "}
<Link href="https://bit.ly/uwcsclub-feedback-form">Feedback Form</Link>
<Link href="https://bit.ly/uwcsclub-feedback-form">Feedback Form</Link>.
</p>
</section>
);

View File

@ -80,7 +80,7 @@ University of Waterloo <br />
Waterloo, ON N2L 3G1 <br />
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).
</address>

View File

@ -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

View File

@ -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 <Link href="/#news">News</Link>. <br />
For details on the elections, read our
<Link href="/about/constitution"> Constitution</Link>
<Link href="/about/constitution"> Constitution</Link>.
</Bubble>
</div>
</>

View File

@ -34,6 +34,10 @@
font-weight: 600;
}
.content summary {
cursor: pointer;
}
.content details > * {
padding-left: 1rem;
}