Skip to content

Commit

Permalink
fix: Add armada newspaper to about
Browse files Browse the repository at this point in the history
  • Loading branch information
hampfh committed Nov 18, 2024
1 parent 542b0a3 commit 41c7258
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Binary file added public/files/2024_paper.pdf
Binary file not shown.
1 change: 0 additions & 1 deletion src/app/about/_components/OrganisationMembersGraphic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ export function OrganisationMembersGraphic() {
/>
)
})
console.log(pgCircles[0].props.opacity)

const otCircles = OtCircleList(80).map(circle => {
return (
Expand Down
10 changes: 10 additions & 0 deletions src/app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,19 @@ export default async function RecruitmentPage() {
, the student union at KTH, any profit Armada makes goes back to the
students, funding THS initiatives for a better student life.
</P>

<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>
</Page.Boundary>
</Page.Background>
)
Expand Down

0 comments on commit 41c7258

Please sign in to comment.