Skip to content

Commit

Permalink
Apply page restructure (#373)
Browse files Browse the repository at this point in the history
* Project member applications  (#372)

* Updated Exec Photo (#361)

* Update noteaid project pic

* Update content, add maintenance guide, and some file restructuring

* Update README.md

* Update apply page with info for upcoming academic year

* Update exec application date

* Update README.md

* Updated Mya's Picture

Co-authored-by: Niyousha Raeesinejad <59885733+Niyousha99@users.noreply.github.com>
Co-authored-by: Niyousha99 <niyousha.raeesinejad@ucalgary.ca>
Co-authored-by: Jhappy77 <joel.happ@shaw.ca>
Co-authored-by: Joel <45266424+Jhappy77@users.noreply.github.com>

* Close 2022-2023 PM Applications (#366)

* Updated team profiles for 2022-2023 (#368)

* Updated team profiles for 2022-2023

* Fixed profile alignment

* Open Exec Applications (VP External + Events) (#369)

Opened VP External + Jr VP Events Application

* Application Updates (#371)

* Closed exec applications

* Opened project member applications

Co-authored-by: Sahiti Akella <63627104+Sahitiakella@users.noreply.github.com>
Co-authored-by: Jhappy77 <joel.happ@shaw.ca>
Co-authored-by: Joel <45266424+Jhappy77@users.noreply.github.com>

* Apply page text

* Restructure Apply page for easier access to applications

Co-authored-by: Sahiti Akella <63627104+Sahitiakella@users.noreply.github.com>
Co-authored-by: Jhappy77 <joel.happ@shaw.ca>
Co-authored-by: Joel <45266424+Jhappy77@users.noreply.github.com>
  • Loading branch information
4 people authored Sep 20, 2022
1 parent 2cde1c2 commit 80d82a5
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 69 deletions.
2 changes: 1 addition & 1 deletion src/pages/ApplyPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ html {
text-transform: uppercase;
font-size: 1rem;
padding: 0.7em 1.5em;
margin: 1.5em auto;
/*background-color: #6aeb50; */
background-color: var(--primary-green, #6aeb50);
border-radius: 0.1em;
Expand Down Expand Up @@ -262,7 +263,6 @@ html {
.applyPage__container {
width: 100%;
height: 100%;
padding-bottom: 30px;
align-items: center;
background-color: rgb(32, 32, 32);
color: rgb(255, 255, 255);
Expand Down
130 changes: 62 additions & 68 deletions src/pages/ApplyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ const ApplyPage = () => {
animate={{ opacity: 1 }}
transition={{ delay: 1 }}
>
Application to join project teams will open on September 19th. Teams
will meet on Thursdays at 5:30 pm, at our weekly dev nights starting
October 13th. For more information, join our{" "}
Applications for project members are open! Teams will meet on
Thursdays at 5:30 pm, at our weekly dev nights starting October
13th. For more information, join our{" "}
{
<a href="https://discord.gg/Sxj5QrxRPk">
<b>
Expand Down Expand Up @@ -92,6 +92,65 @@ const ApplyPage = () => {
</div>
</div>
</div>
<div className="applyPage__projectExample">
<div className="applyPage__projectExampleText">
<h1>
Join a project to make new friends, gain new skills, and supercharge
your portfolio!
</h1>
</div>
<img src={projectExample} alt="The Tech Start website team" />
</div>

<div className="applyPage__container applyPage__applicationContainer">
<div className="applyPage__application">
<Blobbie
id={2}
width={290}
transform="translate(clamp(90vw, calc(5vw + 1rem), 40vw), 20%)"
edge={false}
/>
<Blobbie
id={3}
width={200}
transform="translate(clamp(-70vw, calc(5vw + 1rem), 40vw), -15%)"
edge={false}
/>

<h1 className="chonkyHeading chonkyHeading--dynamic chonkyHeading--lessMargin">
Applications
</h1>
<Divider />
<ul className="applyPage__applicationUL">
<ApplySection
role="Project Member"
description="Work and grow as a developer, business strategist, or designer.
Collaborate with team members on various platforms to build an exciting project for 1 academic year."
statusIsOpen={true}
closedStatus="Opens September 2022"
applicationLink="https://docs.google.com/forms/d/e/1FAIpQLScB5pRpZNwYsVQTU9spMb4SnclbepceMH3FhU43NOpuU2GCVg/viewform"
/>

<ApplySection
role="Project Manager"
description="Manage a project for 1 year and lead a team of 6-9
project members to create complex projects."
statusIsOpen={false}
closedStatus="Opens Spring 2023"
applicationLink="https://docs.google.com/forms/d/e/1FAIpQLScHj9FcIK4ApPqyMiXf_PLlQ43FpI7EB5gmz7SJFGczU9xIkg/viewform"
/>

<ApplySection
role="Executive Team"
description="Work behind the scenes for 1 academic year to organize project teams, run
workshops and events, and grow our club culture. Be a visionary that helps this club fulfill its goals!"
statusIsOpen={false}
closedStatus="Recruitment Finished"
applicationLink=""
/>
</ul>
</div>
</div>
<div className="applyPage__container applyPage__projectIntroContainer">
<div className="applyPage__projectIntroImg">
<Lottie options={applyPageTeamLottieOptions} />
Expand Down Expand Up @@ -206,71 +265,6 @@ const ApplyPage = () => {
information on unique roles is in our application!"
/>
</div>
<div className="applyPage__container applyPage__projectExample">
<div className="applyPage__projectExampleText">
<h1>
Join a project to make new friends, gain new skills, and
supercharge your portfolio!
</h1>
</div>
<img src={projectExample} alt="The Tech Start website team" />
</div>
<Blobbie
id={2}
width={130}
transform="translate(-30%, 70%)"
edge={false}
/>
</div>

<div className="applyPage__container applyPage__applicationContainer">
<div className="applyPage__application">
<Blobbie
id={2}
width={290}
transform="translate(clamp(90vw, calc(5vw + 1rem), 40vw), 20%)"
edge={false}
/>
<Blobbie
id={3}
width={200}
transform="translate(clamp(-70vw, calc(5vw + 1rem), 40vw), -15%)"
edge={false}
/>

<h1 className="chonkyHeading chonkyHeading--dynamic chonkyHeading--lessMargin">
Applications
</h1>
<Divider />
<ul className="applyPage__applicationUL">
<ApplySection
role="Project Member"
description="Work and grow as a developer, business strategist, or designer.
Collaborate with team members on various platforms to build an exciting project for 1 academic year."
statusIsOpen={true}
closedStatus="Opens September 2022"
applicationLink="https://docs.google.com/forms/d/e/1FAIpQLScB5pRpZNwYsVQTU9spMb4SnclbepceMH3FhU43NOpuU2GCVg/viewform"
/>

<ApplySection
role="Project Manager"
description="Manage a project for 1 year and lead a team of 6-9
project members to create complex projects."
statusIsOpen={false}
closedStatus="Opens Spring 2023"
applicationLink="https://docs.google.com/forms/d/e/1FAIpQLScHj9FcIK4ApPqyMiXf_PLlQ43FpI7EB5gmz7SJFGczU9xIkg/viewform"
/>

<ApplySection
role="Executive Team"
description="Work behind the scenes for 1 academic year to organize project teams, run
workshops and events, and grow our club culture. Be a visionary that helps this club fulfill its goals!"
statusIsOpen={false}
closedStatus="Recruitment Finished"
applicationLink=""
/>
</ul>
</div>
</div>
</div>
);
Expand Down

0 comments on commit 80d82a5

Please sign in to comment.