Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion src/app/(membership)/membership/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const Payment = () => {
</p>
<a
className="text-primary"
href="https://go.acm.illinois.edu/paid-member-guide"
href="https://acm.gg/paid-member-guide"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion src/app/(membership)/paid/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Paid = () => {
<p>
To get swipe access to the ACM room, please complete{' '}
<a
href="https://go.acm.illinois.edu/swipeaccess"
href="https://acm.gg/swipeaccess"
className="text-blue-500 hover:underline"
>
this form
Expand Down
125 changes: 98 additions & 27 deletions src/app/(open-house)/data/orgs_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"logo": "./img/open-house/logos/sigaidalogo.png",
"demo_time": null,
"type": "sig",
"links": [{ "text": "Discord", "link": "https://discord.gg/FUF3drS4Fd" }]
"links": [
{
"text": "Discord",
"link": "https://discord.gg/FUF3drS4Fd"
}
]
},
"sigarch": {
"name": "SIGARCH",
Expand All @@ -14,8 +19,14 @@
"demo_time": "8:05 - 8:10 PM",
"type": "sig",
"links": [
{ "text": "Website", "link": "https://sigarch.net/" },
{ "text": "Discord", "link": "https://discord.gg/Mx8R389hWz" }
{
"text": "Website",
"link": "https://sigarch.net/"
},
{
"text": "Discord",
"link": "https://discord.gg/Mx8R389hWz"
}
]
},
"sigchi": {
Expand All @@ -25,8 +36,14 @@
"demo_time": null,
"type": "sig",
"links": [
{ "text": "Website", "link": "https://sigarch.net/" },
{ "text": "Discord", "link": "https://discord.gg/Mx8R389hWz" }
{
"text": "Website",
"link": "https://sigarch.net/"
},
{
"text": "Discord",
"link": "https://discord.gg/Mx8R389hWz"
}
]
},
"sigecom": {
Expand All @@ -36,7 +53,10 @@
"demo_time": null,
"type": "sig",
"links": [
{ "text": "Website", "link": "https://go.acm.illinois.edu/ecom_discord" }
{
"text": "Website",
"link": "https://acm.gg/ecom_discord"
}
]
},
"gamebuilders": {
Expand Down Expand Up @@ -107,7 +127,7 @@
},
{
"text": "Discord",
"link": "http://go.acm.illinois.edu/icpc_discord"
"link": "http://acm.gg/icpc_discord"
}
]
},
Expand All @@ -124,7 +144,7 @@
},
{
"text": "Discord",
"link": "http://go.acm.illinois.edu/sigmusic_discord"
"link": "http://acm.gg/sigmusic_discord"
}
]
},
Expand Down Expand Up @@ -167,7 +187,7 @@
"links": [
{
"text": "Discord",
"link": "https://go.acm.illinois.edu/sigplan_discord"
"link": "https://acm.gg/sigplan_discord"
}
]
},
Expand Down Expand Up @@ -239,16 +259,21 @@
}
]
},

