Rebrand to match CBP's cyberpunk palette — #080015 bg, cyan accents, magenta highlights, Orbitron font, HUD-style cards
This commit is contained in:
+51
-43
@@ -5,25 +5,28 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Crypto Team Build Network — ClickBaitPays Training Hub</title>
|
<title>Crypto Team Build Network — ClickBaitPays Training Hub</title>
|
||||||
<style>
|
<style>
|
||||||
|
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&family=Orbitron:wght@600;700;900&display=swap');
|
||||||
:root {
|
:root {
|
||||||
--bg: #0f1117;
|
--bg: #080015;
|
||||||
--card: #1a1d2e;
|
--card: #140532;
|
||||||
--card-hover: #212539;
|
--card-hover: #1e0a4a;
|
||||||
--border: #2a2e45;
|
--border: rgba(0,229,255,0.12);
|
||||||
--accent: #6c5ce7;
|
--accent: #00e5ff;
|
||||||
--accent-glow: rgba(108,92,231,0.3);
|
--accent-glow: rgba(0,229,255,0.3);
|
||||||
--green: #00d68f;
|
--accent-magenta: #ff00ff;
|
||||||
--green-dim: rgba(0,214,143,0.12);
|
--accent-magenta-glow: rgba(255,0,255,0.3);
|
||||||
--red: #ff6b6b;
|
--green: #00d68f;
|
||||||
--yellow: #ffd93d;
|
--green-dim: rgba(0,214,143,0.12);
|
||||||
--orange: #ff9f43;
|
--red: #ff6b6b;
|
||||||
--text: #e4e6f0;
|
--yellow: #ffd93d;
|
||||||
--text-dim: #8a8fa8;
|
--orange: #ff9f43;
|
||||||
--text-muted: #5a5e7a;
|
--text: #e4e6f0;
|
||||||
--font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
|
--text-dim: #8a8fa8;
|
||||||
--radius: 12px;
|
--text-muted: #5a5e7a;
|
||||||
--radius-sm: 8px;
|
--font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
|
||||||
}
|
--radius: 12px;
|
||||||
|
--radius-sm: 8px;
|
||||||
|
}
|
||||||
* { box-sizing: border-box; margin: 0; padding: 0; }
|
* { box-sizing: border-box; margin: 0; padding: 0; }
|
||||||
html { scroll-behavior: smooth; }
|
html { scroll-behavior: smooth; }
|
||||||
body {
|
body {
|
||||||
@@ -37,18 +40,18 @@
|
|||||||
HERO SECTION — Above the fold
|
HERO SECTION — Above the fold
|
||||||
══════════════════════════════════════════════════════════ */
|
══════════════════════════════════════════════════════════ */
|
||||||
.hero {
|
.hero {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 40px 20px 60px;
|
padding: 40px 20px 60px;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background:
|
background:
|
||||||
radial-gradient(ellipse at 20% 50%, rgba(108,92,231,0.12) 0%, transparent 60%),
|
radial-gradient(ellipse at 20% 50%, rgba(0,229,255,0.08) 0%, transparent 60%),
|
||||||
radial-gradient(ellipse at 80% 20%, rgba(0,214,143,0.06) 0%, transparent 50%),
|
radial-gradient(ellipse at 80% 20%, rgba(255,0,255,0.05) 0%, transparent 50%),
|
||||||
var(--bg);
|
var(--bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Decorative grid lines */
|
/* Decorative grid lines */
|
||||||
@@ -57,8 +60,8 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
background-image:
|
background-image:
|
||||||
linear-gradient(rgba(108,92,231,0.04) 1px, transparent 1px),
|
linear-gradient(rgba(0,229,255,0.04) 1px, transparent 1px),
|
||||||
linear-gradient(90deg, rgba(108,92,231,0.04) 1px, transparent 1px);
|
linear-gradient(90deg, rgba(0,229,255,0.04) 1px, transparent 1px);
|
||||||
background-size: 60px 60px;
|
background-size: 60px 60px;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
@@ -76,13 +79,13 @@
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
background: rgba(108,92,231,0.15);
|
background: rgba(0,229,255,0.1);
|
||||||
border: 1px solid rgba(108,92,231,0.3);
|
border: 1px solid rgba(0,229,255,0.25);
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
padding: 8px 20px;
|
padding: 8px 20px;
|
||||||
font-size: 0.82rem;
|
font-size: 0.82rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #a78bfa;
|
color: #00e5ff;
|
||||||
letter-spacing: 0.3px;
|
letter-spacing: 0.3px;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
}
|
}
|
||||||
@@ -182,15 +185,17 @@
|
|||||||
}
|
}
|
||||||
/* Step cards — needs more visual weight */
|
/* Step cards — needs more visual weight */
|
||||||
.step-card {
|
.step-card {
|
||||||
background: var(--card);
|
background: rgba(20,5,50,0.6);
|
||||||
border: 2px solid var(--border);
|
border: 1px solid rgba(0,229,255,0.12);
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
padding: 20px 14px;
|
padding: 20px 14px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
transition: border-color 0.2s, transform 0.2s;
|
transition: border-color 0.2s, transform 0.2s;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
.step-card:hover {
|
.step-card:hover {
|
||||||
border-color: var(--accent);
|
border-color: rgba(0,229,255,0.3);
|
||||||
|
box-shadow: 0 0 15px rgba(0,229,255,0.1);
|
||||||
transform: translateY(-2px);
|
transform: translateY(-2px);
|
||||||
}
|
}
|
||||||
.step-num {
|
.step-num {
|
||||||
@@ -200,8 +205,8 @@
|
|||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background: rgba(108,92,231,0.2);
|
background: rgba(0,229,255,0.15);
|
||||||
color: var(--accent);
|
color: #00e5ff;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
@@ -210,6 +215,7 @@
|
|||||||
font-size: 0.82rem;
|
font-size: 0.82rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
|
color: #e4e6f0;
|
||||||
}
|
}
|
||||||
.step-card p {
|
.step-card p {
|
||||||
font-size: 0.72rem;
|
font-size: 0.72rem;
|
||||||
@@ -224,8 +230,8 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
background: linear-gradient(135deg, rgba(108,92,231,0.12), rgba(0,214,143,0.06));
|
background: linear-gradient(135deg, rgba(0,229,255,0.08), rgba(255,0,255,0.04));
|
||||||
border: 1px solid rgba(108,92,231,0.25);
|
border: 1px solid rgba(0,229,255,0.2);
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
padding: 18px 24px;
|
padding: 18px 24px;
|
||||||
margin: 0 auto 32px;
|
margin: 0 auto 32px;
|
||||||
@@ -503,7 +509,7 @@
|
|||||||
.hero-login-link:hover {
|
.hero-login-link:hover {
|
||||||
border-color: var(--accent);
|
border-color: var(--accent);
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
background: rgba(108,92,231,0.08);
|
background: rgba(0,229,255,0.08);
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkbox-group {
|
.checkbox-group {
|
||||||
@@ -1069,6 +1075,8 @@
|
|||||||
|
|
||||||
<!-- Headline -->
|
<!-- Headline -->
|
||||||
<h1><span class="gradient-text">Turn Clicks Into<br>a Passive Income Machine</span></h1>
|
<h1><span class="gradient-text">Turn Clicks Into<br>a Passive Income Machine</span></h1>
|
||||||
|
<!-- HUD corner accent under headline -->
|
||||||
|
<div style="height:2px;width:60px;background:linear-gradient(90deg,transparent,#00e5ff,transparent);margin:0 auto 8px;opacity:0.5;"></div>
|
||||||
|
|
||||||
<p class="hero-sub">
|
<p class="hero-sub">
|
||||||
ClickBaitPays is an ad platform where you run small campaigns,
|
ClickBaitPays is an ad platform where you run small campaigns,
|
||||||
|
|||||||
Reference in New Issue
Block a user