From 02a0212507434c10aab48eb6de3261336130508f Mon Sep 17 00:00:00 2001 From: epoberezkin Date: Thu, 17 Sep 2026 12:07:03 +0000 Subject: [PATCH] deploy: e384063af0ae61439e9d309514eb6bf5b3dc2654 --- crowdfunding/index.html | 98 ++++-------------- css/livestream.css | 221 ++-------------------------------------- js/livestream.js | 91 ----------------- livestream/index.html | 197 ++--------------------------------- 4 files changed, 33 insertions(+), 574 deletions(-) diff --git a/crowdfunding/index.html b/crowdfunding/index.html index 8a10ccc292..331ab27495 100644 --- a/crowdfunding/index.html +++ b/crowdfunding/index.html @@ -272,7 +272,6 @@ color: #dfeaff; } - .cf-hero .cf-live-link { display: inline-block; margin-top: calc(var(--sec-vhu) * 5); font-size: calc(var(--sec-vwu) * 2.2); position: relative; top: calc(var(--sec-vhu) * 1.5); } /* ---- close: same left-aligned layout as the hero ---- */ .cf-close .area { position: relative; display: flex; align-items: flex-end; padding: 0 calc(var(--sec-vwu) * 7.5) calc(var(--sec-vhu) * 22) 0; } @@ -315,7 +314,6 @@ width: fit-content; } .cf-close .cf-hero-cta { margin-top: calc(var(--sec-vhu) * 7); } - .cf-close .cf-live-link { display: inline-block; margin-top: calc(var(--sec-vhu) * 4.5); font-size: calc(var(--sec-vwu) * 2.2); position: relative; top: 0; } .cf-phone { position: absolute; @@ -369,10 +367,9 @@ background: linear-gradient(180deg, #00F0FF 0%, #00C7FF 38%, #008FFF 100%); color: #ffffff; } - .cf-hero-invest-link { + .cf-cta-link { display: flex; align-items: center; - gap: calc(var(--sec-vwu) * 0.7); font-family: "Manrope", sans-serif; font-weight: 400; font-size: calc(var(--sec-vwu) * 1.5); @@ -383,10 +380,8 @@ -webkit-text-fill-color: transparent; background-clip: text; color: transparent; - --wf-capital-nav-logo-fill: #64fdff; } - .cf-hero-invest-link svg { height: calc(var(--sec-vwu) * 2.1); width: auto; display: block; transform: translateY(calc(var(--sec-vwu) * -0.25)); } - .cf-hero-invest-link:focus-visible { outline: 2px solid #ffffff; outline-offset: 4px; border-radius: 4px; } + .cf-cta-link:focus-visible { outline: 2px solid #ffffff; outline-offset: 4px; border-radius: 4px; } /* the same link twice: beside the button (desktop), in the hero's top right corner (mobile). Only one of the two is ever displayed. */ .cf-hero-corner { display: none; } @@ -424,7 +419,6 @@ .cf-pill:active { transform: translateY(1px); } .cf-top { top: 30px; } - .cf-bottom { bottom: 30px; } .cf-primary { background: linear-gradient(90deg, #019bfe 0%, #2e3fa0 100%); @@ -434,39 +428,16 @@ .cf-primary:hover { filter: brightness(1.07); } .cf-primary:focus-visible { outline-color: #ffffff; } - .cf-secondary { - background: #ffffff; - color: #006cd7; - border: 1px solid rgba(2, 55, 137, .15); - --wf-capital-nav-logo-fill: #006cd7; - } - .cf-secondary:hover { box-shadow: 0 0 0 1px #80b6eb; } - .cf-pill svg { height: 30px; width: auto; display: block; transform: translateY(-3.5px); } @media screen and (min-width: 960px) { .cf-pill { width: 252px; justify-content: center; } } - .cf-live-link { - font-family: "Manrope", sans-serif; - font-weight: 300; - font-size: calc(var(--sec-vwu) * 1.9); - background: linear-gradient(90deg, #019bfe 0%, #64fdff 58%, #c8feff 100%); - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; - background-clip: text; - color: transparent; - text-decoration: none; - } - .cf-live-link:focus-visible { outline: 2px solid #019bfe; outline-offset: 2px; } - .cf-pill, - .cf-live-link, - .cf-hero-invest-link, + .cf-cta-link, .cf .text-container a.gradient-text { transition: none; } - .cf-live-link:hover, - .cf-hero-invest-link:hover, + .cf-cta-link:hover, .cf .text-container a.gradient-text:hover { filter: brightness(1.12); } @media screen and (min-width: 960px) { @@ -653,10 +624,8 @@ .cf-hero h1, .cf-hero .lead, .cf-hero .cf-stats, - .cf-hero .cf-live-link, .cf-close h1, - .cf-close .cf-close-call, - .cf-close .cf-live-link { + .cf-close .cf-close-call { padding-left: var(--cf-text-inset); padding-right: var(--cf-text-inset); } @@ -707,8 +676,7 @@ .cf-close .cf-hero-text { display: contents; } .cf-hero h1, .cf-hero .lead, - .cf-hero .cf-stats, - .cf-hero .cf-live-link { position: relative; z-index: 4; } + .cf-hero .cf-stats { position: relative; z-index: 4; } .cf-hero h1 { font-size: calc(var(--sec-vwu) * 9.7); } .cf-hero .lead { font-size: calc(var(--sec-vwu) * 3.55); max-width: none; margin-top: calc(var(--sec-vhu) * 2); } .cf-close .area { padding: calc(var(--cf-top) + var(--sec-vhu) * 14) var(--cf-gutter) 0; } @@ -718,8 +686,7 @@ } /* centred like the home page, the two heading lines set apart */ .cf-close h1, - .cf-close .cf-close-call, - .cf-close .cf-live-link { text-align: center; } + .cf-close .cf-close-call { text-align: center; } /* the heading rides up with the arc; nothing below it moves */ .cf-close h1 { font-size: calc(var(--sec-vwu) * 8.7); font-weight: 700; position: relative; top: -32px; } .cf-close-l1 { font-size: calc(var(--sec-vwu) * 11.745); } @@ -738,12 +705,10 @@ padding: calc(var(--sec-vhu) * 2.5) calc(var(--sec-vwu) * 5); } .cf-close-offer p { font-size: calc(var(--sec-vwu) * 3.6); } - .cf-close .cf-live-link { display: block; font-size: calc(var(--sec-vwu) * 5); margin-top: calc(var(--sec-vhu) * 2.5); top: 0; } .cf-stats { top: 0; gap: calc(var(--sec-vwu) * 8); margin-top: calc(var(--sec-vhu) * 3); } .cf-stat img { width: calc(var(--sec-vwu) * 8); } .cf-stat b { font-size: calc(var(--sec-vwu) * 6.5); } .cf-stat span { font-size: calc(var(--sec-vwu) * 3.4); } - .cf-hero .cf-live-link { margin-top: calc(var(--sec-vhu) * 2); top: 0; font-size: calc(var(--sec-vwu) * 5); } /* the pill sits on the bottom edge and rides with the chrome: dvh tracks the visible bottom, svh the box the area is sized from */ .cf-hero .cf-hero-cta, @@ -756,17 +721,16 @@ } /* over the phone and the gradient covering it */ .cf-hero .cf-hero-cta { z-index: 5; } - .cf-hero-cta .cf-pill { width: 100%; height: 48px; font-size: 16px; } + .cf-hero-cta .cf-pill { width: 100%; height: 48px; font-size: 16px; gap: 9px; } + .cf-hero-cta .cf-pill svg { height: 30px; transform: translateY(-3.5px); } /* one link, two placements: the top right corner of the hero, and its own button-sized target above the pill on the closing section */ - .cf-hero-invest-link { + .cf-cta-link { height: 48px; font-size: calc(var(--sec-vwu) * 4.6); - gap: calc(var(--sec-vwu) * 1.9); } - .cf-hero-invest-link svg { height: calc(var(--sec-vwu) * 6.5); transform: translateY(calc(var(--sec-vwu) * -0.7)); } - .cf-close .cf-hero-invest-link { justify-content: center; } - .cf-hero .cf-hero-cta .cf-hero-invest-link { display: none; } + .cf-close .cf-cta-link { justify-content: center; } + .cf-hero .cf-hero-cta .cf-cta-link { display: none; } /* a child of the section, so its reference is the section's top edge, which the band raises by --cf-band-shift, as with the arc. z-index clears .area, which is 11 and covers this corner. */ @@ -806,9 +770,7 @@ } .cf-pill { font-size: 16px; } - .cf-bottom { top: calc(5px + var(--cf-nav-shift)); right: 16px; bottom: auto; padding: 0 18px; } .cf-top { top: auto; left: 16px; right: 16px; bottom: var(--cf-cta-bottom); height: 48px; justify-content: center; } - .cf-live-link { font-size: calc(var(--sec-vwu) * 4.2); } .cf .text-container a.gradient-text { font-weight: 400; } } @@ -848,11 +810,9 @@ .cf-hero h1 { font-size: calc(var(--sec-vwu) * 9.3); } } - /* narrow phones: keep the corner link and the pill clear of the logo */ + /* narrow phones: keep the corner link clear of the logo */ @media screen and (max-width: 389px) { header#navbar > a.logo img { height: 24px; } - .cf-bottom { font-size: 12px; padding: 0 12px; height: 40px; } - .cf-bottom svg { height: 22px; transform: translateY(-2.5px); } .cf-hero-corner { height: 40px; } .cf-tag .v { font-size: 2.96cqh; line-height: 1.4; } } @@ -1037,13 +997,13 @@

The first and the only messaging network without any user IDs

SimpleX Chat is building a messaging network unlike every major platform — without phone numbers, usernames, emails, or any user identifiers.

- Request our Pitch deck - + Invest on + Subscribe for updates
@@ -1055,18 +1015,12 @@
480KMonthly users
- Join the livestream and Q&A on Sep 15
- - Invest on - + Subscribe for updates @@ -1175,15 +1129,14 @@

Get a stake
in SimpleX Chat

We are building a network that people own.
We invite you to invest and become part of it.

- Request our Pitch deck - + Invest on + Subscribe for updates
- Join the livestream and Q&A on Sep 15

Invest $500+ by September 22 and get a SimpleX public name for your channel or business for 7 years, ahead of public launch.

@@ -1206,8 +1159,7 @@
- Request our Pitch deck - + Invest on
@@ -1386,7 +1328,7 @@ @@ -621,189 +620,7 @@ window.addEventListener('click',(e)=>{
-
- -
- -
- -
- -
- -
- -
- -
- - - -