Skip to content

Commit

Permalink
Feature article and update general page for post-event
Browse files Browse the repository at this point in the history
  • Loading branch information
syenko committed Nov 13, 2024
1 parent 683836c commit 656d15d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
24 changes: 17 additions & 7 deletions pages/puzzleHunt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,18 +109,21 @@ export default function PuzzleHunt() {
height={336}
/>
</div>
<Info>
{/* <Info>
📅 Saturday, November 2nd
<br />
🕐 1-5pm
<br />
🧋 boba provided
</Info>
{/* <Header>
Puzzle Hunt signups for fall 2024 are now closed. Stay tuned for the
next one!
</Header> */}
</Info> */}
<Header>
Thank you to everyone who came to our fall 2024 Puzzle Hunt{' '}
<LinkComponent href="https://news.stanford.edu/stories/2024/11/annual-puzzle-hunt-brings-together-hundreds-of-student-solvers">
(featured in the Stanford Report)
</LinkComponent>
! Stay tuned for the next one!
</Header>
{/* <Header>
Puzzle Hunt signups for fall 2024 are&nbsp;
<LinkComponent
href="https://forms.gle/au4BBPKUdXrcMncF6"
Expand All @@ -139,7 +142,14 @@ export default function PuzzleHunt() {
target="_blank"
>
Register
</RegisterButton>
</RegisterButton> */}
<Paragraph>
Check out{' '}
<LinkComponent href="/puzzleHunt/2024">
puzzles and solutions
</LinkComponent>{' '}
from 2024!
</Paragraph>
<Paragraph>
Check out{' '}
<LinkComponent href="/puzzleHunt/2023">
Expand Down
6 changes: 6 additions & 0 deletions pages/puzzleHunt/2024.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,12 @@ export default function PuzzleHunt2024() {
</LinkComponent>
.
</IntroText>
<IntroText>
<LinkComponent href="https://news.stanford.edu/stories/2024/11/annual-puzzle-hunt-brings-together-hundreds-of-student-solvers">
Read the feature
</LinkComponent>{' '}
on our event from the OSE team.
</IntroText>
<PuzzlesTable puzzles={puzzles}></PuzzlesTable>
</Center>
</Section>
Expand Down

0 comments on commit 656d15d

Please sign in to comment.