Skip to content

Commit 1f21b40

Browse files
committed
background and layout updates for Basic and Free plans
1 parent f851297 commit 1f21b40

3 files changed

Lines changed: 19 additions & 38 deletions

File tree

plans/basic/index.html

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
/* ── base ── */
2121
body {
2222
font-family: 'Inter', system-ui, -apple-system, sans-serif;
23-
background: #0a0a0f;
23+
background: #000 url(https://tccards.tn/Assets/bg.png) center / cover no-repeat fixed;
2424
color: #f1f5f9;
2525
min-height: 100vh;
2626
}
@@ -344,7 +344,7 @@
344344
left: 0;
345345
bottom: 36px;
346346
z-index: 4;
347-
width: 190px;
347+
width: 210px;
348348
padding: 12px 16px;
349349
border-radius: 18px;
350350
background: rgba(15, 23, 42, 0.92);
@@ -436,7 +436,7 @@
436436
height: 44px;
437437
}
438438
.hero-app-floating-badge {
439-
width: 160px;
439+
width: 200px;
440440
padding: 10px 14px;
441441
bottom: 20px;
442442
left: 4px;
@@ -510,7 +510,7 @@
510510
margin-top: 4px;
511511
}
512512
.hero-app-floating-badge {
513-
width: 140px;
513+
width: 180px;
514514
padding: 8px 12px;
515515
bottom: 12px;
516516
left: 2px;
@@ -791,8 +791,8 @@
791791
<a href="https://tccards.tn/#faq" class="nav-link">FAQ</a>
792792
<a href="https://tccards.tn/help/" class="nav-link">Support</a>
793793
<a href="https://edit.tccards.tn" class="nav-link">Edit Dashboard</a>
794-
<a href="https://tccards.tn/plans/free/" class="nav-cta">
795-
Get Started (Free)
794+
<a href="https://tccards.tn/help/" class="nav-cta">
795+
Get Help
796796
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
797797
<path d="M5 12h14"></path>
798798
<path d="m12 5 7 7-7 7"></path>
@@ -814,8 +814,8 @@
814814
<a href="https://tccards.tn/#faq"><i class="fas fa-question-circle w-5 text-center"></i> FAQ</a>
815815
<a href="https://tccards.tn/help/"><i class="fas fa-life-ring w-5 text-center"></i> Support</a>
816816
<a href="https://edit.tccards.tn"><i class="fas fa-edit w-5 text-center"></i> Edit Dashboard</a>
817-
<a href="https://tccards.tn/plans/free/" class="mobile-cta">
818-
Get Started (Free)
817+
<a href="https://tccards.tn/help/" class="mobile-cta">
818+
Get Help
819819
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
820820
<path d="M5 12h14"></path>
821821
<path d="m12 5 7 7-7 7"></path>
@@ -894,25 +894,15 @@ <h3 class="hero-app-title">
894894
<div class="skeleton-button" style="background:rgba(255,255,255,0.02);"></div>
895895
</div>
896896
</div>
897-
<div class="hero-app-floating-badge">
898-
<strong><i class="fas fa-id-badge mr-1.5 text-purple-400 text-xs"></i> identity</strong>
899-
<span>impress with your profile instantly.</span>
897+
<div class="hero-app-floating-badge" id="start">
898+
<strong id="activeCounter">Loading...</strong>
899+
<span id="counterMeta">Syncing live data... impress with your profile instantly.</span>
900900
</div>
901901
</div>
902902
</section>
903903

904-
<!-- ─── COUNTER ─── -->
905-
<section class="max-w-3xl mx-auto px-4 pb-6 py-10 text-center">
906-
<div class="bg-white/5 backdrop-blur-md border border-white/5 rounded-2xl p-6 max-w-md mx-auto">
907-
<p class="text-xs text-gray-400 uppercase tracking-wider font-medium">Active Basic Accounts</p>
908-
<div class="text-5xl sm:text-6xl font-extrabold bg-gradient-to-r from-purple-400 to-emerald-400 bg-clip-text text-transparent leading-none" id="activeCounter">Loading...</div>
909-
<p class="text-xs text-gray-500 mt-1" id="counterMeta">Syncing live data...</p>
910-
</div>
911-
</section>
912-
913-
914904
<!-- ─── FORM ─── -->
915-
<div class="form-container py-8" id="start">
905+
<div class="form-container py-8" >
916906

917907
<div class="rounded-2xl p-6 md:p-8 bg-white/5 backdrop-blur-md">
918908

@@ -1019,7 +1009,7 @@ <h3 class="hero-app-title">
10191009
<p class="text-xs text-center text-gray-400 mt-1.5">Professional</p>
10201010
</button>
10211011
</div>
1022-
<p class="field-hint mt-2">Pick a color theme for your webfolio.</p>
1012+
<p class="field-hint mt-2">Pick a color theme for your page. You can change this later.</p>
10231013
</div>
10241014

10251015
<hr class="form-divider" />

plans/basic/main.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,14 @@ document.addEventListener("DOMContentLoaded", () => {
9999
current = target;
100100
clearInterval(ticker);
101101
}
102-
counter.textContent = current.toLocaleString();
102+
// Update the counter display with text
103+
counter.textContent = current.toLocaleString()+"+ Active accounts";
103104
}, 25);
104105

105106
if (counterMeta) {
106107
counterMeta.textContent = monthlyGrowth > 0
107108
? `+${monthlyGrowth.toLocaleString()} this month`
108-
: "No new accounts this month";
109+
: "Be the first to join this month!";
109110
}
110111
} catch (error) {
111112
console.error("Live counter failed:", error);

plans/free/index.html

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html class="scroll-smooth" lang="en">
33

44
<head>
55
<meta charset="UTF-8" />
@@ -20,7 +20,7 @@
2020
/* ── base ── */
2121
body {
2222
font-family: 'Inter', system-ui, -apple-system, sans-serif;
23-
background: #0a0a0f;
23+
background: #000 url(https://tccards.tn/Assets/bg.png) center / cover no-repeat fixed;
2424
color: #f1f5f9;
2525
min-height: 100vh;
2626
}
@@ -774,7 +774,7 @@
774774
</style>
775775
</head>
776776

777-
<body>
777+
<body class="fade-in">
778778

779779
<!-- ─── MAIN NAVIGATION ─── -->
780780
<nav class="nav-container" id="mainNav" role="navigation" aria-label="Main navigation">
@@ -896,16 +896,6 @@ <h3 class="hero-app-title">
896896
</div>
897897
</div>
898898
</section>
899-
900-
<!-- ─── COUNTER ─── -->
901-
<section class="max-w-3xl mx-auto px-4 pb-6 py-10 text-center">
902-
<div class="bg-white/5 backdrop-blur-md border border-white/5 rounded-2xl p-6 max-w-md mx-auto">
903-
<p class="text-xs text-gray-400 uppercase tracking-wider font-medium">Free Accounts Created</p>
904-
<div class="text-5xl sm:text-6xl font-extrabold bg-gradient-to-r from-purple-400 to-emerald-400 bg-clip-text text-transparent leading-none" id="activeCounter">Loading...</div>
905-
<p class="text-xs text-gray-500 mt-1" id="counterMeta">Syncing live data...</p>
906-
</div>
907-
</section>
908-
909899
<!-- ─── FORM ─── -->
910900
<div class="form-container py-8" id="start">
911901
<div class="rounded-2xl p-6 md:p-8 bg-white/5 backdrop-blur-md">

0 commit comments

Comments
 (0)