Changed friends page alternating
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2023-02-15 01:53:06 -05:00
parent 7022f6b26d
commit 03c880e845
1 changed files with 4 additions and 4 deletions

View File

@ -84,7 +84,7 @@ export default function Demographics() {
<ComponentWrapper
heading="How many of your friendships were made after starting university?"
bodyText="For a lot of people, most or at least some friendships are made during university. This goes to show how university is an important point in life where people form their most valuable relationships!"
align="right"
align="left"
>
<BarGraphVertical
data={F12}
@ -122,7 +122,7 @@ export default function Demographics() {
<ComponentWrapper
heading="How often do you stay in touch with friends that you made during co-op?"
bodyText="Many people dont keep in touch with friends made during co-op. This makes sense as each co-op term only lasts a short period of time and a remote co-op experience can also affect friendships. It can also be difficult for many students to keep in touch afterwards due to the fact that interns can be from different programs and universities."
align="right"
align="left"
>
<div className={styles.graphContainer}>
<PieChart
@ -173,7 +173,7 @@ export default function Demographics() {
<ComponentWrapper
heading="What is the average size of your friend groups?"
bodyText="Our respondents friend groups typically consist of 3-4 people."
align="right"
align="left"
>
<BarGraphVertical
data={F10}
@ -222,7 +222,7 @@ export default function Demographics() {
<ComponentWrapper
heading="Where do you and your friends usually hang out on campus? "
bodyText="There are many buildings on campus for students to chill and hang out. Looking at our data, hanging out at someones residence seems to be the most popular option. It makes sense as having fun outside of school buildings enables people to take their mind off schoolwork. In addition, MC and DC are fairly popular spots since MC has a variety of club offices, computer labs, and classrooms for studying, while DC has a library where many students study."
align="right"
align="left"
>
<BarGraphVertical data={F14} {...barGraphProps(isMobile, pageWidth)} />
</ComponentWrapper>