Skip to content

Commit

Permalink
Edit content of Apply page
Browse files Browse the repository at this point in the history
  • Loading branch information
leeaj8-uci committed Sep 22, 2023
1 parent 047b29c commit 6ddfd61
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/src/app/views/apply/Apply.css
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ html {
}

.ctc-apply-4-p {
width: min(50ch, 90vw);
width: min(60ch, 90vw);
margin-bottom: 1rem;
font-family: Inter;
font-size: 1.25rem;
Expand Down
17 changes: 16 additions & 1 deletion website/src/app/views/apply/Apply.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const Apply = () => {
>
We recruit new developers and designers at the beginning of every year!
Apply to join our team for the
&apos;23-24 school year- applications open <b>late September</b>.
&apos;23-24 school year- applications are <b>now open: apply below!</b>
</motion.p>
{/* <motion.div
className="ctc-apply-1-buttons"
Expand Down Expand Up @@ -300,6 +300,21 @@ const Apply = () => {
>
<VerticalTimeline timelineValues={timelineValues} />
</motion.div>
<motion.p
className="ctc-apply-4-p"
variants={animationConfigs.transformX(200, 200)}
transition={{
...transitionConfigs.spring(loaded ? 0.5 : 0.75, loaded ? 0 : 0.5),
damping: 15,
}}
{...animationStates.whileInView(true)}
>
If you&apos;d like to learn more, come meet us in person!
<ul>
<li><b>Anteater Involvement Fair</b>: Come meet the club at AIF! Learn about what it means to be a CTC member and pick up some CTC swag.</li>
<li><b>Recruitment Events</b>: Join us at recruitment events & socials to meet the club and see if CTC is the right fit for you.</li>
</ul>
</motion.p>
{/* <div className="ctc-apply-4-buttons">
<a
href={applicationLink}
Expand Down

0 comments on commit 6ddfd61

Please sign in to comment.