From 3021aac384af341d7a766b4653a6ed9fe52ca3bc Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 18 Dec 2022 00:33:08 -0600 Subject: [PATCH] Header link, move Boxtable, add instructions --- src/components/Page.tsx | 4 +++- src/pages/index.tsx | 17 ++++++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/src/components/Page.tsx b/src/components/Page.tsx index 276f01b..590056d 100644 --- a/src/components/Page.tsx +++ b/src/components/Page.tsx @@ -11,7 +11,9 @@ const Page: FunctionComponent = ({children}: PageProps) => { <>
-

100Prisoners.com

+

+ 100Prisoners.com +

{children}
diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 510eafd..bfaba67 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -18,6 +18,17 @@ const Home: NextPage = () => { challenge that seems astronomically impossible at first, yet can leverage mathematics to raise the chances one hundred octillion.

+
+
+

+ Hover to see part of the loop.
+ Click to hide boxes outside the loop and see more of the loop. +

+
+ + + +

This thought experiment presents a scenario in which a group of 100 prisoners are tasked with finding their own numbered slip among a collection of 100 boxes, each containing a @@ -43,11 +54,7 @@ const Home: NextPage = () => { 31% chance of success!

-
- - - -
+ );