Skip to content

Commit

Permalink
change online to digital
Browse files Browse the repository at this point in the history
  • Loading branch information
derekxu04 committed Oct 18, 2024
1 parent f300b02 commit 7129678
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions frontend/public/data/portfolios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,22 @@ export const PORTFOLIOS: PortfolioData[] = [
},
],
},
{
name: "Digital",
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",
role: PortfolioRole.DIRECTOR,
imageUrl: "/images/members/blank-pfp.png",
},
{
name: "Brandon Tan",
role: PortfolioRole.DIRECTOR,
imageUrl: "/images/members/blank-pfp.png",
},
],
},
{
name: "Education",
description: "Teaches interesting technical skills to the community, whether that's through workshops, articles, or programs.",
Expand Down Expand Up @@ -200,22 +216,6 @@ export const PORTFOLIOS: PortfolioData[] = [
},
],
},
{
name: "Online",
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",
role: PortfolioRole.DIRECTOR,
imageUrl: "/images/members/blank-pfp.png",
},
{
name: "Brandon Tan",
role: PortfolioRole.DIRECTOR,
imageUrl: "/images/members/blank-pfp.png",
},
],
},
{
name: "Outreach",
description: "Creates inclusive and approachable events targeted towards overlooked and underrepresented students.",
Expand Down

0 comments on commit 7129678

Please sign in to comment.