Skip to content

Commit

Permalink
Remove wave2
Browse files Browse the repository at this point in the history
  • Loading branch information
karnikaavelumani committed May 4, 2024
1 parent 3c6a1fe commit 8fdea2a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/routes/(site)/wave2/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,6 @@ export const TOOLS = {
};

export const POSITIONS: ClubPosition<keyof typeof TOOLS>[] = [
{
title: 'Web Officer',
teamColor: 'var(--acm-general-rgb)',
qualifications: [
li('Passion for web development and open source projects'),
li('Open to learning new technologies'),
li('Ability to work in a team and to teach others'),
],
tools: ['Google Drive/Docs', 'Discord', 'GitHub'],
responsibilities: [
li('Work closely with the Webmaster to maintain the ACM website and OSS projects'),
li('Understand the Git workflow and be able to teach it to others'),
li('Attend weekly meetings and provide updates on projects'),
],
},
{
title: 'AI Officer',
teamColor: 'var(--acm-ai-rgb)',
Expand Down

0 comments on commit 8fdea2a

Please sign in to comment.