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

remove 2024 class #167

Merged
merged 3 commits into from
Jul 23, 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
8 changes: 1 addition & 7 deletions pages/programs/highschool/apply.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const HighschoolSignup: NextPage<HighschoolSignupProps> = ({ courses }) => {
<h1 className='dynamic-xl secondary'>Fall 2024</h1>
<h2 className='dynamic-h2 secondary'>Coding Camp Application</h2>
<p className='dynamic-txt'>
Open to rising sophomores, juniors, seniors, and 2024 grads
Open to sophomores, juniors, and seniors
<b> (Graduating classes of 2025, 2026, and 2027)</b>.
</p>
{/* Common meeting time */}
Expand Down Expand Up @@ -238,12 +238,6 @@ const HighschoolSignup: NextPage<HighschoolSignupProps> = ({ courses }) => {
{`The course is free for students attending public, parochial, or home school in New Orleans. If you don't fit that description, we may be able to partner with your school district to cover the cost, and if not, we offer discounted tuition to families paying privately.`}
</p>
<br />
<p>
{`If you go to school in a neighboring parish outside New Orleans, we may be running a
separate fall program in your school district. If this is the case, after you fill
out the application, we will let you know who to contact to apply for the
appropriate program.`}
</p>
</PlainCard>
</div>
<div className='hs-form'>
Expand Down
Loading