"hack": {
"name": "HackIllinois",
"description": "HackIllinois is the premier student-run hackathon at the University of Illinois at Urbana-Champaign. Each spring, HackIllinois hosts nearly a thousand students who work together for a weekend to learn new skills and technologies to create innovative hacks such as websites, mobile apps, and many more!",
"logo": "./img/open-house/logos/hackillinoislogo.png",
"demo_time": "7:35 - 7:40 PM",
"type": "committee",
"links": [
{ "text": "Website", "link": "https://www.hackillinois.org/" },
{ "text": "Linktree", "link": "https://linktr.ee/hackillinois" }
{
"text": "Website",
"link": "https://www.hackillinois.org/"
},
{
"text": "Linktree",
"link": "https://linktr.ee/hackillinois"
}
]
},
"rp": {
Expand All @@ -258,7 +283,10 @@
"demo_time": null,
"type": "committee",
"links": [
{ "text": "Website", "link": "https://reflectionsprojections.org/" },
{
"text": "Website",
"link": "https://reflectionsprojections.org/"
},
{
"text": "Registration",
"link": "https://reflectionsprojections.org/register"
Expand All @@ -272,8 +300,14 @@
"demo_time": null,
"type": "committee",
"links": [
{ "text": "Website", "link": "https://infra.acm.illinois.edu/" },
{ "text": "Discord", "link": "https://discord.gg/f29bq5Byd5" }
{
"text": "Website",
"link": "https://infra.acm.illinois.edu/"
},
{
"text": "Discord",
"link": "https://discord.gg/f29bq5Byd5"
}
]
},
"marketing": {
Expand All @@ -283,7 +317,10 @@
"demo_time": null,
"type": "committee",
"links": [
{ "text": "Instagram", "link": "https://www.instagram.com/acm.uiuc/" },
{
"text": "Instagram",
"link": "https://www.instagram.com/acm.uiuc/"
},
{
"text": "Application Form",
"link": "https://docs.google.com/forms/d/e/1FAIpQLScFNpxaLqDttORoCirmNHPukUqoZiYxMzNBTkaE-vX7hOIPJQ/viewform"
Expand All @@ -296,7 +333,12 @@
"logo": "./img/open-house/logos/social-logo.png",
"demo_time": null,
"type": "committee",
"links": [{ "text": "Discord", "link": "https://discord.gg/hZ8WwvFy6B" }]
"links": [
{
"text": "Discord",
"link": "https://discord.gg/hZ8WwvFy6B"
}
]
},
"corporate": {
"name": "Corporate",
Expand Down Expand Up @@ -357,7 +399,10 @@
"demo_time": null,
"type": "partner",
"links": [
{ "text": "Website", "link": "https://wcs.illinois.edu/" },
{
"text": "Website",
"link": "https://wcs.illinois.edu/"
},
{
"text": "Instagram",
"link": "https://www.instagram.com/illinoiswcs/"
Expand All @@ -371,7 +416,10 @@
"demo_time": null,
"type": "partner",
"links": [
{ "text": "Website", "link": "https://built-illinois.org/#/Home" },
{
"text": "Website",
"link": "https://built-illinois.org/#/Home"
},
{
"text": "Instagram",
"link": "https://www.instagram.com/built_uiuc/"
Expand All @@ -385,7 +433,10 @@
"demo_time": null,
"type": "partner",
"links": [
{ "text": "Linktree", "link": "https://linktr.ee/wicys_illinois" }
{
"text": "Linktree",
"link": "https://linktr.ee/wicys_illinois"
}
]
},
"queercoded": {
Expand All @@ -394,7 +445,12 @@
"logo": "./img/open-house/logos/qc_bitmap.png",
"demo_time": null,
"type": "partner",
"links": [{"text": "Discord", "link": "https://discord.gg/47eqFA8Jcp"}]
"links": [
{
"text": "Discord",
"link": "https://discord.gg/47eqFA8Jcp"
}
]
},
"wyse": {
"name": "WYSE",
Expand All @@ -403,7 +459,10 @@
"type": "partner",
"logo": "./img/open-house/logos/wyse.png",
"links": [
{ "text": "Website", "link": "https://wyse.grainger.illinois.edu/" }
{
"text": "Website",
"link": "https://wyse.grainger.illinois.edu/"
}
]
},
"sail": {
Expand All @@ -413,7 +472,10 @@
"type": "partner",
"logo": "./img/open-house/logos/sail.png",
"links": [
{ "text": "Application Form", "link": "https://tinyurl.com/apply-sail-26" }
{
"text": "Application Form",
"link": "https://tinyurl.com/apply-sail-26"
}
]
},
"gwc": {
Expand All @@ -423,7 +485,10 @@
"type": "partner",
"logo": "./img/open-house/logos/gwc.png",
"links": [
{ "text": "Instagram", "link": "https://www.instagram.com/illinoisgwc/" }
{
"text": "Instagram",
"link": "https://www.instagram.com/illinoisgwc/"
}
]
},
"124h": {
Expand All @@ -433,7 +498,10 @@
"type": "partner",
"logo": "./img/open-house/logos/cs124h.png",
"links": [
{ "text": "Website", "link": "https://honors.cs124.org" }
{
"text": "Website",
"link": "https://honors.cs124.org"
}
]
},
"osai": {
Expand All @@ -443,7 +511,10 @@
"type": "partner",
"logo": "./img/open-house/logos/osai.png",
"links": [
{ "text": "Website", "link": "https://www.opensourceatillinois.com/" }
{
"text": "Website",
"link": "https://www.opensourceatillinois.com/"
}
]
}
}
}
2 changes: 1 addition & 1 deletion src/app/(resources)/resources/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const Resources = () => {
<p>
We value your experience and want to create the most supportive
and inclusive community possible. This anonymous{' '}
<ExtLink href="https://go.acm.illinois.edu/feedback">
<ExtLink href="https://acm.gg/feedback">
feedback form
</ExtLink>{' '}
is your opportunity to share your thoughts, concerns, or
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function Footer() {
<div className="flex flex-col gap-4 items-center">
<p className="text-2xl font-bold">Connect with ACM @ UIUC</p>
<div className="flex flex-col sm:flex-row gap-x-8 gap-y-4 items-center">
<NavLink href="https://go.acm.illinois.edu/discord">
<NavLink href="https://acm.gg/discord">
Discord
</NavLink>
<NavLink href="https://www.linkedin.com/company/acm-uiuc">LinkedIn</NavLink>
Expand Down
6 changes: 3 additions & 3 deletions src/components/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default function Hero({ upcomingEvents, eventsLoading }: HeroProps) {
<div className="flex flex-row gap-4">
<a
className="flex flex-col w-full sm:w-fit px-8 xl:ml-20 py-3 items-center text-primary text-center text-2xl rounded-full bg-surface-000 hover:bg-surface-150 transition-all"
href="https://go.acm.illinois.edu/donate"
href="https://acm.gg/donate"
title="Donate"
target="_blank"
rel="noopener noreferrer"
Expand All @@ -131,7 +131,7 @@ export default function Hero({ upcomingEvents, eventsLoading }: HeroProps) {
</a>
<a
className="flex flex-col p-3 items-center text-primary text-center rounded-full bg-surface-000 hover:bg-surface-150 transition-all"
href="https://go.acm.illinois.edu/discord"
href="https://acm.gg/discord"
title="Discord"
target="_blank"
rel="noopener noreferrer"
Expand Down Expand Up @@ -224,7 +224,7 @@ export default function Hero({ upcomingEvents, eventsLoading }: HeroProps) {
}
const url =
config['addCalendarLinks']['majorEvents'][
selectedCalPlatform
selectedCalPlatform
];
window.open(url, '_blank')?.focus();
}}
Expand Down
12 changes: 6 additions & 6 deletions src/utils/organizations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const OrganizationDataMapping: Record<OrganizationName, IOrgData> = {
'We are the premier data science organization at UIUC, inspiring students to reshape their perspective on data.',
links: [
{
link: 'https://go.acm.illinois.edu/aida_discord',
link: 'https://acm.gg/aida_discord',
text: 'Discord',
},
],
Expand Down Expand Up @@ -99,7 +99,7 @@ export const OrganizationDataMapping: Record<OrganizationName, IOrgData> = {
text: 'Website',
},
{
link: 'http://go.acm.illinois.edu/icpc_discord',
link: 'http://acm.gg/icpc_discord',
text: 'Discord',
},
],
Expand Down Expand Up @@ -148,7 +148,7 @@ export const OrganizationDataMapping: Record<OrganizationName, IOrgData> = {
text: 'Website',
},
{
link: 'http://go.acm.illinois.edu/sigmusic_discord',
link: 'http://acm.gg/sigmusic_discord',
text: 'Discord',
},
],
Expand Down Expand Up @@ -196,7 +196,7 @@ export const OrganizationDataMapping: Record<OrganizationName, IOrgData> = {
'Learn about the intersection of economics and computation. Open to all, regardless of background.',
links: [
{
link: 'https://go.acm.illinois.edu/ecom_discord',
link: 'https://acm.gg/ecom_discord',
text: 'Discord',
},
],
Expand All @@ -207,7 +207,7 @@ export const OrganizationDataMapping: Record<OrganizationName, IOrgData> = {
'Learn about the theory behind programming languages and type systems, and then make projects!',
links: [
{
link: 'https://go.acm.illinois.edu/sigplan_discord',
link: 'https://acm.gg/sigplan_discord',
text: 'Discord',
},
],
Expand Down Expand Up @@ -282,7 +282,7 @@ export const OrganizationDataMapping: Record<OrganizationName, IOrgData> = {
text: 'Website',
},
{
link: 'https://go.acm.illinois.edu/discord',
link: 'https://acm.gg/discord',
text: 'Discord',
},
],
Expand Down