Skip to content

Commit

Permalink
Reopening apps for F24
Browse files Browse the repository at this point in the history
  • Loading branch information
21pdavis committed Aug 24, 2024
1 parent 816d1fd commit 97ff96a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/content/apply.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ export const content = {
{
title: 'Software Developer',
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.',
applicationLink: 'https://forms.gle/nZR43PcqQNQbgtCg8'
applicationLink: 'https://forms.gle/TVg2a4Bj9GrW2vRs9'
},
{
title: 'Product Manager',
description: 'Collaborate closely with clients to optimize their utilization of BUILD\'s services. Effectively convey client requirements to a team of developers.',
applicationLink: 'https://forms.gle/hjPdzXopGWTWJY4m8'
applicationLink: 'https://forms.gle/7vqive7mPPwaLLnX7'
}
],
lookingFor: [
Expand Down
4 changes: 2 additions & 2 deletions src/pages/apply.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import ParticleJSConfig from '../styles/particlejs_config.json';

export default function apply() {

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

0 comments on commit 97ff96a

Please sign in to comment.