Skip to content

Commit

Permalink
spring 2025 dev apps (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
huang0h authored Oct 15, 2024
1 parent 3f89708 commit 555f418
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions apps/dotcom/src/app/pages/apply/developer/ApplyDeveloper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ const ApplyDeveloper: React.FC = () => {
<Grid item sm={7}>
<Fade>
<Box mb={5}>
<Typography variant="h6" gutterBottom>
<b>Our application process for Spring 2025 is now open!</b>
<br />
The application form will close on <u>10/28</u>.
</Typography>
<br />
<Typography variant="h5" gutterBottom>
What you'll be doing
</Typography>
Expand Down Expand Up @@ -126,10 +132,6 @@ const ApplyDeveloper: React.FC = () => {
and learns from their team while empowering the developers
around them.
</Typography>
<Typography variant="body1" gutterBottom className={classes.text}>
Our application process for Fall 2023 is pending. Stay tuned for
an update this Summer!
</Typography>
<Typography variant="body1" gutterBottom className={classes.text}>
<i>
Due to limitations imposed by Khoury college, we can only
Expand All @@ -154,6 +156,10 @@ const ApplyDeveloper: React.FC = () => {
engineer
</li>
<li>Passionate about helping the Boston community</li>
<li>
Takes initiative to identify opportunities for improvement
and drives projects forward
</li>
<li>A strong communicator who facilitates collaboration</li>
<li>
Interested in being a part of the entire product life cycle
Expand Down Expand Up @@ -189,7 +195,7 @@ const ApplyDeveloper: React.FC = () => {
<Fade>
<CTA
disabled={false}
onClick="https://forms.gle/mXw4WQY2ZGWVn6W77"
onClick="https://forms.gle/gPsBQ8hVtEit9eMm7"
/>
</Fade>
</Grid>
Expand Down

0 comments on commit 555f418

Please sign in to comment.