-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
853 lines (820 loc) · 42.6 KB
/
index.html
File metadata and controls
853 lines (820 loc) · 42.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
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
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Minance — Trade Bitcoin, Ethereum, BNB and 350+ cryptocurrencies with ultra-low fees and institutional-grade security.">
<meta property="og:title" content="Minance — The World's Leading Crypto Exchange">
<meta property="og:description" content="Join 350M+ traders. $76B daily volume. Zero fees on your first trade.">
<meta property="og:type" content="website">
<title>Minance — The World's Leading Crypto Exchange</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<link rel="shortcut icon" href="Assets/Logo.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="scroll-bar"></div>
<div class="announce-bar" id="announcebar">
🎉 Minance is now live in 180+ countries. <a href="#">Zero fees on your first trade →</a>
<button class="announce-close" id="closeAnnounce" aria-label="Close">×</button>
</div>
<nav id="navbar">
<a href="#" class="nav-logo">
<svg width="30" height="30" viewBox="0 0 32 32" fill="none">
<path d="M16 2L6 8V16L16 22L26 16V8L16 2Z" fill="#F0B90B" />
<path d="M16 10L11 13V19L16 22L21 19V13L16 10Z" fill="#0B0E11" />
<path d="M16 14L13 15.5V18.5L16 20L19 18.5V15.5L16 14Z" fill="#F0B90B" opacity="0.7" />
</svg>
<span class="nav-logo-text"><span>M</span>inance</span>
</a>
<ul class="nav-links">
<li><a href="#markets" class="active">Markets</a></li>
<li><a href="#trading">Trade</a></li>
<li><a href="#">Derivatives</a></li>
<li><a href="#earn">Earn</a></li>
<li><a href="#">NFT</a></li>
<li><a href="#">Institutional</a></li>
</ul>
<div class="nav-spacer"></div>
<div class="nav-right">
<button class="lang-btn">
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="10" />
<line x1="2" y1="12" x2="22" y2="12" />
<path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z" />
</svg>
EN
</button>
<a href="#" class="btn-ghost">Log In</a>
<a href="#" class="btn-yellow">Register Now</a>
</div>
<button class="hamburger" id="hamburger" aria-label="Menu">
<span></span><span></span><span></span>
</button>
</nav>
<div class="mobile-drawer" id="drawer">
<ul>
<li><a href="#markets">Markets</a></li>
<li><a href="#trading">Trade</a></li>
<li><a href="#">Derivatives</a></li>
<li><a href="#earn">Earn</a></li>
<li><a href="#">NFT</a></li>
<li><a href="#">Institutional</a></li>
</ul>
<div class="mob-btns">
<a href="#" class="btn-ghost">Log In</a>
<a href="#" class="btn-yellow">Create Account</a>
</div>
</div>
<section class="hero" id="home">
<div class="hero-left">
<div class="hero-badge">
<div class="badge-dot"></div>
#1 Crypto Exchange Worldwide
</div>
<h1>
Trade
<span class="typed-line"><span id="typed-target"></span></span>
With Confidence
</h1>
<p class="hero-sub">
Join 350 million traders on the world's most trusted crypto platform.
Low fees, fast execution, and institutional-grade security — built for everyone.
</p>
<form class="hero-form" id="heroForm">
<input type="email" placeholder="Enter your email address" id="heroEmail" autocomplete="email">
<button type="submit" class="btn-yellow">Get Started</button>
</form>
<div class="hero-stats">
<div class="hero-stat">
<span class="num" data-count="350" data-suffix="M+">350M+</span>
<span class="lbl">Registered Users</span>
</div>
<div class="hero-stat">
<span class="num" data-count="76" data-prefix="$" data-suffix="B">$76B</span>
<span class="lbl">24h Trading Volume</span>
</div>
<div class="hero-stat">
<span class="num" data-count="350" data-suffix="+">350+</span>
<span class="lbl">Cryptocurrencies</span>
</div>
</div>
</div>
<div class="hero-right">
<div class="hero-visual">
<div class="hv-bg-glow"></div>
<div class="hv-bg-glow hv-bg-glow-2"></div>
<div class="orbit o1">
<div class="orbit-dot"></div>
</div>
<div class="orbit o2">
<div class="orbit-dot"></div>
</div>
<div class="orbit o3">
<div class="orbit-dot"></div>
</div>
<div class="coin-token ct-btc">
<svg width="22" height="22" viewBox="0 0 32 32" fill="none">
<circle cx="16" cy="16" r="16" fill="#F7931A" />
<path
d="M22.5 13.8c.3-2-1.2-3.1-3.3-3.8l.7-2.7-1.7-.4-.7 2.6-1.3-.3.7-2.6-1.7-.4-.7 2.7-1.1-.3-2.3-.6-.4 1.8s1.3.3 1.3.3c.7.2.8.7.8.9l-2 7.9c-.1.2-.3.5-.8.4 0 0-1.3-.3-1.3-.3l-.9 1.9 2.2.5 1.2.3-.7 2.8 1.7.4.7-2.7 1.3.3-.7 2.7 1.7.4.7-2.7c2.9.5 5.1.3 6-2.3.7-2.1-.1-3.3-1.5-4 1.1-.3 1.9-1 2.1-2.6zm-3.8 5.4c-.5 2-4 .9-5.1.7l.9-3.6c1.1.3 4.7.8 4.2 2.9zm.5-5.4c-.5 1.8-3.5.9-4.5.7l.8-3.2c1 .2 4.2.7 3.7 2.5z"
fill="white" />
</svg>
</div>
<div class="coin-token ct-eth">
<svg width="20" height="20" viewBox="0 0 32 32" fill="none">
<circle cx="16" cy="16" r="16" fill="#627EEA" />
<path d="M16 5v8.5l7 3.1L16 5z" fill="white" opacity="0.6" />
<path d="M16 5L9 16.6l7-3.1V5z" fill="white" />
<path d="M16 22v5l7-9.7L16 22z" fill="white" opacity="0.6" />
<path d="M16 27v-5l-7-4.7L16 27z" fill="white" />
<path d="M16 20.7l7-4.1-7-3.1v7.2z" fill="white" opacity="0.2" />
<path d="M9 16.6l7 4.1v-7.2L9 16.6z" fill="white" opacity="0.6" />
</svg>
</div>
<div class="coin-token ct-bnb">
<svg width="22" height="22" viewBox="0 0 32 32" fill="none">
<circle cx="16" cy="16" r="16" fill="#F0B90B" />
<path
d="M12.1 13.9L16 10l3.9 3.9 2.3-2.3L16 5.4l-6.2 6.2 2.3 2.3zM5.4 16l2.3-2.3 2.3 2.3-2.3 2.3L5.4 16zm6.7 2.1L16 22l3.9-3.9 2.3 2.3-6.2 6.2-6.2-6.2 2.3-2.3zm8.2-2.1l2.3-2.3 2.3 2.3-2.3 2.3-2.3-2.3zM18.2 16l-2.2-2.2L14 16l2.1 2.1L18.2 16z"
fill="white" />
</svg>
</div>
<div class="coin-token ct-sol">
<svg width="22" height="22" viewBox="0 0 32 32" fill="none">
<circle cx="16" cy="16" r="16" fill="#9945FF" />
<path
d="M8 20.5h12.8c.2 0 .3 0 .4.1l1.5 1.5c.1.1.1.3 0 .4H9.9c-.2 0-.3 0-.4-.1L8 20.9c-.1-.1-.1-.3 0-.4zM8 14h12.8c.2 0 .3 0 .4.1l1.5 1.5c.1.1.1.3 0 .4H9.9c-.2 0-.3 0-.4-.1L8 14.4c-.1-.1-.1-.3 0-.4zM22.7 8.9c-.1-.1-.2-.1-.4-.1H9.5c-.2 0-.4.1-.4.3s.1.3.3.4l1.5 1.5c.1.1.2.1.4.1h12.8c.2 0 .4-.1.4-.3s-.1-.3-.3-.4l-1.5-1.5z"
fill="white" />
</svg>
</div>
<div class="coin-token ct-xrp">
<svg width="20" height="20" viewBox="0 0 32 32" fill="none">
<circle cx="16" cy="16" r="16" fill="#00AAE4" />
<path
d="M22 8h2.8l-5.9 5.8c-1.6 1.6-4.2 1.6-5.8 0L7.2 8H10l4.5 4.4c.8.8 2.1.8 2.9 0L22 8zM10 24H7.2l5.9-5.8c1.6-1.6 4.2-1.6 5.8 0L24.8 24H22l-4.5-4.4c-.8-.8-2.1-.8-2.9 0L10 24z"
fill="white" />
</svg>
</div>
<div class="hv-center">
<div class="hv-pulse-ring r1"></div>
<div class="hv-pulse-ring r2"></div>
<div class="hv-diamond">
<div class="hv-diamond-inner">
<svg width="34" height="34" viewBox="0 0 32 32" fill="none">
<path d="M16 2L6 8V16L16 22L26 16V8L16 2Z" fill="#F0B90B" />
<path d="M16 10L11 13V19L16 22L21 19V13L16 10Z" fill="#0B0E11" />
<path d="M16 14L13 15.5V18.5L16 20L19 18.5V15.5L16 14Z" fill="#F0B90B" opacity="0.65" />
</svg>
</div>
</div>
</div>
<div class="hv-card hv-card-1">
<div class="hvc-row">
<span class="hvc-dot" style="background:#F7931A"></span>
<span class="hvc-pair">BTC/USDT</span>
</div>
<span class="hvc-price" id="hvc-p-btc">$67,842</span>
<span class="hvc-chg up" id="hvc-c-btc">+2.41%</span>
</div>
<div class="hv-card hv-card-2">
<div class="hvc-row">
<span class="hvc-dot" style="background:#627EEA"></span>
<span class="hvc-pair">ETH/USDT</span>
</div>
<span class="hvc-price" id="hvc-p-eth">$3,521</span>
<span class="hvc-chg down" id="hvc-c-eth">-0.87%</span>
</div>
<div class="hv-card hv-card-3">
<div class="hvc-row">
<span class="hvc-dot" style="background:#9945FF"></span>
<span class="hvc-pair">SOL/USDT</span>
</div>
<span class="hvc-price" id="hvc-p-sol">$172.45</span>
<span class="hvc-chg up" id="hvc-c-sol">+3.08%</span>
</div>
<div class="hv-stat-badge">
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="#0ECB81" stroke-width="2.5"
stroke-linecap="round" stroke-linejoin="round">
<polyline points="23 6 13.5 15.5 8.5 10.5 1 18" />
<polyline points="17 6 23 6 23 12" />
</svg>
$76B Volume / 24h
</div>
<div class="hv-p p1"></div>
<div class="hv-p p2"></div>
<div class="hv-p p3"></div>
<div class="hv-p p4"></div>
<div class="hv-p p5"></div>
<div class="hv-p p6"></div>
<div class="hv-p p7"></div>
<div class="hv-p p8"></div>
</div>
</div>
</section>
<div class="ticker-bar">
<div class="ticker-track" id="ticker"></div>
</div>
<section class="section" id="markets" data-aos="fade-up">
<div class="section-hd">
<span class="section-tag">Market Trends</span>
<h2 class="section-title">Explore the Markets</h2>
<p class="section-sub">Real-time prices for top digital assets. Click any column to sort.</p>
</div>
<div class="tab-row">
<button class="tab-btn active" data-tab="all">All</button>
<button class="tab-btn" data-tab="gainers">🔥 Gainers</button>
<button class="tab-btn" data-tab="losers">📉 Losers</button>
<button class="tab-btn" data-tab="new">✨ New Listings</button>
</div>
<div class="market-table-wrap">
<table class="market-table" id="marketTable">
<thead>
<tr>
<th>#</th>
<th>Name</th>
<th data-sort="price">Price</th>
<th data-sort="change">24h Change</th>
<th data-sort="mcap">Market Cap</th>
<th>7D Chart</th>
<th>Trade</th>
</tr>
</thead>
<tbody id="marketBody"></tbody>
</table>
</div>
</section>
<div class="features-bg">
<div class="features-inner">
<div data-aos="fade-up">
<span class="section-tag">Why Minance</span>
<h2 class="section-title">Built for Traders, Trusted by Millions</h2>
<p class="section-sub">Everything you need to trade, earn, and grow your portfolio in one place.</p>
</div>
<div class="features-grid">
<div class="feat-card" data-aos="fade-up" data-aos-delay="0">
<div class="feat-icon"><svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" />
</svg></div>
<h3>Enterprise-Grade Security</h3>
<p>SAFU fund, cold wallet storage for 95% of assets, two-factor authentication, and real-time threat detection
protect every account.</p>
</div>
<div class="feat-card" data-aos="fade-up" data-aos-delay="80">
<div class="feat-icon"><svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2" />
</svg></div>
<h3>Ultra-Fast Matching Engine</h3>
<p>1.4 million transactions per second. Sub-millisecond order execution means you never miss a trade, even
during peak market volatility.</p>
</div>
<div class="feat-card" data-aos="fade-up" data-aos-delay="160">
<div class="feat-icon"><svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="2" y="7" width="20" height="14" rx="2" ry="2" />
<path d="M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16" />
</svg></div>
<h3>Deep Liquidity Pools</h3>
<p>Access the deepest crypto liquidity in the industry. Tight spreads, minimal slippage — trade large volumes
without moving the market.</p>
</div>
<div class="feat-card" data-aos="fade-up" data-aos-delay="0">
<div class="feat-icon"><svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="10" />
<line x1="2" y1="12" x2="22" y2="12" />
<path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z" />
</svg></div>
<h3>180+ Countries Supported</h3>
<p>Available in 180+ countries with localized payment methods, 40+ fiat currencies, and 24/7 customer support
in 15 languages.</p>
</div>
<div class="feat-card" data-aos="fade-up" data-aos-delay="80">
<div class="feat-icon"><svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<line x1="18" y1="20" x2="18" y2="10" />
<line x1="12" y1="20" x2="12" y2="4" />
<line x1="6" y1="20" x2="6" y2="14" />
</svg></div>
<h3>Advanced Trading Tools</h3>
<p>TradingView charts, 100+ technical indicators, spot and margin trading, futures, options — everything a
professional needs, built in.</p>
</div>
<div class="feat-card" data-aos="fade-up" data-aos-delay="160">
<div class="feat-icon"><svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<line x1="19" y1="5" x2="5" y2="19" />
<circle cx="6.5" cy="6.5" r="2.5" />
<circle cx="17.5" cy="17.5" r="2.5" />
</svg></div>
<h3>Industry-Low Fees</h3>
<p>Start at just 0.1% maker/taker fees. Reduce to 0.02% with Minance Token holdings. No hidden charges — ever.
</p>
</div>
</div>
</div>
</div>
<div class="trading-bg" id="trading">
<div class="trading-inner">
<div class="trading-left" data-aos="fade-right">
<span class="section-tag">Pro Trading</span>
<h2>Professional Trading, Simplified</h2>
<p>Whether you're placing your first trade or managing a seven-figure portfolio, Minance gives you the tools to
execute with precision and confidence.</p>
<ul class="t-points">
<li>
<div class="t-check">✓</div>Advanced order types: limit, market, stop-limit, OCO, and trailing stop
</li>
<li>
<div class="t-check">✓</div>Up to 125x leverage on futures with real-time liquidation alerts
</li>
<li>
<div class="t-check">✓</div>Portfolio analytics with P&L tracking, tax reports, and trade history
</li>
<li>
<div class="t-check">✓</div>API access for algorithmic trading with 1,200 requests per minute
</li>
</ul>
<a href="#" class="btn-yellow">Start Trading Now</a>
</div>
<div class="chart-card" data-aos="fade-left">
<div class="chart-hdr">
<div class="chart-left">
<span class="chart-pair">BTC/USDT</span>
<span class="chart-price">$67,842.30</span>
<span class="chart-badge-g">+1.24%</span>
</div>
<div class="chart-tfs">
<button>1m</button><button>5m</button><button>15m</button>
<button class="active">1H</button><button>1D</button><button>1W</button>
</div>
</div>
<div class="chart-svg-wrap">
<svg viewBox="0 0 380 160" width="100%" height="160" xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="none">
<defs>
<linearGradient id="chartGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#0ECB81" stop-opacity="0.12" />
<stop offset="100%" stop-color="#0ECB81" stop-opacity="0" />
</linearGradient>
</defs>
<path
d="M0,120 L26,112 L52,118 L78,105 L104,98 L130,90 L156,96 L182,84 L208,78 L234,68 L260,72 L286,60 L312,55 L338,45 L364,38 L380,32 L380,160 L0,160 Z"
fill="url(#chartGrad)" />
<path
d="M0,120 L26,112 L52,118 L78,105 L104,98 L130,90 L156,96 L182,84 L208,78 L234,68 L260,72 L286,60 L312,55 L338,45 L364,38 L380,32"
fill="none" stroke="#0ECB81" stroke-width="1.8" stroke-linejoin="round" stroke-linecap="round" />
<line x1="13" y1="108" x2="13" y2="126" stroke="#F6465D" stroke-width="1" />
<rect x="8" y="112" width="10" height="8" fill="#F6465D" />
<line x1="39" y1="105" x2="39" y2="122" stroke="#0ECB81" stroke-width="1" />
<rect x="34" y="108" width="10" height="9" fill="#0ECB81" />
<line x1="65" y1="102" x2="65" y2="120" stroke="#F6465D" stroke-width="1" />
<rect x="60" y="105" width="10" height="9" fill="#F6465D" />
<line x1="91" y1="96" x2="91" y2="112" stroke="#0ECB81" stroke-width="1" />
<rect x="86" y="98" width="10" height="8" fill="#0ECB81" />
<line x1="117" y1="90" x2="117" y2="106" stroke="#0ECB81" stroke-width="1" />
<rect x="112" y="92" width="10" height="8" fill="#0ECB81" />
<line x1="143" y1="88" x2="143" y2="104" stroke="#F6465D" stroke-width="1" />
<rect x="138" y="90" width="10" height="8" fill="#F6465D" />
<line x1="169" y1="82" x2="169" y2="98" stroke="#0ECB81" stroke-width="1" />
<rect x="164" y="84" width="10" height="8" fill="#0ECB81" />
<line x1="195" y1="76" x2="195" y2="92" stroke="#0ECB81" stroke-width="1" />
<rect x="190" y="78" width="10" height="8" fill="#0ECB81" />
<line x1="221" y1="68" x2="221" y2="84" stroke="#F6465D" stroke-width="1" />
<rect x="216" y="70" width="10" height="8" fill="#F6465D" />
<line x1="247" y1="64" x2="247" y2="80" stroke="#0ECB81" stroke-width="1" />
<rect x="242" y="66" width="10" height="8" fill="#0ECB81" />
<line x1="273" y1="58" x2="273" y2="74" stroke="#0ECB81" stroke-width="1" />
<rect x="268" y="60" width="10" height="8" fill="#0ECB81" />
<line x1="299" y1="52" x2="299" y2="66" stroke="#F6465D" stroke-width="1" />
<rect x="294" y="54" width="10" height="7" fill="#F6465D" />
<line x1="325" y1="44" x2="325" y2="60" stroke="#0ECB81" stroke-width="1" />
<rect x="320" y="46" width="10" height="8" fill="#0ECB81" />
<line x1="351" y1="38" x2="351" y2="54" stroke="#0ECB81" stroke-width="1" />
<rect x="346" y="40" width="10" height="8" fill="#0ECB81" />
<line x1="370" y1="30" x2="370" y2="46" stroke="#0ECB81" stroke-width="1" />
<rect x="365" y="32" width="10" height="9" fill="#0ECB81" />
</svg>
</div>
<div class="ob-spread">67,842.30</div>
<div class="order-book">
<div class="ob-side">
<div class="ob-head"><span>Price (USDT)</span><span>Amount (BTC)</span></div>
<div class="ob-row ob-sell"><span>67,900.10</span><span>0.842</span>
<div class="ob-fill" style="width:28%"></div>
</div>
<div class="ob-row ob-sell"><span>67,882.40</span><span>1.205</span>
<div class="ob-fill" style="width:42%"></div>
</div>
<div class="ob-row ob-sell"><span>67,865.00</span><span>0.560</span>
<div class="ob-fill" style="width:20%"></div>
</div>
<div class="ob-row ob-sell"><span>67,854.20</span><span>2.140</span>
<div class="ob-fill" style="width:70%"></div>
</div>
<div class="ob-row ob-sell"><span>67,843.80</span><span>0.380</span>
<div class="ob-fill" style="width:14%"></div>
</div>
</div>
<div class="ob-side">
<div class="ob-head"><span>Price (USDT)</span><span>Amount (BTC)</span></div>
<div class="ob-row ob-buy"><span>67,839.50</span><span>1.620</span>
<div class="ob-fill" style="width:54%"></div>
</div>
<div class="ob-row ob-buy"><span>67,824.00</span><span>0.910</span>
<div class="ob-fill" style="width:32%"></div>
</div>
<div class="ob-row ob-buy"><span>67,810.70</span><span>3.400</span>
<div class="ob-fill" style="width:90%"></div>
</div>
<div class="ob-row ob-buy"><span>67,798.30</span><span>0.720</span>
<div class="ob-fill" style="width:24%"></div>
</div>
<div class="ob-row ob-buy"><span>67,780.90</span><span>1.180</span>
<div class="ob-fill" style="width:40%"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="earn-bg" id="earn">
<div class="earn-inner">
<div data-aos="fade-up">
<span class="section-tag">Earn</span>
<h2 class="section-title">Earn Crypto While You Sleep</h2>
<p class="section-sub">Put your idle assets to work. Flexible, locked, and structured products with competitive
yields.</p>
</div>
<div class="earn-grid">
<div class="earn-card" data-aos="fade-up" data-aos-delay="0">
<div class="earn-tag">Staking</div>
<div class="earn-apy">24.5<sup>%</sup></div>
<div class="earn-apy-lbl">Estimated APY</div>
<div class="earn-name">ETH 2.0 Staking</div>
<p class="earn-desc">Stake your ETH and earn rewards while helping secure the Ethereum network. No minimum,
unstake anytime with a 5-day unbonding period.</p>
<button class="earn-btn">Earn Now</button>
</div>
<div class="earn-card" data-aos="fade-up" data-aos-delay="80">
<div class="earn-tag">Flexible Savings</div>
<div class="earn-apy">8.2<sup>%</sup></div>
<div class="earn-apy-lbl">Estimated APY</div>
<div class="earn-name">USDT Flexible</div>
<p class="earn-desc">Deposit USDT and earn daily rewards. Redeem instantly, no lock-up required. Perfect for
traders who want yield without sacrificing liquidity.</p>
<button class="earn-btn">Earn Now</button>
</div>
<div class="earn-card" data-aos="fade-up" data-aos-delay="160">
<div class="earn-tag">Dual Investment</div>
<div class="earn-apy">45.0<sup>%</sup></div>
<div class="earn-apy-lbl">Estimated APY</div>
<div class="earn-name">BTC Dual</div>
<p class="earn-desc">High-yield structured product that lets you earn enhanced returns on Bitcoin regardless
of which direction the price moves. Settle in BTC or USDT.</p>
<button class="earn-btn">Earn Now</button>
</div>
</div>
</div>
</div>
<div class="app-bg">
<div class="app-inner">
<div class="app-left" data-aos="fade-right">
<span class="section-tag">Mobile App</span>
<h2>Trade Anywhere, Anytime</h2>
<p>The Minance app puts a full trading terminal in your pocket. Price alerts, one-tap trading, biometric login,
and real-time portfolio tracking — all in one place.</p>
<div class="qr-row">
<div class="qr-box">
<svg viewBox="0 0 100 100" width="78" height="78">
<rect width="100" height="100" fill="white" />
<rect x="5" y="5" width="38" height="38" fill="none" stroke="#0B0E11" stroke-width="5" />
<rect x="12" y="12" width="24" height="24" fill="#0B0E11" />
<rect x="57" y="5" width="38" height="38" fill="none" stroke="#0B0E11" stroke-width="5" />
<rect x="64" y="12" width="24" height="24" fill="#0B0E11" />
<rect x="5" y="57" width="38" height="38" fill="none" stroke="#0B0E11" stroke-width="5" />
<rect x="12" y="64" width="24" height="24" fill="#0B0E11" />
<rect x="57" y="57" width="5" height="5" fill="#0B0E11" />
<rect x="67" y="57" width="5" height="5" fill="#0B0E11" />
<rect x="77" y="57" width="5" height="5" fill="#0B0E11" />
<rect x="87" y="57" width="8" height="5" fill="#0B0E11" />
<rect x="57" y="67" width="8" height="5" fill="#0B0E11" />
<rect x="72" y="67" width="5" height="5" fill="#0B0E11" />
<rect x="82" y="67" width="13" height="5" fill="#0B0E11" />
<rect x="57" y="77" width="5" height="5" fill="#0B0E11" />
<rect x="67" y="77" width="5" height="5" fill="#0B0E11" />
<rect x="77" y="77" width="18" height="5" fill="#0B0E11" />
<rect x="57" y="87" width="5" height="8" fill="#0B0E11" />
<rect x="72" y="87" width="5" height="8" fill="#0B0E11" />
<rect x="82" y="87" width="13" height="8" fill="#0B0E11" />
</svg>
</div>
<div class="qr-hint">
Scan the QR code to download<br>the Minance app for iOS or Android.<br>
<strong style="color:var(--text-primary);font-size:12px;">4.8 ★ — 10M+ Downloads</strong>
</div>
</div>
<div class="store-btns">
<a href="#" class="store-btn">
<svg class="store-ico" viewBox="0 0 24 24" fill="currentColor">
<path
d="M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.8-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z" />
</svg>
<div class="store-txt"><small>Download on the</small><strong>App Store</strong></div>
</a>
<a href="#" class="store-btn">
<svg class="store-ico" viewBox="0 0 24 24" fill="currentColor">
<path
d="M3.18 23.76c.3.17.64.25 1 .22l.11-.07 10.04-10.05-2.81-2.82L3.18 23.76zm15.72-13.36l-2.68-1.54-3.18 3.17 3.18 3.18 2.71-1.56c.77-.44.77-1.81-.03-2.25zM2.18.31C1.88.56 1.69.96 1.69 1.49v21.08c0 .53.19.93.5 1.18l.07.06L13.61 12.1l.06-.06L2.25.25l-.07.06zM12.44 12.1L3.18.34l.01-.03 10.04 10.02-2.79 2.79-.01-.02z" />
</svg>
<div class="store-txt"><small>Get it on</small><strong>Google Play</strong></div>
</a>
</div>
</div>
<div class="phone" data-aos="fade-left">
<div class="phone-notch"></div>
<div class="phone-screen">
<div class="ph">
<span class="ph-logo">CX</span>
<div class="ph-bal"><small>Portfolio Value</small><strong>$24,381.40</strong></div>
</div>
<div class="ph-chart">
<div class="ph-cl">
<small>BTC / USDT</small><strong>$67,842.30</strong><span>+2.41%</span>
</div>
<svg viewBox="0 0 220 40" width="100%" height="40">
<polyline points="0,32 22,28 44,30 66,22 88,18 110,14 132,16 154,10 176,8 198,5 220,3" fill="none"
stroke="#0ECB81" stroke-width="1.5" stroke-linejoin="round" stroke-linecap="round" />
</svg>
</div>
<div class="ph-actions">
<div class="ph-action">
<div class="ph-ico">↑</div>Buy
</div>
<div class="ph-action">
<div class="ph-ico">↓</div>Sell
</div>
<div class="ph-action">
<div class="ph-ico">⇄</div>Swap
</div>
<div class="ph-action">
<div class="ph-ico">$</div>Earn
</div>
</div>
<div class="ph-coins">
<div class="ph-coin">
<div class="ph-cl2">
<div class="ph-cico ci-btc">BTC</div>
<div>
<div class="ph-cnm">Bitcoin</div>
<div class="ph-csm">0.142 BTC</div>
</div>
</div>
<div class="ph-cr">
<div class="ph-cp">$9,633</div>
<div class="ph-cc" style="color:var(--green)">+2.41%</div>
</div>
</div>
<div class="ph-coin">
<div class="ph-cl2">
<div class="ph-cico ci-eth">ETH</div>
<div>
<div class="ph-cnm">Ethereum</div>
<div class="ph-csm">1.84 ETH</div>
</div>
</div>
<div class="ph-cr">
<div class="ph-cp">$6,480</div>
<div class="ph-cc" style="color:var(--red)">-0.87%</div>
</div>
</div>
<div class="ph-coin">
<div class="ph-cl2">
<div class="ph-cico ci-sol">SOL</div>
<div>
<div class="ph-cnm">Solana</div>
<div class="ph-csm">47.2 SOL</div>
</div>
</div>
<div class="ph-cr">
<div class="ph-cp">$8,140</div>
<div class="ph-cc" style="color:var(--green)">+3.08%</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="trust-bg" id="trust">
<div class="trust-inner" data-aos="fade-up">
<div class="section-hd">
<span class="section-tag">Trust & Security</span>
<h2 class="section-title">Trusted by Millions Worldwide</h2>
<p class="section-sub">Security isn't a feature — it's the foundation everything else is built on.</p>
</div>
<div class="stats-row">
<div class="stat-box"><span class="stat-num" data-count="76" data-prefix="$" data-suffix="B">$76B</span><span
class="stat-lbl">24h Trading Volume</span></div>
<div class="stat-box"><span class="stat-num" data-count="350" data-suffix="M+">350M+</span><span
class="stat-lbl">Registered Users</span></div>
<div class="stat-box"><span class="stat-num" data-count="0.1" data-suffix="%"
data-decimal="true">0.1%</span><span class="stat-lbl">Lowest Trade Fee</span></div>
<div class="stat-box"><span class="stat-num">24/7</span><span class="stat-lbl">Customer Support</span></div>
</div>
<div class="badges-row" data-aos="fade-up">
<div class="sec-badge"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z" />
</svg>SOC 2 Type II Certified</div>
<div class="sec-badge"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<rect x="3" y="11" width="18" height="11" rx="2" ry="2" />
<path d="M7 11V7a5 5 0 0 1 10 0v4" />
</svg>ISO 27001 Certified</div>
<div class="sec-badge"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<polyline points="22 12 18 12 15 21 9 3 6 12 2 12" />
</svg>Proof of Reserves</div>
<div class="sec-badge"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<circle cx="12" cy="12" r="10" />
<polyline points="12 6 12 12 16 14" />
</svg>SAFU Fund: $1B+</div>
</div>
</div>
</div>
<div class="news-bg">
<div class="news-inner" data-aos="fade-up">
<div class="section-hd">
<span class="section-tag">Crypto News</span>
<h2 class="section-title">Latest from the Markets</h2>
<p class="section-sub">Stay ahead with real-time analysis, market intelligence, and in-depth research.</p>
</div>
<div class="news-grid">
<div class="news-card">
<div class="news-img-area"><svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
<line x1="18" y1="20" x2="18" y2="10" />
<line x1="12" y1="20" x2="12" y2="4" />
<line x1="6" y1="20" x2="6" y2="14" />
</svg><span class="news-cat">Analysis</span></div>
<div class="news-body">
<div class="news-date">APR 11, 2025</div>
<div class="news-title">Bitcoin Breaks $68K Resistance — On-Chain Data Points to Further Upside</div>
<p class="news-excerpt">Long-term holder activity is back at 2021 levels while exchange reserves hit a
6-year low. A supply squeeze may be building.</p>
</div>
</div>
<div class="news-card">
<div class="news-img-area"><svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
<path
d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" />
</svg><span class="news-cat">DeFi</span></div>
<div class="news-body">
<div class="news-date">APR 10, 2025</div>
<div class="news-title">Ethereum's Pectra Upgrade Goes Live — What It Means for Gas Fees</div>
<p class="news-excerpt">The latest network upgrade ships account abstraction natively, potentially cutting
average transaction costs by 40% for end users.</p>
</div>
</div>
<div class="news-card">
<div class="news-img-area"><svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="currentColor"
stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
<rect x="1" y="4" width="22" height="16" rx="2" ry="2" />
<line x1="1" y1="10" x2="23" y2="10" />
</svg><span class="news-cat">Institutional</span></div>
<div class="news-body">
<div class="news-date">APR 09, 2025</div>
<div class="news-title">BlackRock's Bitcoin ETF Crosses $20B AUM in Record Time</div>
<p class="news-excerpt">IBIT attracted more assets in its first year than any ETF product in history,
signaling a fundamental shift in institutional appetite for crypto.</p>
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="footer-inner">
<div class="footer-top">
<div class="footer-brand">
<div style="display:inline-flex;align-items:center;gap:9px;">
<svg width="28" height="28" viewBox="0 0 32 32" fill="none">
<path d="M16 2L6 8V16L16 22L26 16V8L16 2Z" fill="#F0B90B" />
<path d="M16 10L11 13V19L16 22L21 19V13L16 10Z" fill="#0B0E11" />
<path d="M16 14L13 15.5V18.5L16 20L19 18.5V15.5L16 14Z" fill="#F0B90B" opacity="0.7" />
</svg>
<span style="font-size:17px;font-weight:700;color:var(--text-primary);letter-spacing:-0.02em;"><span
style="color:var(--accent)">M</span>inance</span>
</div>
<p>The world's leading cryptocurrency exchange. Trade with confidence, earn passively, and manage your digital
wealth in one secure platform.</p>
</div>
<div class="footer-col">
<h4>Products</h4>
<ul>
<li><a href="#">Spot Trading</a></li>
<li><a href="#">Futures</a></li>
<li><a href="#">Options</a></li>
<li><a href="#">Margin</a></li>
<li><a href="#">NFT Marketplace</a></li>
<li><a href="#">Minance Pay</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Services</h4>
<ul>
<li><a href="#">Staking</a></li>
<li><a href="#">Flexible Savings</a></li>
<li><a href="#">Dual Investment</a></li>
<li><a href="#">Launchpad</a></li>
<li><a href="#">Auto-Invest</a></li>
<li><a href="#">Institutional</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Support</h4>
<ul>
<li><a href="#">Help Center</a></li>
<li><a href="#">Fee Structure</a></li>
<li><a href="#">Buy Crypto Guide</a></li>
<li><a href="#">API Documentation</a></li>
<li><a href="#">Submit a Request</a></li>
<li><a href="#">Bug Bounty</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Learn</h4>
<ul>
<li><a href="#">Minance Academy</a></li>
<li><a href="#">Research Reports</a></li>
<li><a href="#">Trading Tutorials</a></li>
<li><a href="#">Market Analysis</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Glossary</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Company</h4>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Press Kit</a></li>
<li><a href="#">Proof of Reserves</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Use</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<span class="footer-copy">© 2026 Minance. All rights reserved.</span>
<div class="footer-socials">
<a href="#" class="social-link" aria-label="Twitter"><svg width="15" height="15" viewBox="0 0 24 24"
fill="currentColor">
<path
d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z" />
</svg></a>
<a href="#" class="social-link" aria-label="Telegram"><svg width="15" height="15" viewBox="0 0 24 24"
fill="currentColor">
<path
d="M11.944 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0a12 12 0 0 0-.056 0zm4.962 7.224c.1-.002.321.023.465.14a.506.506 0 0 1 .171.325c.016.093.036.306.02.472-.18 1.898-.962 6.502-1.36 8.627-.168.9-.499 1.201-.82 1.23-.696.065-1.225-.46-1.9-.902-1.056-.693-1.653-1.124-2.678-1.8-1.185-.78-.417-1.21.258-1.91.177-.184 3.247-2.977 3.307-3.23.007-.032.014-.15-.056-.212s-.174-.041-.249-.024c-.106.024-1.793 1.14-5.061 3.345-.48.33-.913.49-1.302.48-.428-.008-1.252-.241-1.865-.44-.752-.245-1.349-.374-1.297-.789.027-.216.325-.437.893-.663 3.498-1.524 5.83-2.529 6.998-3.014 3.332-1.386 4.025-1.627 4.476-1.635z" />
</svg></a>
<a href="#" class="social-link" aria-label="Discord"><svg width="15" height="15" viewBox="0 0 24 24"
fill="currentColor">
<path
d="M20.317 4.37a19.791 19.791 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0 12.64 12.64 0 0 0-.617-1.25.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057.1 18.063.103 18.07.108 18.073a19.9 19.9 0 0 0 5.993 3.03.078.078 0 0 0 .084-.028c.462-.63.874-1.295 1.226-1.994a.076.076 0 0 0-.041-.106 13.107 13.107 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10.2 10.2 0 0 0 .372-.292.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01c.12.098.246.198.373.292a.077.077 0 0 1-.006.127 12.299 12.299 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028 19.839 19.839 0 0 0 6.002-3.03.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03z" />
</svg></a>
<a href="#" class="social-link" aria-label="LinkedIn"><svg width="15" height="15" viewBox="0 0 24 24"
fill="currentColor">
<path
d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 0 1-2.063-2.065 2.064 2.064 0 1 1 2.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z" />
</svg></a>
</div>
</div>
<p class="footer-disclaimer">
Cryptocurrency trading involves substantial risk of loss and is not suitable for all investors. The value of
cryptocurrencies can go down as well as up and you can lose your entire investment. Past performance is not
indicative of future results. Minance is not a registered investment advisor and nothing on this platform
constitutes financial advice. Trade responsibly.
</p>
</div>
</footer>
<button id="back-top" aria-label="Back to top">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<polyline points="18 15 12 9 6 15" />
</svg>
</button>
<div class="toast-wrap" id="toastWrap"></div>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="https://unpkg.com/typed.js@2.1.0/dist/typed.umd.js"></script>
<script src="script.js"></script>
</body>
</html>