Skip to content

Commit 7129678

Browse files
committed
change online to digital
1 parent f300b02 commit 7129678

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

frontend/public/data/portfolios.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,22 @@ export const PORTFOLIOS: PortfolioData[] = [
7979
},
8080
],
8181
},
82+
{
83+
name: "Digital",
84+
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.",
85+
members: [
86+
{
87+
name: "Amy Tian",
88+
role: PortfolioRole.DIRECTOR,
89+
imageUrl: "/images/members/blank-pfp.png",
90+
},
91+
{
92+
name: "Brandon Tan",
93+
role: PortfolioRole.DIRECTOR,
94+
imageUrl: "/images/members/blank-pfp.png",
95+
},
96+
],
97+
},
8298
{
8399
name: "Education",
84100
description: "Teaches interesting technical skills to the community, whether that's through workshops, articles, or programs.",
@@ -200,22 +216,6 @@ export const PORTFOLIOS: PortfolioData[] = [
200216
},
201217
],
202218
},
203-
{
204-
name: "Online",
205-
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.",
206-
members: [
207-
{
208-
name: "Amy Tian",
209-
role: PortfolioRole.DIRECTOR,
210-
imageUrl: "/images/members/blank-pfp.png",
211-
},
212-
{
213-
name: "Brandon Tan",
214-
role: PortfolioRole.DIRECTOR,
215-
imageUrl: "/images/members/blank-pfp.png",
216-
},
217-
],
218-
},
219219
{
220220
name: "Outreach",
221221
description: "Creates inclusive and approachable events targeted towards overlooked and underrepresented students.",

0 commit comments

Comments
 (0)