Skip to content

Commit

Permalink
Fix committee links
Browse files Browse the repository at this point in the history
  • Loading branch information
yeadamk committed Nov 5, 2024
1 parent 05849ec commit 39db1be
Showing 1 changed file with 44 additions and 24 deletions.
68 changes: 44 additions & 24 deletions data/committees.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ export default [
platform: 'website',
link: 'https://icpc.uclaacm.com/',
},
{
platform: 'discord',
link: 'https://discord.gg/6pxWhttfs6',
},
{
platform: 'instagram',
link: 'https://www.instagram.com/icpc.ucla',
},
{
platform: 'facebook',
link: 'https://www.facebook.com/groups/ucla.icpc/',
Expand Down Expand Up @@ -161,14 +169,14 @@ export default [
// platform: 'website',
// link: 'https://design.uclaacm.com/',
// },
{
platform: 'facebook',
link: 'https://www.facebook.com/groups/acmdesign',
},
{
platform: 'instagram',
link: 'https://www.instagram.com/acmdesign.ucla',
},
{
platform: 'facebook',
link: 'https://www.facebook.com/groups/acmdesign',
},
],
infoCards: [
{
Expand Down Expand Up @@ -224,22 +232,26 @@ export default [
platform: 'website',
link: 'https://acmcyber.com/',
},
{
platform: 'website',
link: 'https://pbr.acmcyber.com/',
},
{
platform: 'website',
link: 'https://lac.tf',
},
{
platform: 'discord',
link: 'https://discord.gg/j9dgf2q',
},
{
platform: 'website',
link: 'https://pbr.acmcyber.com/',
platform: 'instagram',
link: 'https://www.instagram.com/uclacyber',
},
{
platform: 'twitter',
link: 'https://twitter.com/pbrucla',
},
{
platform: 'website',
link: 'https://lac.tf',
},
],
infoCards: [
{
Expand Down Expand Up @@ -290,14 +302,14 @@ export default [
platform: 'website',
link: 'https://teachla.uclaacm.com',
},
{
platform: 'facebook',
link: 'https://www.facebook.com/teachlaucla/',
},
{
platform: 'instagram',
link: 'https://www.instagram.com/acm.teachla/',
},
{
platform: 'facebook',
link: 'https://www.facebook.com/teachlaucla/',
},
],
infoCards: [
{
Expand Down Expand Up @@ -361,6 +373,10 @@ export default [
platform: 'website',
link: 'https://w.uclaacm.com',
},
{
platform: 'instagram',
link: 'https://www.instagram.com/uclaacmw',
},
{
platform: 'facebook',
link: 'https://www.facebook.com/groups/uclaacmw',
Expand Down Expand Up @@ -421,13 +437,17 @@ export default [
// link: null,
// },
{
platform: 'facebook',
link: 'https://www.facebook.com/groups/uclaacmai',
platform: 'discord',
link: 'https://discord.gg/QcU9AVW9hm',
},
{
platform: 'instagram',
link: 'https://www.instagram.com/acm_ai_ucla/',
},
{
platform: 'facebook',
link: 'https://www.facebook.com/groups/uclaacmai',
},
{
platform: 'twitter',
link: 'https://twitter.com/acm_ai_ucla',
Expand Down Expand Up @@ -497,14 +517,14 @@ export default [
platform: 'website',
link: 'https://cloud.uclaacm.com/',
},
{
platform: 'instagram',
link: 'https://www.instagram.com/acmcloud/',
},
{
platform: 'discord',
link: 'https://discord.gg/smE3pk5DsJ',
},
{
platform: 'instagram',
link: 'https://www.instagram.com/acmcloud/',
},
],
infoCards: [
{
Expand Down Expand Up @@ -610,6 +630,10 @@ export default [
platform: 'website',
link: 'https://hack.uclaacm.com',
},
{
platform: 'discord',
link: 'https://discord.gg/dUp8g8wgCv',
},
{
platform: 'instagram',
link: 'https://www.instagram.com/uclahack',
Expand All @@ -618,10 +642,6 @@ export default [
platform: 'facebook',
link: 'https://www.facebook.com/groups/acmhack',
},
{
platform: 'discord',
link: 'https://discord.gg/dUp8g8wgCv',
},
],
infoCards: [
{
Expand Down

0 comments on commit 39db1be

Please sign in to comment.