-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
438 lines (416 loc) · 19.3 KB
/
index.html
File metadata and controls
438 lines (416 loc) · 19.3 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
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nextomic – Complete Finance Solutions</title>
<meta name="description" content="Empowering Your Financial Future with AI-driven financial solutions">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Anime.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js"></script>
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/theme.css">
<link rel="stylesheet" href="assets/css/components.css">
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="nav-container">
<div class="nav-logo">
<h2><i class="fas fa-chart-line"></i> Nextomic</h2>
</div>
<ul class="nav-menu">
<li class="nav-item"><a href="index.html" class="nav-link active">Home</a></li>
<li class="nav-item"><a href="about.html" class="nav-link">About</a></li>
<li class="nav-item"><a href="services.html" class="nav-link">Services</a></li>
<li class="nav-item"><a href="portfolio.html" class="nav-link">Portfolio</a></li>
<li class="nav-item"><a href="expense-tracker.html" class="nav-link">Expenses</a></li>
<li class="nav-item"><a href="calculator.html" class="nav-link">Calculator</a></li>
<li class="nav-item"><a href="demo.html" class="nav-link">Demo</a></li>
<li class="nav-item"><a href="tools.html" class="nav-link">Tools</a></li>
<li class="nav-item"><a href="blog.html" class="nav-link">Blog</a></li>
<li class="nav-item"><a href="contact.html" class="nav-link">Contact</a></li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero">
<div class="hero-container">
<div class="hero-content">
<h1 class="hero-title">
Empowering Your Financial Future
</h1>
<p class="hero-subtitle">
Complete financial solutions powered by AI technology.
Transform your financial journey with intelligent insights and personalized strategies.
</p>
<div class="hero-buttons">
<a href="services.html" class="btn btn-primary">
<i class="fas fa-rocket"></i>
Get Started
</a>
<a href="ai-tools.html" class="btn btn-secondary">
<i class="fas fa-robot"></i>
Explore AI Tools
</a>
</div>
</div>
<div class="hero-visual">
<div class="floating-cards">
<div class="card card-1">
<i class="fas fa-chart-pie"></i>
<span>Analytics</span>
</div>
<div class="card card-2">
<i class="fas fa-shield-alt"></i>
<span>Security</span>
</div>
<div class="card card-3">
<i class="fas fa-brain"></i>
<span>AI</span>
</div>
</div>
</div>
</div>
<div class="hero-bg-animation"></div>
</section>
<!-- Real-Time Widgets -->
<section class="realtime-widgets">
<div class="container">
<div class="exchange-widget" id="exchangeWidget">
<!-- Live currency rates will be loaded here -->
</div>
<div class="stock-ticker" id="stockTicker">
<!-- Stock ticker will scroll here -->
</div>
</div>
</section>
<!-- AI Insights Dashboard -->
<section class="ai-insights-dashboard">
<div class="container">
<div class="section-header">
<h2><i class="fas fa-brain"></i> AI-Powered Financial Insights</h2>
<p>Get intelligent recommendations and predictions powered by advanced machine learning</p>
</div>
<div class="ai-insights-grid">
<div class="ai-insight-card">
<div class="insight-header">
<i class="fas fa-chart-line"></i>
<h3>Market Sentiment</h3>
</div>
<div class="sentiment-indicator">
<div class="sentiment-score positive">
<span class="score">78%</span>
<span class="label">Bullish</span>
</div>
<div class="sentiment-chart">
<div class="chart-bar" style="height: 78%;"></div>
</div>
</div>
<p class="insight-text">AI analysis shows strong positive sentiment across major indices</p>
</div>
<div class="ai-insight-card">
<div class="insight-header">
<i class="fas fa-shield-alt"></i>
<h3>Risk Assessment</h3>
</div>
<div class="risk-meter">
<div class="risk-level low">
<span class="level">Low Risk</span>
<div class="risk-bar">
<div class="risk-fill" style="width: 25%;"></div>
</div>
</div>
</div>
<p class="insight-text">Portfolio risk level is optimal for current market conditions</p>
</div>
<div class="ai-insight-card">
<div class="insight-header">
<i class="fas fa-lightbulb"></i>
<h3>Smart Recommendations</h3>
</div>
<div class="recommendations">
<div class="recommendation-item">
<i class="fas fa-arrow-up"></i>
<span>Consider increasing tech exposure by 15%</span>
</div>
<div class="recommendation-item">
<i class="fas fa-clock"></i>
<span>Rebalance portfolio in next 7 days</span>
</div>
</div>
</div>
<div class="ai-insight-card">
<div class="insight-header">
<i class="fas fa-crystal-ball"></i>
<h3>Predictive Analytics</h3>
</div>
<div class="prediction-chart">
<div class="prediction-line">
<div class="point current">Current</div>
<div class="point predicted">Predicted</div>
</div>
<div class="prediction-stats">
<div class="stat">
<span class="label">Growth</span>
<span class="value positive">+12.5%</span>
</div>
<div class="stat">
<span class="label">Confidence</span>
<span class="value">87%</span>
</div>
</div>
</div>
</div>
<div class="ai-insight-card">
<div class="insight-header">
<i class="fas fa-chart-pie"></i>
<h3>Portfolio Diversification</h3>
</div>
<div class="diversification-chart">
<div class="allocation-item">
<span class="asset-type">Stocks</span>
<div class="allocation-bar">
<div class="allocation-fill" style="width: 45%; background: var(--accent-gradient);">
</div>
</div>
<span class="percentage">45%</span>
</div>
<div class="allocation-item">
<span class="asset-type">Bonds</span>
<div class="allocation-bar">
<div class="allocation-fill"
style="width: 30%; background: linear-gradient(135deg, #4CAF50, #45a049);"></div>
</div>
<span class="percentage">30%</span>
</div>
<div class="allocation-item">
<span class="asset-type">Crypto</span>
<div class="allocation-bar">
<div class="allocation-fill"
style="width: 25%; background: linear-gradient(135deg, #FF9800, #F57C00);"></div>
</div>
<span class="percentage">25%</span>
</div>
</div>
<p class="insight-text">Well-balanced portfolio across multiple asset classes</p>
</div>
<div class="ai-insight-card">
<div class="insight-header">
<i class="fas fa-bullseye"></i>
<h3>Investment Opportunities</h3>
</div>
<div class="opportunities-list">
<div class="opportunity-item">
<div class="opportunity-icon">
<i class="fas fa-star"></i>
</div>
<div class="opportunity-details">
<span class="opportunity-name">Tech ETF</span>
<span class="opportunity-score positive">High Potential</span>
</div>
</div>
<div class="opportunity-item">
<div class="opportunity-icon">
<i class="fas fa-leaf"></i>
</div>
<div class="opportunity-details">
<span class="opportunity-name">Green Energy</span>
<span class="opportunity-score positive">Growing Sector</span>
</div>
</div>
<div class="opportunity-item">
<div class="opportunity-icon">
<i class="fas fa-dollar-sign"></i>
</div>
<div class="opportunity-details">
<span class="opportunity-name">Dividend Stocks</span>
<span class="opportunity-score">Stable Returns</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section class="features">
<div class="container">
<div class="section-header">
<h2>Why Choose Nextomic?</h2>
<p>Discover the advantages that set us apart in the financial technology landscape</p>
</div>
<div class="features-grid">
<div class="feature-card no-js">
<div class="feature-icon">
<i class="fas fa-robot"></i>
</div>
<h3>AI-Powered Insights</h3>
<p>Advanced artificial intelligence provides personalized financial recommendations and market
analysis.</p>
</div>
<div class="feature-card no-js">
<div class="feature-icon">
<i class="fas fa-shield-alt"></i>
</div>
<h3>Bank-Grade Security</h3>
<p>Your financial data is protected with enterprise-level security protocols and encryption.</p>
</div>
<div class="feature-card no-js">
<div class="feature-icon">
<i class="fas fa-chart-line"></i>
</div>
<h3>Real-Time Analytics</h3>
<p>Monitor your financial health with live dashboards and comprehensive reporting tools.</p>
</div>
<div class="feature-card no-js">
<div class="feature-icon">
<i class="fas fa-users"></i>
</div>
<h3>Expert Support</h3>
<p>Access to financial advisors and customer support team available 24/7.</p>
</div>
<div class="feature-card no-js">
<div class="feature-icon">
<i class="fas fa-wallet"></i>
</div>
<h3>Portfolio Management</h3>
<p>Smart portfolio tracking and rebalancing recommendations powered by AI algorithms.</p>
</div>
<div class="feature-card no-js">
<div class="feature-icon">
<i class="fas fa-file-invoice-dollar"></i>
</div>
<h3>Tax Planning</h3>
<p>Optimize your tax strategy with intelligent calculators and expert guidance.</p>
</div>
</div>
</div>
</section>
<!-- Stats Section -->
<section class="stats">
<div class="container">
<div class="stats-grid">
<div class="stat-item">
<div class="stat-number" data-target="10000">0</div>
<div class="stat-label">Happy Clients</div>
</div>
<div class="stat-item">
<div class="stat-number" data-target="500">0</div>
<div class="stat-label">Million Managed</div>
</div>
<div class="stat-item">
<div class="stat-number" data-target="99">0</div>
<div class="stat-label">% Success Rate</div>
</div>
<div class="stat-item">
<div class="stat-number" data-target="24">0</div>
<div class="stat-label">/7 Support</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="cta">
<div class="container">
<div class="cta-content">
<h2>Ready to Transform Your Financial Future?</h2>
<p>Join thousands of users who trust Nextomic for their financial success</p>
<a href="contact.html" class="btn btn-primary btn-large">
<i class="fas fa-arrow-right"></i>
Start Your Journey
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<div class="footer-logo">
<i class="fas fa-chart-line"></i>
<span>Nextomic</span>
</div>
<p>Empowering your financial future with cutting-edge technology and personalized solutions.</p>
<div class="social-links">
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="footer-section">
<h3>Services</h3>
<ul>
<li><a href="services.html">Personal Finance</a></li>
<li><a href="services.html">Investment Planning</a></li>
<li><a href="services.html">Loan Advisory</a></li>
<li><a href="services.html">Tax Calculators</a></li>
</ul>
</div>
<div class="footer-section">
<h3>AI Tools</h3>
<ul>
<li><a href="ai-tools.html">AI Chat Assistant</a></li>
<li><a href="ai-tools.html">Spending Analyzer</a></li>
<li><a href="ai-tools.html">Investment Predictor</a></li>
<li><a href="ai-tools.html">Budget Planner</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Company</h3>
<ul>
<li><a href="about.html">About Us</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="#">Careers</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 Nextomic. All rights reserved. | Owned by AtomNext Solutions</p>
</div>
</div>
</footer>
<!-- AI Chat Widget -->
<div class="chat-widget" id="chatWidget">
<div class="chat-toggle" id="chatToggle">
<i class="fas fa-comments"></i>
</div>
<div class="chat-container" id="chatContainer">
<div class="chat-header">
<h4>AI Assistant</h4>
<button class="chat-close" id="chatClose">
<i class="fas fa-times"></i>
</button>
</div>
<div class="chat-messages" id="chatMessages">
<div class="message bot-message">
<div class="message-content">
Hello! I'm your AI financial assistant. How can I help you today?
</div>
</div>
</div>
<div class="chat-input">
<input type="text" id="chatInput" placeholder="Ask me anything about finance...">
<button id="chatSend">
<i class="fas fa-paper-plane"></i>
</button>
</div>
</div>
</div>
<!-- Custom JavaScript -->
<script src="assets/js/main.js"></script>
</body>
</html>