Update Get Involved page membership instructions (#429)
continuous-integration/drone/push Build is passing Details

Previously, the instructions for "Online Term" on the Get Involved page would be open by default. This PR changes the instructions for "In Person" to be open by default.

There are also some other small wording changes on the Get Involved page.

Co-authored-by: Amy <a258wang@uwaterloo.ca>
Reviewed-on: #429
Reviewed-by: b38peng <b38peng@uwaterloo.ca>
This commit is contained in:
Amy Wang 2022-04-28 13:22:50 -04:00
parent 419a3dd3c6
commit af69b0ab98
2 changed files with 26 additions and 33 deletions

View File

@ -8,12 +8,12 @@ a bunch of ways you can join and help out.
### General Membership ### General Membership
<details> <details open>
<summary>In-person Term</summary> <summary>In-person</summary>
1. Drop by our office in **MC 3036/3037** with 1. Drop by our office in **MC 3036/3037** with
- your WatCard, and - your WatCard, and
- $2 membership fee for the term that you would like to pay for - $2 membership fee for the term that you would like to pay for
2. Sign our [Machine Usage Agreement](/resources/machine-usage-agreement) 2. Sign our [Machine Usage Agreement](/resources/machine-usage-agreement)
That's all! After your account has been created, you'll have access to all the That's all! After your account has been created, you'll have access to all the
@ -22,12 +22,13 @@ That's all! After your account has been created, you'll have access to all the
#### Membership Renewal #### Membership Renewal
Just drop by the office with $2 for each term which you wish to renew. Just drop by the office with $2 for each term which you wish to renew.
You do not need to bring your WatCard or sign the usage agreement again. You do not need to bring your WatCard or sign the machine usage agreement
again.
</details> </details>
<details open> <details>
<summary>Online Term</summary> <summary>Online</summary>
Email the CSC Systems Committee at Email the CSC Systems Committee at
[syscom@csclub.uwaterloo.ca](mailto:syscom@csclub.uwaterloo.ca) from your [syscom@csclub.uwaterloo.ca](mailto:syscom@csclub.uwaterloo.ca) from your
@ -36,28 +37,17 @@ University of Waterloo email address with the following:
1. a scan or photograph copy of your **WatCard**, 1. a scan or photograph copy of your **WatCard**,
2. your **WatIAM userid**, and 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). [Machine Usage Agreement](/resources/machine-usage-agreement).
<!--~~You will need to pay the membership fee of $2 through WUSA store.~~--> **Note: we no longer use Paypal to process memberships.**
We are currently working on an alternative solution for processing membership
MathSoc has waived membership fees for the Winter 2022 term, so just send syscom fees online. Please check back later!
an email and we'll be happy to register your CSC account for free this term.
#### Membership Renewal #### Membership Renewal
**Membership renewals for the Winter 2022 term are free.**
**Note: we no longer use Paypal to process memberships.** **Note: we no longer use Paypal to process memberships.**
We are currently working on an alternative solution for processing membership
For all other terms... fees online. Please check back later!
<!--<p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick"/>
<input type="hidden" name="hosted_button_id" value="9065852"/>
<button size="small" name="submit">Renew by PayPal</button>
</form>
</p>-->
Contact syscom to renew your membership for as many terms Contact syscom to renew your membership for as many terms
as you wish. You do not need to send us your WatCard or sign the usage as you wish. You do not need to send us your WatCard or sign the usage
@ -65,11 +55,11 @@ agreement again.
</details> </details>
### Executive Committees ### Organizing Committees
Are you interested in using your skills to get involved with CSC? We have Are you interested in using your skills to get involved with CSC and help make
committees covering everything from design to development, so no matter your an impact on our community? We have committees covering everything from design
interests, weve got a place for you. to development, so no matter your interests, weve got a place for you.
**CSC hires at the end of every term\***, so make sure to stay connected through **CSC hires at the end of every term\***, so make sure to stay connected through
social media to keep up to date on when applications open! social media to keep up to date on when applications open!
@ -89,13 +79,16 @@ social media to keep up to date on when applications open!
#### Systems Committee #### Systems Committee
- Maintaining all services that CSC provides which includes file share, DNS, - Maintaining all services that CSC provides which includes file share, DNS,
mail, configuration for IRC, Mattermost, Git hosting. mail, configuration for IRC, Mattermost, Git hosting.
- Managing mirrors used by large public organizations and thousands of people - Managing mirrors used by large public organizations and thousands of people
internationally. internationally.
Syscom is always looking for new members! If you'd like to join, just send an email to syscom@csclub.uwaterloo.ca containing a brief introduction about yourself and any experience you have with GNU/Linux. Syscom is always looking for new members! If you'd like to join, just send an
email to syscom@csclub.uwaterloo.ca containing a brief introduction about
yourself and any experience you have with GNU/Linux.
### Elected Roles ### 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 - President

View File

@ -17,8 +17,8 @@ export default function GetInvolved() {
<div className={styles.headerText}> <div className={styles.headerText}>
<h1>Get Involved!</h1> <h1>Get Involved!</h1>
<p> <p>
If youre interested in helping out with CS Club, dont hesitate to If youre interested in getting involved with CS Club, dont
get in touch with us! hesitate to get in touch with us!
</p> </p>
</div> </div>
<Image src="images/get-involved/codey.svg" className={styles.codey} /> <Image src="images/get-involved/codey.svg" className={styles.codey} />