From 775cf835677a5786ac9ef697fb98ea5bcbe4d322 Mon Sep 17 00:00:00 2001 From: Vandana Date: Tue, 31 Mar 2026 08:16:11 -0400 Subject: [PATCH 1/5] =?UTF-8?q?feat:=20stripped=20static=20one-pager=20?= =?UTF-8?q?=E2=80=94=20Lori=20design=20(ENG-266)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Redesigned by Lori (uiux). Pure HTML/CSS, zero dependencies except Google Fonts CDN. No Supabase, no form, no build step. Sections: - Nav: Flash logo + Download Flash CTA - Hero: single value prop, #41ad49 green accent - 3 tier cards: Personal / Pro (featured) / Merchant - 3 numbered steps: Download → Create account → Tap Upgrade - Support row: WhatsApp, Email, Discord - Footer: Privacy, Terms, getflash.io Style: getflash.io token match — --flash-green: #41ad49, prefers-color-scheme auto dark mode, Roboto, same button style. --- index.html | 437 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 437 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..3568602 --- /dev/null +++ b/index.html @@ -0,0 +1,437 @@ + + + + + + Flash — Accept Bitcoin & Lightning Payments + + + + + + + + + + + + + +
+
+

Accept Bitcoin & Lightning
payments at your business.

+

Zero transaction fees. Instant settlement. Setup in under 2 minutes.

+ Download Flash — It's Free +
+
+ +
+ + +
+
+ +
Choose your level
+
+ + +
+
Personal
+
Requires: phone number verification
+
    +
  • Send & receive Lightning payments
  • +
  • Bitcoin & USD wallets
  • +
  • BTCMap directory listing
  • +
+
+ + + + + +
+
Merchant
+
Requires: business info & banking details (in-app)
+
    +
  • Everything in Pro
  • +
  • Banking & cashout integration
  • +
  • Multi-location support
  • +
+
+ +
+
+
+ +
+ + +
+
+ +
Three steps
+
+
+
1
+
Download Flash
+
Free on iOS and Android. Setup takes under 2 minutes.
+
+
+
2
+
Create your account
+
Register with your phone number. Verify your identity in the app to unlock higher tiers.
+
+
+
3
+
Tap Upgrade
+
Settings → Account → Upgrade. Move from Personal → Pro → Merchant at your own pace. No web form needed.
+
+
+
+
+ + +
+
+
+
+ Need help? + We're here for you. +
+ +
+
+
+ + + + + + From baee873c9133dcf20a9f6a5b8dc074419f269cc5 Mon Sep 17 00:00:00 2001 From: Vandana Date: Tue, 31 Mar 2026 08:21:04 -0400 Subject: [PATCH 2/5] fix: replace inline SVG logo with real Flash logo images from getflash.io --- index.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 3568602..f555fab 100644 --- a/index.html +++ b/index.html @@ -102,7 +102,11 @@ text-decoration: none; } .nav-logo img { height: 28px; } - .nav-logo span { color: var(--flash-green); } + .logo-dark { display: none; } + @media (prefers-color-scheme: dark) { + .logo-light { display: none; } + .logo-dark { display: inline; } + } /* ── Hero ────────────────────────────────────────────────────── */ .hero { @@ -295,11 +299,9 @@