From e884b1f3451e1af540aa41e30d8062dffeb6a44d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Tue, 8 Apr 2025 06:29:34 +0200 Subject: [PATCH] Apartment scene (#4) --- 01.Cellular.html | 115 ++++++++----- 02.Hotel.html | 19 ++- 04.Apartment.html | 410 ++++++++++++++++++++++++++++++++++++++++++++++ README.md | 1 + 4 files changed, 496 insertions(+), 49 deletions(-) create mode 100644 04.Apartment.html diff --git a/01.Cellular.html b/01.Cellular.html index 6cd693a..9bc2a83 100644 --- a/01.Cellular.html +++ b/01.Cellular.html @@ -10,6 +10,14 @@ margin-left: 8px; margin-bottom: 50px; } + /* Blur transcript by default */ + .transcript { + filter: blur(2px); + } + /* Show transcript when holding the mouse over */ + .transcript:active { + filter: blur(0px); + } body { font-family: sans-serif; } @@ -17,16 +25,18 @@ +

Matrix 1 full transcript

@@ -35,83 +45,99 @@ diff --git a/02.Hotel.html b/02.Hotel.html index 27580f9..2eb4f0b 100644 --- a/02.Hotel.html +++ b/02.Hotel.html @@ -25,12 +25,13 @@ +

Matrix 1 full transcript

+ + + + + + + + + + + + + diff --git a/README.md b/README.md index ec50186..6f93d01 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,4 @@ Table of contents: * 01.Cellular.html * 02.Hotel.html * 03.Street.html +* 04.Apartment.html