Add links to prof names, fix text
continuous-integration/drone/push Build is passing Details

This commit is contained in:
e26chiu 2023-02-15 16:23:08 -05:00
parent 4a2453f68b
commit 71b18eb487
5 changed files with 37 additions and 14 deletions

View File

@ -25,12 +25,12 @@ export function BottomNav(props: PagesInfo) {
>
{props.leftPage ? (
<div className={styles.subBox + " " + styles.subBoxLeft}>
<Link href={props.leftPage.url}>
<Link href={props.leftPage.url} scroll={true}>
<a>
<Arrow />
</a>
</Link>
<Link href={props.leftPage.url}>
<Link href={props.leftPage.url} scroll={true}>
<a className={styles.item + " " + styles.leftItem}>
{props.leftPage.name}
</a>
@ -39,10 +39,10 @@ export function BottomNav(props: PagesInfo) {
) : null}
{props.rightPage ? (
<div className={styles.subBox}>
<Link href={props.rightPage.url}>
<Link href={props.rightPage.url} scroll={true}>
<a className={styles.item}>{props.rightPage.name}</a>
</Link>
<Link href={props.rightPage.url}>
<Link href={props.rightPage.url} scroll={true}>
<a>
<Arrow isPointingRight />
</a>

View File

@ -327,7 +327,7 @@ export const I9 = [
"It takes a lot of work and patience",
"My understanding of dating and relationships got a lot more detailed. The reality takes a lot more work and emotional maturity.",
"I stopped simping",
"I didn't know that soul mates exist, but I guess I do now.",
"I didn't know that soulmates exist, but I guess I do now.",
"Learning to co-exist intimately with (an)other human being(s) is almost always difficult. However, if you can make it work, it is absolutely worth it.",
"I have become lost in the sauce",
"nill",
@ -337,9 +337,9 @@ export const I9 = [
"Much deeper understanding ",
"Communication is the most important things in a relationship. You gotta figure out how to get to the root of a problem in order to truly tackle it. Sometimes what people say isn't what they're actually concerned about. Also, people often don't understand you and they don't understand themselves.",
"I know I am not yet wanting to be in a relationship.",
"Hasnt",
"Hasn't",
"I've changed. ",
"tbh it hasnt",
"tbh it hasn't",
"I've become more understanding/open to long-distance relationships, especially after graduation since me and my partner are not living in the same city",
"I now understand relationships are different for everyone, and that there isn't a particular way to be in a relationship. As long as you are happy in your relationship, it is good for you and works for you.",
"Communication is very important",

View File

@ -229,9 +229,8 @@ export default function Academics() {
Coming in second place is{" "}
<BodyLink href="https://uwflow.com/course/cs348">CS 348</BodyLink>,
Introduction to Database Management, which has a 36% liked rating on
UWFlow. Some common complaints of these courses include
applicability to non-academic settings, organization of the course,
and how interesting the course content is.
UWFlow. Some common complaints of these courses include organization
of the course and how interesting the course content is.
</p>
}
noBackground
@ -303,7 +302,31 @@ export default function Academics() {
<ComponentWrapper
heading="Who is your favourite professor in all of UW?"
bodyText="The class of 2022 would like to give a shout out to Alice Gao, Carmen Bruni, Lesley Istead, and Brad Lushman as some of the best professors at UW! Go read their ratings on UWFlow! We would also like to give an honourable mention to every professor who has poured their passion into teaching. This has helped the CS Class of 2022 grow and succeed! You guys are all amazing! ❤️"
bodyText={
<p>
The class of 2022 would like to give a shout out to &nbsp;
<BodyLink href="https://uwflow.com/professor/alice_gao">
Alice Gao
</BodyLink>
,&nbsp;
<BodyLink href="https://uwflow.com/professor/carmen_bruni">
Carmen Bruni
</BodyLink>
,&nbsp;
<BodyLink href="https://uwflow.com/professor/lesley_istead">
Lesley Istead
</BodyLink>
, and&nbsp;
<BodyLink href="https://uwflow.com/professor/brad_lushman">
Brad Lushman
</BodyLink>
&nbsp; as some of the best professors at UW! Go read their ratings
UWFlow! We would also like to give an honourable mention to every
professor who has poured their passion into teaching. This has
helped the CS Class of 2022 grow and succeed! You guys are all
amazing!
</p>
}
align="right"
noBackground
>
@ -418,7 +441,7 @@ export default function Academics() {
<ComponentWrapper
heading="What program did you transfer from?"
bodyText="Most transfers came from Math and CFM. Math and CS share a lot of courses through the first year of the degree, which might have resulted in many of those students pursuing their passion for CS directly by transferring. CFM transfers may be due to students disliking the financial aspect of their origin."
bodyText="Most transfers came from Math and CFM. Math and CS share a lot of courses through the first year of the degree, which might have resulted in many of those students pursuing their passion for CS directly by transferring. CFM transfers may be due to students disliking the finance side of their degree."
noBackground
>
<BarGraphVertical data={A13i} {...barGraphProps(isMobile, pageWidth)} />

View File

@ -124,7 +124,7 @@ export default function Demographics() {
<ComponentWrapper
heading="Have you ever cheated on someone, been cheated on, or helped someone cheat?"
bodyText="14 out of 96 people have selected yes to having been involved in cheating."
bodyText="14 out of 96 people have selected yes to having been involved in cheating situations."
>
<div className={styles.graphContainer}>
<PieChart data={I5} {...pieChartProps(isMobile, pageWidth)} />

View File

@ -33,7 +33,7 @@ export default function Demographics() {
<Title>Post-grad</Title>
<SectionHeader
title="Post-grad"
subtitle="Further Computer Science Academic Journey"
subtitle="Furthering your Computer Science Academic Journey"
/>
<ComponentWrapper