From 478c926010a155465ed8b1d23066b8f39180173c Mon Sep 17 00:00:00 2001 From: avi Date: Tue, 12 May 2026 22:08:09 -0500 Subject: [PATCH] =?UTF-8?q?Save=20point:=20Scene=206=20tech=20comparison?= =?UTF-8?q?=20added=20=E2=80=94=20Linux=20vs=20macOS/Windows/ChromeOS=20ta?= =?UTF-8?q?ble,=20GrapheneOS=20vs=20Android/iOS=20table,=20decentralized?= =?UTF-8?q?=20internet=20punch=20cards,=20YOUR=20TECH=20button=20in=20Scen?= =?UTF-8?q?e=203,=20Escape=20skip,=20RETURN=20to=20Scene=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 187 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 187 insertions(+) diff --git a/index.html b/index.html index 59a7c56..f41d41b 100644 --- a/index.html +++ b/index.html @@ -477,6 +477,61 @@ } .comp-table td.btc-col .no { color: #44ff44; } .comp-table td.btc-col .yes { color: #ff4444; } + + /* Scene 6 */ + .scene6text { + white-space: pre-wrap; + text-align: left; + width: 100%; + max-width: 55rem; + line-height: 1.8; + } + .s6visual { + width: 100%; + max-width: 55rem; + margin-top: 1.5rem; + opacity: 0; + transition: opacity 4s ease; + } + .s6visual.visible { opacity: 1; } + .s6section { + margin-top: 1.5rem; + text-align: left; + } + .s6section-title { + color: #007700; + font-size: 0.85rem; + margin-bottom: 0.5rem; + text-align: center; + } + + .comp-table .linux-col { + background: #001a00; + border-color: #00ff00; + color: #00ff00; + font-weight: bold; + } + .comp-table .linux-col .no { color: #44ff44; } + .comp-table .linux-col .yes { color: #ff4444; } + .comp-table th.linux-col { + border-bottom-color: #00ff00; + } + .comp-table td.linux-col .no { color: #44ff44; } + .comp-table td.linux-col .yes { color: #ff4444; } + + .comp-table .graphene-col { + background: #001a00; + border-color: #00ff00; + color: #00ff00; + font-weight: bold; + } + .comp-table .graphene-col .no { color: #44ff44; } + .comp-table .graphene-col .yes { color: #ff4444; } + .comp-table th.graphene-col { + border-bottom-color: #00ff00; + } + .comp-table td.graphene-col .no { color: #44ff44; } + .comp-table td.graphene-col .yes { color: #ff4444; } @@ -512,6 +567,7 @@ + @@ -553,6 +609,12 @@ +
+
+
+ +
+