From 1eb08bd020d76e7571e19f110a4619067b8336bd Mon Sep 17 00:00:00 2001 From: Marty Bostick Date: Wed, 29 Jul 2026 19:43:42 +0000 Subject: [PATCH] =?UTF-8?q?Add=20hero=20banner=20strip=20=E2=80=94=20'JOIN?= =?UTF-8?q?=20THE=20CRYPTO=20TEAM=20BUILD=20NETWORK'=20with=20gold=20CTA?= =?UTF-8?q?=20button,=20dyn=20referral=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 181 ++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 146 insertions(+), 35 deletions(-) diff --git a/index.html b/index.html index 64542c2..b34e1df 100644 --- a/index.html +++ b/index.html @@ -224,41 +224,135 @@ } /* Team callout banner */ - .team-callout { - display: flex; - align-items: center; - justify-content: center; - gap: 16px; - flex-wrap: wrap; - background: linear-gradient(135deg, rgba(0,229,255,0.08), rgba(255,0,255,0.04)); - border: 1px solid rgba(0,229,255,0.2); - border-radius: var(--radius); - padding: 18px 24px; - margin: 0 auto 32px; - max-width: 620px; - text-align: center; - } - .team-callout .callout-icon { - font-size: 1.6rem; - } - .team-callout .callout-text { - font-size: 0.95rem; - line-height: 1.5; - } - .team-callout .callout-text strong { - color: #fff; - } - .team-callout a { - color: var(--accent); - font-weight: 700; - text-decoration: none; - white-space: nowrap; - border-bottom: 2px solid var(--accent); - transition: opacity 0.2s; - } - .team-callout a:hover { - opacity: 0.8; - } + .team-callout { + display: flex; + align-items: center; + justify-content: center; + gap: 16px; + flex-wrap: wrap; + background: linear-gradient(135deg, rgba(0,229,255,0.08), rgba(255,0,255,0.04)); + border: 1px solid rgba(0,229,255,0.2); + border-radius: var(--radius); + padding: 18px 24px; + margin: 0 auto 32px; + max-width: 620px; + text-align: center; + } + .team-callout .callout-icon { + font-size: 1.6rem; + } + .team-callout .callout-text { + font-size: 0.95rem; + line-height: 1.5; + } + .team-callout .callout-text strong { + color: var(--text); + } + .team-callout a { + color: var(--accent); + font-weight: 700; + text-decoration: none; + white-space: nowrap; + border-bottom: 2px solid var(--accent); + transition: opacity 0.2s; + } + .team-callout a:hover { + opacity: 0.8; + } + + /* ══════════════════════════════════════════════════════════ + HERO BANNER — Join the Team CTA strip + ══════════════════════════════════════════════════════════ */ + .hero-banner { + display: flex; + align-items: center; + gap: 24px; + background: linear-gradient(135deg, rgba(0,229,255,0.06) 0%, rgba(255,0,255,0.04) 100%); + border: 1px solid rgba(0,229,255,0.15); + border-radius: 16px; + padding: 0; + margin: 0 auto 28px; + max-width: 780px; + width: 100%; + overflow: hidden; + position: relative; + } + .hero-banner::before { + content: ''; + position: absolute; + inset: 0; + background: + radial-gradient(ellipse at 30% 50%, rgba(0,229,255,0.06) 0%, transparent 60%), + radial-gradient(ellipse at 70% 50%, rgba(255,0,255,0.04) 0%, transparent 50%); + pointer-events: none; + } + .hero-banner-content { + flex: 1; + padding: 20px 0 20px 24px; + position: relative; + z-index: 1; + } + .hero-banner h3 { + font-family: 'Orbitron', sans-serif; + font-size: clamp(0.85rem, 2vw, 1.05rem); + font-weight: 700; + letter-spacing: 0.5px; + margin-bottom: 4px; + background: linear-gradient(135deg, #00e5ff 0%, #c084fc 100%); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; + background-clip: text; + } + .hero-banner p { + font-size: 0.82rem; + color: var(--text-dim); + margin: 0; + line-height: 1.5; + } + .hero-banner p .highlight { + color: #00e5ff; + font-weight: 600; + } + .hero-banner-btn-wrap { + flex-shrink: 0; + padding: 20px 24px 20px 0; + position: relative; + z-index: 1; + } + .hero-banner-btn { + display: inline-flex; + align-items: center; + gap: 8px; + background: linear-gradient(135deg, #f59e0b, #eab308); + color: #0f1117; + font-weight: 700; + font-size: 0.85rem; + padding: 10px 22px; + border-radius: 8px; + text-decoration: none; + box-shadow: 0 0 20px rgba(245,158,11,0.25); + transition: transform 0.2s, box-shadow 0.2s; + white-space: nowrap; + } + .hero-banner-btn:hover { + transform: translateY(-1px); + box-shadow: 0 0 30px rgba(245,158,11,0.4); + } + + /* Mobile: stack banner */ + @media (max-width: 640px) { + .hero-banner { + flex-direction: column; + text-align: center; + padding: 20px; + } + .hero-banner-content { + padding: 0; + } + .hero-banner-btn-wrap { + padding: 0; + } + } /* Quick stat pills */ .stat-pills { @@ -1097,6 +1191,19 @@ 🔐 Log into ClickBaitPays + +
+
+

🚀 JOIN THE CRYPTO TEAM BUILD NETWORK

+

Click ads. Build your team. Earn crypto with real payouts. Start with just $14

+
+ +
+
@@ -1981,6 +2088,10 @@ function updateSharedLinkBox() { document.getElementById('sharedLink').value = shareUrl; const signupBtn = document.getElementById('calcSignupBtn'); if (signupBtn) signupBtn.href = `https://clickbaitpays.me/?ref=${refUser}`; + const bannerBtn = document.getElementById('bannerSignupBtn'); + if (bannerBtn) bannerBtn.href = `https://clickbaitpays.me/?ref=${refUser}`; + const heroBtn = document.getElementById('heroSignupBtn'); + if (heroBtn) heroBtn.href = `https://clickbaitpays.me/?ref=${refUser}`; const qrImg = document.getElementById('refQrCode'); if (qrImg) qrImg.src = `https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=${encodeURIComponent(shareUrl)}`; }