Skip to content

Commit 9117d6d

Browse files
committed
removed port descriptions
1 parent 999aa81 commit 9117d6d

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

frontend/public/data/years/2018.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const teamData = {
3535
},
3636
{
3737
name: "Marketing",
38-
description: "Promotes CSESoc on our social media as well as creating supplementary marketing material to engage our audience.",
38+
description: "",
3939
members: [
4040
{ name: "Celine Tye", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
4141
{ name: "Sheng An Zhang", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
@@ -65,7 +65,7 @@ export const teamData = {
6565
},
6666
{
6767
name: "Social Events",
68-
description: "Organises approachable events targeted towards building an inclusive and welcoming community, to help build long-lasting friendships!",
68+
description: "",
6969
members: [
7070
{ name: "Mark Sonnenschein", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
7171
{ name: "Sampath Somanchi", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },

frontend/public/data/years/2019.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const teamData = {
2727
portfolios: [
2828
{
2929
name: "Careers",
30-
description: "Facilitates industry sponsor relations, as well as creating events focused on interpersonal development and networking.",
30+
description: "",
3131
members: [
3232
{ name: "Sam Push", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
3333
{ name: "Sophia Lin", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
@@ -43,15 +43,15 @@ export const teamData = {
4343
},
4444
{
4545
name: "Marketing",
46-
description: "Promotes CSESoc on our social media as well as creating supplementary marketing material to engage our audience.",
46+
description: "",
4747
members: [
4848
{ name: "Amy Luo", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
4949
{ name: "Taiyue Tan", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
5050
],
5151
},
5252
{
5353
name: "Media",
54-
description: "Focuses on creating content for our CSESoc community and beyond to capture our diverse student voice.",
54+
description: "",
5555
members: [
5656
{ name: "Adrian Martinez", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
5757
{ name: "Mehri Amin", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
@@ -66,7 +66,7 @@ export const teamData = {
6666
},
6767
{
6868
name: "Social Events",
69-
description: "Organises approachable events targeted towards building an inclusive and welcoming community, to help build long-lasting friendships!",
69+
description: "",
7070
members: [
7171
{ name: "Selina Chua", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
7272
{ name: "Nathan Ellis", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },

frontend/public/data/years/2020.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const teamData = {
3131
portfolios: [
3232
{
3333
name: "Careers",
34-
description: "Facilitates industry sponsor relations, as well as creating events focused on interpersonal development and networking.",
34+
description: "",
3535
members: [
3636
{ name: "Evangeline Endacott", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
3737
{ name: "Low Khye Ean", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
@@ -49,31 +49,31 @@ export const teamData = {
4949
},
5050
{
5151
name: "Creative",
52-
description: "Lays the groundwork for CSESoc's aesthetic branding, providing an outlet for creative expression.",
52+
description: "",
5353
members: [
5454
{ name: "Elizabeth Zhong", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
5555
{ name: "Jia Min Guo", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
5656
],
5757
},
5858
{
5959
name: "Marketing",
60-
description: "Promotes CSESoc on our social media as well as creating supplementary marketing material to engage our audience.",
60+
description: "",
6161
members: [
6262
{ name: "Isaac Pamu Joshi", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
6363
{ name: "Jessica Feng", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
6464
],
6565
},
6666
{
6767
name: "Media",
68-
description: "Focuses on creating content for our CSESoc community and beyond to capture our diverse student voice.",
68+
description: "",
6969
members: [
7070
{ name: "Aditi Chandra", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
7171
{ name: "Clarence Shijun Feng", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
7272
],
7373
},
7474
{
7575
name: "Socials",
76-
description: "Organises approachable events targeted towards building an inclusive and welcoming community, to help build long-lasting friendships!",
76+
description: "",
7777
members: [
7878
{ name: "Frances Lee", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },
7979
{ name: "Van-Roy Trinh", role: PortfolioRole.DIRECTOR, imageUrl: "/images/members/blank-pfp.png" },

0 commit comments

Comments
 (0)