Show pointer cursor when hovering over dropdowns on Get Involved page #228

Merged
a258wang merged 3 commits from amy-get-involved-dropdown into main 2021-08-30 00:34:49 -04:00
5 changed files with 13 additions and 9 deletions

View File

@ -20,7 +20,7 @@ export function ConnectWithUs() {
<p> <p>
Send feedback through our{" "} 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> </p>
</section> </section>
); );

View File

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

View File

@ -1,6 +1,6 @@
**Everyone at the University of Waterloo is welcome to come to our events and to **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 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 vision of creating a supportive environment for all computing students, there's
a bunch of ways you can join and help out. 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**, 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).
#### Membership Renewal #### 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 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. 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 #### 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. - Builds and maintains the static website, updating content for events and news.
#### 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 1000s of people - Managing mirrors used by large public organizations and thousands of people
internationally. internationally.
### 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
- Vice-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 To find out when and where the next elections will be held, keep an
eye on on the <Link href="/#news">News</Link>. <br /> eye on on the <Link href="/#news">News</Link>. <br />
For details on the elections, read our For details on the elections, read our
<Link href="/about/constitution"> Constitution</Link> <Link href="/about/constitution"> Constitution</Link>.
</Bubble> </Bubble>
</div> </div>
</> </>

View File

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