Skip to content

Commit 97ff96a

Browse files
committed
Reopening apps for F24
1 parent 816d1fd commit 97ff96a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/content/apply.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ export const content = {
33
{
44
title: 'Software Developer',
55
description: 'Work alongside other developers in a team to design, implement, and review code for a product. Ensure smooth feature integration and deliver exceptional solutions.',
6-
applicationLink: 'https://forms.gle/nZR43PcqQNQbgtCg8'
6+
applicationLink: 'https://forms.gle/TVg2a4Bj9GrW2vRs9'
77
},
88
{
99
title: 'Product Manager',
1010
description: 'Collaborate closely with clients to optimize their utilization of BUILD\'s services. Effectively convey client requirements to a team of developers.',
11-
applicationLink: 'https://forms.gle/hjPdzXopGWTWJY4m8'
11+
applicationLink: 'https://forms.gle/7vqive7mPPwaLLnX7'
1212
}
1313
],
1414
lookingFor: [

src/pages/apply.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import ParticleJSConfig from '../styles/particlejs_config.json';
1414

1515
export default function apply() {
1616

17-
const APPLICATIONS_OPEN = false;
17+
const APPLICATIONS_OPEN = true;
1818
const { roles, lookingFor, faqs } = content;
1919
const { xs } = useBreakpoint();
2020
const jumbotronHeightPx = 500;
@@ -53,7 +53,7 @@ export default function apply() {
5353
Roles at BUILD
5454
</h1>
5555
<p>
56-
The application window for spring 2024 has closed. Please check back in the fall for more opportunities to join our team.
56+
Applications for Fall 2024 are now open! Apply by 11:59PM on September 10.
5757
</p>
5858
</Col>
5959
</Row>

0 commit comments

Comments
 (0)