From 87f0e46688c665238bdc50c0dbf4445ea02b4c54 Mon Sep 17 00:00:00 2001 From: Lucy D'Agostino McGowan Date: Tue, 18 Feb 2025 14:36:31 -0500 Subject: [PATCH] update --- analysis-locker/index.qmd | 12 ++++++++++++ index.qmd | 32 ++++++++++++++++++++++++++++---- mdr.css | 2 +- 3 files changed, 41 insertions(+), 5 deletions(-) create mode 100644 analysis-locker/index.qmd diff --git a/analysis-locker/index.qmd b/analysis-locker/index.qmd new file mode 100644 index 0000000..fffe9bc --- /dev/null +++ b/analysis-locker/index.qmd @@ -0,0 +1,12 @@ +--- +format: html +--- + + +::: text + +## Mark's locker + +We have been curating a database of the contents of Mark's locker and would like to point out the first observed anomoly: in season 1 episode 1, we see Mark's innie watch inside his locker, set around 9:03:20 but interestingly the second hand is fixed! It isn't ticking. He swaps this for his outie watch, set at 9:05 (with the day marked the 4th). When he returns at the end of the day the innie watch is now 5:25 (as is the outie watch, althought interestingly the date is now the fifth?); the second hand still isn't moving UNTIL he places his new badge in the locker, then it begins to move. + +::: diff --git a/index.qmd b/index.qmd index 6111fa2..dbb5c30 100644 --- a/index.qmd +++ b/index.qmd @@ -170,9 +170,33 @@ Who is really on the severed floor? ::: ::: +::: {.card style="--i: 6;"} +::: {.tab} +L +::: +::: {.card--front} -::: {.card style="--i: 6;"} +## locker + +What is going on with Mark's locker? +[Read More >](analysis-locker) + + +::: + +::: {.card--back} + +## locker + +What is going on with Mark's locker? +[Read More >](analysis-locker) + + +::: +::: + +::: {.card style="--i: 7;"} ::: {.tab} R ::: @@ -194,7 +218,7 @@ R ::: -::: {.card style="--i: 7;"} +::: {.card style="--i: 8;"} ::: {.tab} S ::: @@ -220,7 +244,7 @@ Who is happier: the innies or outies? ::: ::: -::: {.card style="--i: 8;"} +::: {.card style="--i: 9;"} ::: {.tab} U ::: @@ -248,7 +272,7 @@ Was Milchick's performance evaluation accurate? ::: -::: {.card style="--i: 9;"} +::: {.card style="--i: 10;"} ::: {.tab} W ::: diff --git a/mdr.css b/mdr.css index 1b3262b..00cbc2e 100644 --- a/mdr.css +++ b/mdr.css @@ -60,7 +60,7 @@ h2 { padding: 2px; background-color: #CFE0E1; top: -30px; - transform: translateX(calc(var(--i, 0) * 30px)); + transform: translateX(calc(var(--i, 0) * 25px)); width: 50px; height: 30px; border: 3px solid #030303;