Skip to content

Update sponsors info #38

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 6 commits into from
Oct 18, 2024
Merged
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
change online to digital
  • Loading branch information
derekxu04 committed Oct 18, 2024
commit 712967884fae197e5c6e3805cdce9fd01b245b73
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
Loading