diff --git a/client/components/public/imports/SamplePuzzles.jsx b/client/components/public/imports/SamplePuzzles.jsx index 191df55c..5caa9fef 100644 --- a/client/components/public/imports/SamplePuzzles.jsx +++ b/client/components/public/imports/SamplePuzzles.jsx @@ -10,6 +10,13 @@ export default class SamplePuzzles extends Component { this.puzzles = { '2021': { inspiration: 'https://gph-distributed.s3-us-west-2.amazonaws.com/2021/_solutions/0.READ_ME_FIRST+v5-2021.pdf', + extra: ( +
+
Apology
+

The puzzles were more challenging than intended this year. Like all of you, I have been isolated for over a year. Working in a vacuum, I missed the mark on some hints and the amount of time needed in a virtual environment. The goal was to provide a fun, free, safe opportunity for anyone to play and puzzle for the day. I hope that you might still enjoy playing with the puzzles after the event.

+
+
+ ), infoPacket: 'https://gph-distributed.s3-us-west-2.amazonaws.com/2021/2021_infopacket.pdf', puzzles: [ { @@ -124,8 +131,6 @@ export default class SamplePuzzles extends Component { -
Apology
-

The puzzles were more challenging than intended this year. Like all of you, I have been isolated for over a year. Working in a vacuum, I missed the mark on some hints and the amount of time needed in a virtual environment. The goal was to provide a fun, free, safe opportunity for anyone to play and puzzle for the day. I hope that you might still enjoy playing with the puzzles after the event.

Below you can find some of the past Puzzles. Download them and try to solve them for yourself!

@@ -143,6 +148,7 @@ export default class SamplePuzzles extends Component { return Object.keys(this.puzzles).map((year) => (
{year}
+ { this.puzzles[year].extra ? this.puzzles[year].extra : null } Info Packet: