Skip to content

[CW2-53] Subcom display selection #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor grammatical edits
  • Loading branch information
Domin0de committed Oct 18, 2024
commit 7808dee66c55cd675a383f9b3cdde75337b0349d
10 changes: 5 additions & 5 deletions frontend/public/data/portfolios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const PORTFOLIOS: PortfolioData[] = [
},
{
name: "Education",
description: "Teaches interesting technical skills to the community, whether that's through workshops, articles or programs.",
description: "Teaches interesting technical skills to the community, whether that's through workshops, articles, or programs.",
members: [
{
name: "Alina Jin",
Expand All @@ -102,7 +102,7 @@ export const PORTFOLIOS: PortfolioData[] = [
},
{
name: "Events",
description: "Plan a diverse range of large-scale activities while focusing on creating an enjoyable and fun experiences for all participants!",
description: "Plans a diverse range of large-scale activities while focusing on creating an enjoyable and fun experiences for all participants!",
members: [
{
name: "Emma Nguyen",
Expand Down Expand Up @@ -144,7 +144,7 @@ export const PORTFOLIOS: PortfolioData[] = [
},
{
name: "IT",
description: "Oversees the development of the CSESoc's internal projects and infrastructure. Plays an active role in the technical aspects of our society.",
description: "Oversees the development of the CSESoc's internal projects and plays an active role in the technical aspects of our society.",
members: [
{
name: "Derek Xu",
Expand All @@ -160,7 +160,7 @@ export const PORTFOLIOS: PortfolioData[] = [
},
{
name: "Marketing",
description: "Promotes CSESoc on our social media as well as create supplementary marketing material to engage our audience.",
description: "Promotes CSESoc on our social media as well as creating supplementary marketing material to engage our audience.",
members: [
{
name: "Aaron Lee",
Expand Down Expand Up @@ -202,7 +202,7 @@ export const PORTFOLIOS: PortfolioData[] = [
},
{
name: "Online",
description: "Expands CSESoc's vibrant community into the virtual world. Includes running events online and managing our online spaces to make sure everyone feels welcomed in our community.",
description: "Expands CSESoc's vibrant community into the virtual world, running online events and managing our online spaces to make sure everyone feels welcomed in our community.",
members: [
{
name: "Amy Tian",
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/pages/about/execs-directors-subcoms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const ExecsDirectorsSubcommitteesPage = () => {
Execs are elected annually by CSE students at the end of the preceding year and Directors are selected by Execs.
</p>
<p className="text-xl my-5">
The CSESoc Executive and Director team for 2024 is:
The CSESoc Executive and Director team for 2024:
</p>
<div className="flex justify-center items-center">
<img src="/images/csesoc-team-2024.jpeg" alt="CSESoc Team 2024" width={700} height={700} />
Expand Down Expand Up @@ -45,7 +45,7 @@ const ExecsDirectorsSubcommitteesPage = () => {
<div>
<h2 className="text-xl font-semibold mb-2">Directors & Subcommitees</h2>
<p className="text-lg">
Subcommittees are the teams led by Directors that run CSESoc and its events to the benefit of all UNSW Computing students. Click to see the members of each!
Subcommittees are the teams led by Directors that run CSESoc and its events to the benefit of all UNSW Computing students. Click to see the directors of each team!
</p>
</div>

Expand Down
Loading