Copy Home and Demographics + Refactoring #167

Merged
snedadah merged 4 commits from richardshuai/copy-homedemo-refactor into main 2023-02-04 02:08:41 -05:00
1 changed files with 5 additions and 12 deletions
Showing only changes of commit 92407dd3b7 - Show all commits

View File

@ -3,6 +3,7 @@ import React from "react";
import { basePath } from "utils/getBasePath";
import { About } from "@/components/About";
import { BodyLink } from "@/components/BlankLink";
import { CenterWrapper } from "@/components/CenterWrapper";
import { Header } from "@/components/Header";
import { Sections } from "@/components/Sections";
@ -58,13 +59,9 @@ export default function Home() {
<p>
According to the{" "}
<b>
<a
href="https://uwaterloo.ca/institutional-analysis-planning/university-data-and-statistics/student-data/degrees-granted-0"
target="_blank"
rel="noreferrer"
>
<BodyLink href="https://uwaterloo.ca/institutional-analysis-planning/university-data-and-statistics/student-data/degrees-granted-0">
Institutional Analysis & Planning (IAP)
</a>
</BodyLink>
</b>
, there were a 613 graduates from CS, CFM, and CS/BBA, leading to a
overall survey turnout of 17%. By program, this is a 17% turnout
@ -78,13 +75,9 @@ export default function Home() {
population are reviewed and approved. The entirety of the survey
creation and data processing was done by the{" "}
<b>
<a
href="https://csclub.uwaterloo.ca"
target="_blank"
rel="noreferrer"
>
<BodyLink href="https://csclub.uwaterloo.ca">
UW Computer Science Club
</a>
</BodyLink>
</b>
, so please check us out if you enjoy what you see!
</p>