Skip to content

Commit

Permalink
Merge pull request #119 from armada-ths/august/recruitment_copy
Browse files Browse the repository at this point in the history
August/recruitment copy
  • Loading branch information
AugustPaulsrud authored Dec 20, 2024
2 parents 9e7e7cf + 720242b commit 8ae7ef8
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 13 deletions.
60 changes: 52 additions & 8 deletions src/app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,58 @@ export default async function RecruitmentPage() {
<div className="flex w-full justify-center">
<OrganisationMembersGraphic />
</div>
<div className="my-10 block aspect-[0.75]">
<embed
src="/files/2024_paper.pdf"
type="application/pdf"
height="100%"
width="100%"
title="Armada Newsletter"
/>

<div className="mt-8">
<h2 className="font-bebas-neue text-3xl font-medium text-melon-700">
PM
</h2>
<P>
The Project Manager (PM) is elected by the THS board in november.
The PM is working full time with Armada and is responsible for the
entire project. They usually have been part of Armada before taking
up this role.
</P>
</div>
<div className="mt-8">
<h2 className="font-bebas-neue text-3xl font-medium text-melon-700">
Project group
</h2>
<P>
The Project Group (PG) is chosen by the Project Manager in
December/January. They then work with Armada the whole calendar
year. These are students who dedicate around 10 hours per week to
making each Armada the best fair yet. The PG really gets close
learning to work together, get to try to shoulder big
responsibilities in a supportive and collaborative environment and
most of all, have really fun together. Everyone who’s been a PG
knows, there is a before and an after Armada.
</P>
</div>
<div className="mt-8">
<h2 className="font-bebas-neue text-3xl font-medium text-melon-700">
Operations team
</h2>
<P>
The operations team are volunteers recruited in the spring, around
April/May. They are Coordinators, responsible for a specific issue
or process, Team Leaders, responsible for a team of Hosts and
Developers, working with the Armada IT suite. Being an OT gives a
good understanding of how Armada works within, and is the perfect
first leadership experience. It is a lot of fun, and gives a lot of
learning opportunities, for a medium amount of work.
</P>
</div>
<div className="mt-8">
<h2 className="font-bebas-neue text-3xl font-medium text-melon-700">
Hosts
</h2>
<P>
The Hosts join Armada in the autumn, and being a Hosts is a special
experience. Most hosts are career fair hosts, helping a couple of
exhibitors to the fair and building the fair. You get to know your
team, attend team buildings together and be a part of the Armada
Grand Banquet - the most fancy party at KTH.{" "}
</P>
</div>
</Page.Boundary>
</Page.Background>
Expand Down
6 changes: 2 additions & 4 deletions src/app/student/recruitment/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default async function RecruitmentPage() {
return (
<Page.Background withIndents>
<Page.Boundary maxWidth={750}>
<Page.Header>Armada Recruitment</Page.Header>
<Page.Header>Project Group 2025 Recruitment</Page.Header>
<div className="mb-32 flex flex-1 flex-col">
<Page.Header tier="secondary">
Available roles - Open{" "}
Expand All @@ -128,9 +128,7 @@ export default async function RecruitmentPage() {
<PhotoSlideCarousel photoSrc={photoSrc} />
<div className="m-8 flex justify-center">
<Link href={`${env.NEXT_PUBLIC_API_URL}${data.link}`}>
<Button size={"lg"}>
Apply for Armada {DateTime.now().plus({ months: 2 }).year}
</Button>
<Button size={"lg"}>Apply to PG25</Button>
</Link>
</div>
<Alert className="my-5">
Expand Down
2 changes: 1 addition & 1 deletion src/components/shared/NavigationMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const studentLinks: NavigationLink[] = [
title: "Recruitment",
href: "/student/recruitment",
description: `Join Armada ${DateTime.now().year}. See which roles are available`,
enabled: false
enabled: true
},
{
title: "Map",
Expand Down

0 comments on commit 8ae7ef8

Please sign in to comment.