From 2ae5a7cec8c7c7ae320540fb19b9c73b17e5df7d Mon Sep 17 00:00:00 2001 From: avi Date: Mon, 18 May 2026 10:13:00 -0500 Subject: [PATCH] Save point: remove BTC $100K+/Gold $3K+/dollar down 70% punch cards from Scene 4e --- README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ index.html | 8 ++------ www/index.html | 8 ++------ 3 files changed, 49 insertions(+), 12 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e369ae4 --- /dev/null +++ b/README.md @@ -0,0 +1,45 @@ +# Signal Elsewhere + +An interactive educational experience about money, technology, food, and health — built as a Capacitor Android app. + +## Development + +The app is a single-page HTML/JS application. No build step is needed for the web version. + +```bash +# Serve locally for development +python3 -m http.server 8080 +# or +npx serve . +``` + +Open `http://localhost:8080` in your browser. + +## Android Build + +```bash +# Install dependencies +npm install + +# Copy web assets to Android +npx cap copy + +# Sync Capacitor config +npx cap sync android + +# Open in Android Studio +npx cap open android +``` + +From Android Studio, build and run on a device or emulator. + +## Structure + +- `index.html` — main application source +- `www/` — production web directory (copied to Android) +- `android/` — Android project (Capacitor) +- `capacitor.config.json` — Capacitor configuration + +## License + +ISC diff --git a/index.html b/index.html index 1573aab..5453cb3 100644 --- a/index.html +++ b/index.html @@ -2423,7 +2423,7 @@ html[data-view="mobile"] #exfilDeskCanvas { max-height: 500px; } html+='US DEBT$11.9T$35T+'; html+='BTC ADOPTIONNONEETFs, NATIONS, FORTUNE 500'; html+='GOLD CONFISCATION RISKLOWREAL (CBDCs RISING)'; - html+='
🟠BTC $100K+
WALL STREET OWNS IT
🥇GOLD $3K+
STILL THE SAFE HAVEN
📉DOLLAR DOWN
70% SINCE 2000
'; + html+=''; vis.innerHTML=html; vis.classList.add('visible'); showNextBtn('next4f');showNextBtn('sources4f');showNextBtn('back4f'); @@ -5984,11 +5984,7 @@ html[data-view="mobile"] #exfilDeskCanvas { max-height: 500px; } +'BTC ADOPTIONNONEETFs, NATIONS, FORTUNE 500' +'GOLD CONFISCATION RISKLOWREAL (CBDCs RISING)' +'' - +'
' - +'
\uD83D\uDFE0BTC $100K+
WALL STREET OWNS IT
' - +'
\uD83E\uDD47GOLD $3K+
STILL THE SAFE HAVEN
' - +'
\uD83D\uDCC9DOLLAR DOWN
70% SINCE 2000
' - +'
'; + +''; s4.querySelector('.s4visual').classList.add('visible'); document.getElementById('next4f').style.cssText = ''; showNextBtn('next4f'); diff --git a/www/index.html b/www/index.html index 1573aab..5453cb3 100644 --- a/www/index.html +++ b/www/index.html @@ -2423,7 +2423,7 @@ html[data-view="mobile"] #exfilDeskCanvas { max-height: 500px; } html+='US DEBT$11.9T$35T+'; html+='BTC ADOPTIONNONEETFs, NATIONS, FORTUNE 500'; html+='GOLD CONFISCATION RISKLOWREAL (CBDCs RISING)'; - html+='
🟠BTC $100K+
WALL STREET OWNS IT
🥇GOLD $3K+
STILL THE SAFE HAVEN
📉DOLLAR DOWN
70% SINCE 2000
'; + html+=''; vis.innerHTML=html; vis.classList.add('visible'); showNextBtn('next4f');showNextBtn('sources4f');showNextBtn('back4f'); @@ -5984,11 +5984,7 @@ html[data-view="mobile"] #exfilDeskCanvas { max-height: 500px; } +'BTC ADOPTIONNONEETFs, NATIONS, FORTUNE 500' +'GOLD CONFISCATION RISKLOWREAL (CBDCs RISING)' +'' - +'
' - +'
\uD83D\uDFE0BTC $100K+
WALL STREET OWNS IT
' - +'
\uD83E\uDD47GOLD $3K+
STILL THE SAFE HAVEN
' - +'
\uD83D\uDCC9DOLLAR DOWN
70% SINCE 2000
' - +'
'; + +''; s4.querySelector('.s4visual').classList.add('visible'); document.getElementById('next4f').style.cssText = ''; showNextBtn('next4f');