generated from phuquoc81/Bisswiz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
225 lines (206 loc) · 11.6 KB
/
index.html
File metadata and controls
225 lines (206 loc) · 11.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fastcash — Passive & Affiliate Income · Remote Jobs by Phu AI</title>
<meta name="description" content="Fastcash generates passive income, affiliate income, and remote job opportunities powered by Phu AI and Phuoptimizer 81.">
<meta property="og:title" content="Fastcash — Powered by Phu AI">
<meta property="og:description" content="Every evolution begins with a spark. Fastcash combines passive income, affiliate income, and remote jobs in one dashboard.">
<meta property="og:type" content="website">
<meta property="og:image" content="assets/phu-ai-spark.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Fastcash — Powered by Phu AI">
<meta name="twitter:description" content="Every evolution begins with a spark. Powered by Phu AI and Phuoptimizer 81.">
<meta name="twitter:image" content="assets/phu-ai-spark.png">
<link rel="icon" href="assets/phu-ai-spark.svg" type="image/svg+xml">
<link rel="stylesheet" href="styles.css">
<!-- OpenTelemetry initialization -->
<script type="module">
import('./otel-init.js').catch(err => console.error('Failed to initialize OpenTelemetry:', err));
</script>
</head>
<body>
<!-- Header -->
<header class="fc-header">
<div class="fc-header-inner">
<div class="fc-logo">
<span class="fc-logo-icon">⚡</span>
<span class="fc-logo-text">Fastcash</span>
</div>
<nav class="fc-nav">
<button class="fc-nav-btn active" data-tab="dashboard">📊 Dashboard</button>
<button class="fc-nav-btn" data-tab="jobs">🤖 Remote Jobs</button>
<button class="fc-nav-btn" data-tab="optimizer">⚙️ Phuoptimizer 81</button>
<button class="fc-nav-btn" data-tab="blog">📰 phubers.blog</button>
</nav>
</div>
</header>
<!-- Toast notification -->
<div id="fcToast" class="fc-toast"></div>
<!-- ── DASHBOARD TAB ─────────────────────────────────────────────────── -->
<section id="tab-dashboard" class="fc-tab active">
<div class="fc-hero-card">
<div class="fc-hero-copy">
<span class="fc-hero-kicker">PHU AI BRAND STORY</span>
<h1>Every evolution begins with a spark.</h1>
<p>Fastcash helps you turn AI-powered automation into passive income, affiliate earnings, and on-demand remote job momentum — all from one focused dashboard.</p>
<div class="fc-hero-actions">
<button class="fc-btn fc-btn-primary" data-tab="jobs">🤖 Explore Remote Jobs</button>
<button class="fc-btn fc-btn-secondary" data-tab="blog">📰 Open phubers.blog</button>
</div>
</div>
<div class="fc-hero-art">
<img src="assets/phu-ai-spark.svg" alt="Split human and AI PHU AI artwork with the tagline Every evolution begins with a spark.">
</div>
</div>
<!-- Hero stats row -->
<div class="fc-stats-row">
<div class="fc-stat-card" id="statPassive">
<div class="fc-stat-icon">💰</div>
<div class="fc-stat-body">
<div class="fc-stat-label">Passive Income</div>
<div class="fc-stat-value" id="passiveTotal">$0.00</div>
<div class="fc-stat-rate" id="passiveRate">+$0.00 / hr</div>
</div>
</div>
<div class="fc-stat-card" id="statAffiliate">
<div class="fc-stat-icon">🔗</div>
<div class="fc-stat-body">
<div class="fc-stat-label">Affiliate Income</div>
<div class="fc-stat-value" id="affiliateTotal">$0.00</div>
<div class="fc-stat-rate" id="affiliateRate">+$0.00 / hr</div>
</div>
</div>
<div class="fc-stat-card" id="statJobs">
<div class="fc-stat-icon">💼</div>
<div class="fc-stat-body">
<div class="fc-stat-label">Jobs Completed</div>
<div class="fc-stat-value" id="jobsDone">0</div>
<div class="fc-stat-rate" id="jobsEarned">$0.00 earned</div>
</div>
</div>
<div class="fc-stat-card fc-stat-total">
<div class="fc-stat-icon">🏆</div>
<div class="fc-stat-body">
<div class="fc-stat-label">Total Earnings</div>
<div class="fc-stat-value" id="grandTotal">$0.00</div>
<div class="fc-stat-rate">All sources combined</div>
</div>
</div>
</div>
<div class="fc-two-col">
<!-- Passive Income Engine -->
<div class="fc-panel">
<div class="fc-panel-header">
<h2>💰 Passive Income Engine</h2>
<span class="fc-badge fc-badge-green" id="passiveBadge">RUNNING</span>
</div>
<p class="fc-panel-desc">Phu AI automatically generates passive income streams on your behalf. Powered by Phuoptimizer 81.</p>
<div class="fc-progress-block">
<div class="fc-progress-label">
<span>Optimizer Level</span>
<span id="passiveOptLevel">81</span>
</div>
<div class="fc-progress-bar-wrap"><div class="fc-progress-bar" id="passiveOptBar" style="width:100%"></div></div>
</div>
<div class="fc-income-streams" id="passiveStreams"></div>
<button class="fc-btn fc-btn-primary" id="boostPassiveBtn">⚡ Boost with Phuoptimizer</button>
</div>
<!-- Affiliate Income Engine -->
<div class="fc-panel">
<div class="fc-panel-header">
<h2>🔗 Affiliate Income Engine</h2>
<span class="fc-badge fc-badge-blue" id="affiliateBadge">ACTIVE</span>
</div>
<p class="fc-panel-desc">Fastcash automatically promotes and tracks affiliate links through phubers.blog and partner networks.</p>
<div class="fc-affiliate-list" id="affiliateList"></div>
<button class="fc-btn fc-btn-secondary" id="refreshAffiliateBtn">🔄 Refresh Affiliate Links</button>
</div>
</div>
<!-- Activity Log -->
<div class="fc-panel fc-panel-log">
<div class="fc-panel-header">
<h2>📋 Activity Log</h2>
<button class="fc-btn fc-btn-ghost fc-btn-sm" id="clearLogBtn">Clear</button>
</div>
<div id="activityLog" class="fc-log"></div>
</div>
</section>
<!-- ── REMOTE JOBS TAB ───────────────────────────────────────────────── -->
<section id="tab-jobs" class="fc-tab hidden">
<div class="fc-section-header">
<div>
<h2>🤖 Remote Jobs — Powered by Phu AI</h2>
<p class="fc-section-desc">Phu AI scans companies and matches the best remote work opportunities. Jobs are worked automatically using Phuoptimizer 81.</p>
</div>
<button class="fc-btn fc-btn-primary" id="scanJobsBtn">🔍 Scan for New Jobs</button>
</div>
<div class="fc-job-filters">
<button class="fc-filter-btn active" data-filter="all">All</button>
<button class="fc-filter-btn" data-filter="available">Available</button>
<button class="fc-filter-btn" data-filter="in-progress">In Progress</button>
<button class="fc-filter-btn" data-filter="completed">Completed</button>
</div>
<div id="jobBoard" class="fc-job-board"></div>
</section>
<!-- ── PHUOPTIMIZER 81 TAB ────────────────────────────────────────────── -->
<section id="tab-optimizer" class="fc-tab hidden">
<div class="fc-section-header">
<div>
<h2>⚙️ Phuoptimizer 81</h2>
<p class="fc-section-desc">Control the core optimization engine that powers all Fastcash income streams.</p>
</div>
<span class="fc-badge fc-badge-green" id="optStatusBadge">ONLINE</span>
</div>
<div class="fc-two-col">
<div class="fc-panel">
<h3 class="fc-panel-title">Optimization Level</h3>
<div class="fc-opt-level-display" id="optLevelDisplay">81</div>
<input type="range" id="optLevelSlider" min="1" max="81" value="81" class="fc-slider">
<div class="fc-slider-labels"><span>1</span><span>81</span></div>
<div class="fc-opt-modes">
<label class="fc-radio-label">
<input type="radio" name="optMode" value="standard"> Standard
</label>
<label class="fc-radio-label">
<input type="radio" name="optMode" value="advanced"> Advanced
</label>
<label class="fc-radio-label">
<input type="radio" name="optMode" value="quantum" checked> Quantum ✨
</label>
</div>
<div class="fc-toggle-row">
<span>Quantum Boost</span>
<label class="fc-toggle">
<input type="checkbox" id="quantumBoostToggle" checked>
<span class="fc-toggle-slider"></span>
</label>
</div>
<button class="fc-btn fc-btn-primary fc-btn-full" id="applyOptimizerBtn">⚡ Apply Settings</button>
</div>
<div class="fc-panel">
<h3 class="fc-panel-title">Optimizer Status</h3>
<div id="optStats" class="fc-opt-stats"></div>
<canvas id="optCanvas" width="300" height="160" class="fc-canvas"></canvas>
</div>
</div>
</section>
<!-- ── PHUBERS.BLOG TAB ──────────────────────────────────────────────── -->
<section id="tab-blog" class="fc-tab hidden">
<div class="fc-section-header">
<div>
<h2>📰 phubers.blog</h2>
<p class="fc-section-desc">Latest posts from phubers.blog — the content engine behind your affiliate income.</p>
</div>
<a href="https://phubers.blog" target="_blank" rel="noopener noreferrer" class="fc-btn fc-btn-secondary">🌐 Visit phubers.blog</a>
</div>
<div id="blogFeed" class="fc-blog-grid"></div>
<div class="fc-blog-cta">
<p>phubers.blog is your affiliate content hub. Every post automatically generates affiliate income through Fastcash.</p>
<a href="https://phubers.blog" target="_blank" rel="noopener noreferrer" class="fc-btn fc-btn-primary">📖 Read Full Blog</a>
</div>
</section>
<script src="script.js"></script>
</body>
</html>