From 813c6680a956e2014f93d4b5c2a8e6b628eca791 Mon Sep 17 00:00:00 2001 From: mikeploythai <54593375+mikeploythai@users.noreply.github.com> Date: Mon, 10 Jan 2022 01:07:47 -0800 Subject: [PATCH 1/2] added link to apply for 2022 board positions --- src/lib/constants/links.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/constants/links.ts b/src/lib/constants/links.ts index f590a6f80..2f3c666ab 100644 --- a/src/lib/constants/links.ts +++ b/src/lib/constants/links.ts @@ -10,4 +10,5 @@ export const links = { 'acm-w': 'https://sites.google.com/view/acm-w', devf21: 'https://docs.google.com/forms/d/e/1FAIpQLSe53VPrM1myjU_BQQYQCw9MXJb9VYlSQ0U_xe8SRUE-I8PnBw/viewform', + 'apply': 'https://forms.gle/ftVfaFJSoAvQJdHy9', } as const; From 790a126c72e71d5a8f2d1e7ef7c46fe72c335093 Mon Sep 17 00:00:00 2001 From: mikeploythai <54593375+mikeploythai@users.noreply.github.com> Date: Mon, 10 Jan 2022 01:16:09 -0800 Subject: [PATCH 2/2] added open positions link --- src/lib/constants/links.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/constants/links.ts b/src/lib/constants/links.ts index 2f3c666ab..7761d906a 100644 --- a/src/lib/constants/links.ts +++ b/src/lib/constants/links.ts @@ -10,5 +10,7 @@ export const links = { 'acm-w': 'https://sites.google.com/view/acm-w', devf21: 'https://docs.google.com/forms/d/e/1FAIpQLSe53VPrM1myjU_BQQYQCw9MXJb9VYlSQ0U_xe8SRUE-I8PnBw/viewform', - 'apply': 'https://forms.gle/ftVfaFJSoAvQJdHy9', + apply: 'https://forms.gle/ftVfaFJSoAvQJdHy9', + 'board-positions': + 'https://jn42.notion.site/Spring-2022-Open-Board-Positions-3bbf4851a9334b199b512bd5a5c4b5f7', } as const;