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

open PM and designer apps #119

Merged
merged 2 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ const ApplyProductDesigner: 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 designer application form will close on <u>11/1</u>.
</Typography>
<br />
<Typography variant="h5" gutterBottom>
What you'll be doing
</Typography>
Expand Down Expand Up @@ -150,7 +156,7 @@ const ApplyProductDesigner: React.FC = () => {
<Fade>
<CTA
disabled={false}
onClick="https://forms.gle/uZAWkn3sTvztaM2n7"
onClick="https://forms.gle/rCSgsPVCEAacZNqe6"
/>
</Fade>
</Grid>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ const ApplyProductManager: React.FC = () => {
<Grid item sm={7}>
<Fade>
<Box mb={5}>
{/* <Typography variant="h6" gutterBottom>
<Typography variant="h6" gutterBottom>
<b>Our application process for Spring 2025 is now open!</b>
<br />
The product manager application form will close on <u>11/1</u>.
</Typography>
<br /> */}
The PM application form will close on <u>11/1</u>.
</Typography>
<br />
<Typography variant="h5" gutterBottom>
What you'll be doing
</Typography>
Expand Down Expand Up @@ -136,7 +136,7 @@ const ApplyProductManager: React.FC = () => {
</li>
<li>Organized and forward thinking</li>
<li>
Experienced in working within an Agile development process
Interested in working within an Agile development process
</li>
<li>
A strong communicator who facilitates collaboration amongst
Expand Down
Loading