Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spring 2025 dev apps #116

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading