Merge branch 'main' into j285he-add-term-type
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jared He 2022-01-11 17:34:34 -06:00
commit 5a87174b13
4 changed files with 21 additions and 1 deletions

View File

@ -0,0 +1,18 @@
---
name: 'CSC EOT Social'
short: 'Want to play some fun in-person games? Want to make some new friends? Join us for our first in-person social event, or join us for our online social event which is running at the same time!'
date: 'December 5 2021 18:00'
online: false
location: 'DC 1350 & DC 1351'
poster: 'images/events/2021/fall/EOT.png'
registerLink: https://bit.ly/csc-eot-event
---
📢 CSCs last event of the term is here! Come join us for our EOT event where we will be giving out many free bubble tea vouchers on attendance and talking about how to get involved in Winter 2022. 🎉 We will also be hosting online and in-person games.
✨ Stop by DC1350 / DC1351 from 6:00 - 8:00pm on December 5th! Our in-person and online events are running at the same time, so if youre not in Waterloo, be sure to head to our Discord at https://discord.gg/pHfYBCg.
Registration is required to attend our in-person event, since there is a maximum of 50 people.
📆 Event Date: Sunday, December 5th at 6:00 - 8:00pm ET at DC1350 / DC1351 or on our Discord.
👉 Register at https://bit.ly/csc-eot-event. Alternatively, you can also email us at exec@csclub.uwaterloo.ca to sign up.

View File

@ -3,4 +3,4 @@ name: Yanni Wang
role: Treasurer
---
Hi, I'm Yanni, a 2nd year CS student.
Hello! Im Yanni and Im a 2A CS student. As treasurer, I make sure that CSC has the funds to run all the amazing initiatives and events throughout the term. In my spare time I enjoy skateboarding, baking bread, and playing video games. If you see me on campus, dont hesitate to say hi :D

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

View File

@ -3,6 +3,7 @@ import React from "react";
import { Link } from "@/components/Link";
import { Table } from "@/components/Table";
import { Title } from "@/components/Title";
import { getCurrentTerm } from "@/lib/events";
import { getMembers, Member } from "@/lib/members";
import { Term, capitalize } from "@/utils";
@ -18,6 +19,7 @@ interface Props {
export default function Members(props: Props) {
return (
<>
<Title>Members</Title>
<h1>Members</h1>
<p>
{`The members for ${capitalize(props.term)} ${