Skip to content

Commit 01b0117

Browse files
authored
[F25] - Added my half of headshots and opened applications (#238)
* opened applications and added new project teams * updated role questions and added craft team * added my project team headshots * fixed undefined img for people without headshots * added community team headshots * addd unique ids to role questions * fix unique ids
1 parent 05a0191 commit 01b0117

File tree

3 files changed

+815
-1761
lines changed

3 files changed

+815
-1761
lines changed

constants/applications.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import dayjs from "@utils/dayjs";
55
* Format: YYYY-MM-DD HH:MM:SS
66
*/
77
export const APPLICATION_OPEN_DATETIME = dayjs.tz(
8-
"2025-07-10 00:00:00",
8+
"2025-10-30 00:00:00",
99
"America/Toronto",
1010
);
1111

@@ -14,7 +14,7 @@ export const APPLICATION_OPEN_DATETIME = dayjs.tz(
1414
* Format: YYYY-MM-DD HH:MM:SS
1515
*/
1616
export const APPLICATION_CLOSE_DATETIME = dayjs.tz(
17-
"2025-07-22 23:59:59",
17+
"2025-11-14 23:59:59",
1818
"America/Toronto",
1919
);
2020

@@ -25,16 +25,16 @@ export const APPLICATION_CLOSE_DATETIME_WITH_GRACE_PERIOD =
2525
* Date that invites are sent out for interviews
2626
* Format: MMM DD
2727
*/
28-
export const INVITE_DATE = "the end of July";
28+
export const INVITE_DATE = "the end of November";
2929

3030
/**
3131
* Final decision date
3232
* Format: MMM DD
3333
*/
34-
export const FINAL_DECISION_DATE = "the middle of August";
34+
export const FINAL_DECISION_DATE = "the middle of December";
3535

3636
// Term Blueprint is currently recruiting for (1 term after the current term)
37-
export const APPLICATION_TERM = "Fall 2025";
37+
export const APPLICATION_TERM = "Winter 2026";
3838

3939
// URL of application page
4040
export const APPLICATION_LINK = "/apply";

0 commit comments

Comments
 (0)