-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
606 lines (573 loc) · 23.3 KB
/
index.html
File metadata and controls
606 lines (573 loc) · 23.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary SEO -->
<title>ACEB — Buy Gift Cards with Crypto | Bitcoin, Ethereum & More</title>
<meta name="description" content="Buy digital gift cards instantly with Bitcoin, Ethereum, Solana, USDC and 10+ cryptocurrencies. Amazon, Netflix, Steam, Airbnb & hundreds more brands. No account required. Instant delivery." />
<meta name="keywords" content="buy gift cards with crypto, bitcoin gift cards, ethereum gift cards, crypto gift cards, digital gift cards cryptocurrency, ACEB, buy amazon gift card crypto, crypto to gift card" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://acebcom.github.io/" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://acebcom.github.io/" />
<meta property="og:title" content="ACEB — Buy Gift Cards with Cryptocurrency" />
<meta property="og:description" content="Spend your crypto on hundreds of digital gift cards. Instant delivery, no account required, no hidden fees. Pay with BTC, ETH, SOL, USDC and more." />
<meta property="og:site_name" content="ACEB" />
<meta property="og:image" content="https://aceb.com/og-image.png" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@ACEBgiftcards" />
<meta name="twitter:title" content="ACEB — Buy Gift Cards with Cryptocurrency" />
<meta name="twitter:description" content="Spend your crypto on hundreds of digital gift cards. Instant delivery, no account required, no hidden fees." />
<meta name="twitter:image" content="https://aceb.com/og-image.png" />
<!-- Schema.org Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "ACEB",
"url": "https://aceb.com",
"logo": "https://aceb.com/logo.png",
"description": "Global online platform for purchasing digital gift cards instantly using cryptocurrency.",
"legalName": "LOYALTY VAULT SRL",
"foundingLocation": "Romania",
"email": "support@aceb.com",
"sameAs": [
"https://www.instagram.com/acebcom",
"https://x.com/ACEBgiftcards",
"https://www.youtube.com/@acebcom",
"https://www.tiktok.com/@acebgiftcards",
"https://t.me/acebgiftcards",
"https://github.com/acebcom"
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "ACEB",
"url": "https://aceb.com",
"potentialAction": {
"@type": "SearchAction",
"target": "https://aceb.com/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--black: #0a0a0a;
--dark: #111827;
--card: #1a2235;
--border: #2a3a55;
--accent: #f59e0b;
--accent2: #3b82f6;
--text: #e2e8f0;
--muted: #94a3b8;
--white: #ffffff;
}
html { scroll-behavior: smooth; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
background: var(--dark);
color: var(--text);
line-height: 1.7;
font-size: 16px;
}
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
/* ── HEADER ── */
header {
background: var(--black);
border-bottom: 1px solid var(--border);
padding: 0 24px;
}
.header-inner {
max-width: 1100px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
height: 64px;
}
.logo {
font-size: 1.5rem;
font-weight: 800;
color: var(--white);
letter-spacing: -0.5px;
}
.logo span { color: var(--accent); }
nav a {
color: var(--muted);
font-size: 0.9rem;
margin-left: 28px;
font-weight: 500;
}
nav a:hover { color: var(--white); text-decoration: none; }
.cta-btn {
display: inline-block;
background: var(--accent);
color: var(--black) !important;
font-weight: 700;
font-size: 0.9rem;
padding: 9px 20px;
border-radius: 8px;
margin-left: 32px;
transition: opacity .15s;
}
.cta-btn:hover { opacity: .85; text-decoration: none; }
/* ── HERO ── */
.hero {
background: radial-gradient(ellipse 80% 60% at 50% 0%, #1e3a5f 0%, var(--dark) 70%);
padding: 100px 24px 80px;
text-align: center;
}
.hero-badge {
display: inline-block;
background: rgba(245,158,11,.12);
color: var(--accent);
border: 1px solid rgba(245,158,11,.3);
font-size: 0.8rem;
font-weight: 600;
padding: 4px 14px;
border-radius: 999px;
margin-bottom: 24px;
letter-spacing: .5px;
text-transform: uppercase;
}
h1 {
font-size: clamp(2rem, 5vw, 3.2rem);
font-weight: 800;
color: var(--white);
line-height: 1.15;
max-width: 780px;
margin: 0 auto 20px;
letter-spacing: -1px;
}
h1 em { color: var(--accent); font-style: normal; }
.hero-sub {
font-size: 1.1rem;
color: var(--muted);
max-width: 600px;
margin: 0 auto 36px;
}
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-primary {
display: inline-block;
background: var(--accent);
color: var(--black);
font-weight: 700;
font-size: 1rem;
padding: 14px 32px;
border-radius: 10px;
transition: opacity .15s, transform .15s;
}
.btn-primary:hover { opacity: .88; transform: translateY(-1px); text-decoration: none; }
.btn-secondary {
display: inline-block;
background: transparent;
color: var(--text);
font-weight: 600;
font-size: 1rem;
padding: 13px 30px;
border-radius: 10px;
border: 1px solid var(--border);
transition: border-color .15s;
}
.btn-secondary:hover { border-color: var(--muted); text-decoration: none; }
/* ── CRYPTO TICKER ── */
.crypto-bar {
background: var(--black);
border-top: 1px solid var(--border);
border-bottom: 1px solid var(--border);
overflow: hidden;
padding: 12px 0;
}
.crypto-bar-inner {
display: flex;
gap: 32px;
animation: ticker 30s linear infinite;
width: max-content;
}
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.crypto-item {
display: flex;
align-items: center;
gap: 8px;
font-size: 0.85rem;
font-weight: 600;
color: var(--muted);
white-space: nowrap;
}
.crypto-item .ticker { color: var(--white); }
/* ── SECTIONS ── */
section { padding: 72px 24px; }
.section-inner { max-width: 1100px; margin: 0 auto; }
h2 {
font-size: clamp(1.5rem, 3vw, 2rem);
font-weight: 800;
color: var(--white);
letter-spacing: -.5px;
margin-bottom: 12px;
}
.section-lead {
color: var(--muted);
font-size: 1rem;
margin-bottom: 48px;
max-width: 560px;
}
/* ── FEATURES ── */
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
}
.feature-card {
background: var(--card);
border: 1px solid var(--border);
border-radius: 14px;
padding: 28px;
transition: border-color .2s;
}
.feature-card:hover { border-color: var(--accent2); }
.feature-icon { font-size: 1.8rem; margin-bottom: 14px; }
.feature-card h3 { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.feature-card p { font-size: 0.9rem; color: var(--muted); line-height: 1.6; }
/* ── HOW IT WORKS ── */
.how-section { background: var(--black); }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 32px; counter-reset: steps; }
.step { text-align: center; counter-increment: steps; }
.step-num {
display: inline-flex;
align-items: center;
justify-content: center;
width: 52px; height: 52px;
border-radius: 50%;
background: rgba(245,158,11,.12);
border: 2px solid var(--accent);
color: var(--accent);
font-size: 1.2rem;
font-weight: 800;
margin-bottom: 16px;
}
.step h3 { font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.step p { font-size: 0.9rem; color: var(--muted); }
/* ── CATEGORIES ── */
.cats { display: flex; flex-wrap: wrap; gap: 12px; }
.cat-tag {
background: var(--card);
border: 1px solid var(--border);
color: var(--text);
font-size: 0.9rem;
font-weight: 500;
padding: 8px 18px;
border-radius: 999px;
transition: border-color .15s, color .15s;
}
.cat-tag:hover { border-color: var(--accent); color: var(--accent); text-decoration: none; }
/* ── CRYPTO TABLE ── */
.crypto-table {
width: 100%;
border-collapse: collapse;
font-size: 0.9rem;
}
.crypto-table th {
text-align: left;
color: var(--muted);
font-weight: 600;
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: .5px;
padding: 12px 16px;
border-bottom: 1px solid var(--border);
}
.crypto-table td {
padding: 14px 16px;
border-bottom: 1px solid rgba(42,58,85,.5);
color: var(--text);
font-weight: 500;
}
.crypto-table tr:last-child td { border-bottom: none; }
.crypto-table tr:hover td { background: rgba(255,255,255,.02); }
.ticker-pill {
display: inline-block;
background: rgba(59,130,246,.1);
border: 1px solid rgba(59,130,246,.25);
color: var(--accent2);
font-size: 0.78rem;
font-weight: 700;
padding: 2px 10px;
border-radius: 999px;
}
/* ── CTA BANNER ── */
.cta-banner {
background: linear-gradient(135deg, #1e3a5f 0%, #1a2235 100%);
border: 1px solid var(--border);
border-radius: 20px;
padding: 56px 40px;
text-align: center;
}
.cta-banner h2 { margin-bottom: 12px; }
.cta-banner p { color: var(--muted); margin-bottom: 32px; max-width: 480px; margin-left: auto; margin-right: auto; }
/* ── SOCIAL ── */
.social-grid { display: flex; flex-wrap: wrap; gap: 14px; }
.social-link {
display: inline-flex;
align-items: center;
gap: 8px;
background: var(--card);
border: 1px solid var(--border);
color: var(--text);
font-size: 0.9rem;
font-weight: 500;
padding: 10px 20px;
border-radius: 10px;
transition: border-color .15s, color .15s;
}
.social-link:hover { border-color: var(--accent); color: var(--accent); text-decoration: none; }
/* ── FOOTER ── */
footer {
background: var(--black);
border-top: 1px solid var(--border);
padding: 40px 24px;
text-align: center;
}
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-logo { font-size: 1.3rem; font-weight: 800; color: var(--white); margin-bottom: 12px; }
.footer-logo span { color: var(--accent); }
footer p { color: var(--muted); font-size: 0.85rem; margin-bottom: 6px; }
footer a { color: var(--muted); }
footer a:hover { color: var(--accent); }
/* ── RESPONSIVE ── */
@media (max-width: 600px) {
nav { display: none; }
.cta-btn { display: none; }
.hero { padding: 60px 20px 50px; }
section { padding: 48px 20px; }
}
</style>
</head>
<body>
<!-- HEADER -->
<header>
<div class="header-inner">
<div class="logo">ACEB<span>.</span>com</div>
<nav>
<a href="#features">Features</a>
<a href="#how-it-works">How It Works</a>
<a href="#crypto">Crypto</a>
<a href="#categories">Brands</a>
<a class="cta-btn" href="https://aceb.com" rel="noopener" target="_blank">Shop Now →</a>
</nav>
</div>
</header>
<!-- HERO -->
<section class="hero">
<div class="hero-badge">Instant · No Account · No Fees</div>
<h1>Buy Digital Gift Cards with <em>Cryptocurrency</em></h1>
<p class="hero-sub">
Spend Bitcoin, Ethereum, Solana, USDC and 10+ other cryptocurrencies on hundreds of top brands —
delivered to your inbox in seconds.
</p>
<div class="hero-actions">
<a class="btn-primary" href="https://aceb.com" rel="noopener" target="_blank">Browse Gift Cards</a>
<a class="btn-secondary" href="https://aceb.com/blog" rel="noopener" target="_blank">Read Our Blog</a>
</div>
</section>
<!-- CRYPTO TICKER -->
<div class="crypto-bar" aria-hidden="true">
<div class="crypto-bar-inner">
<div class="crypto-item">Bitcoin <span class="ticker">BTC</span></div>
<div class="crypto-item">Ethereum <span class="ticker">ETH</span></div>
<div class="crypto-item">Solana <span class="ticker">SOL</span></div>
<div class="crypto-item">USDC <span class="ticker">USDC</span></div>
<div class="crypto-item">BNB <span class="ticker">BNB</span></div>
<div class="crypto-item">XRP <span class="ticker">XRP</span></div>
<div class="crypto-item">Litecoin <span class="ticker">LTC</span></div>
<div class="crypto-item">Dogecoin <span class="ticker">DOGE</span></div>
<div class="crypto-item">Polygon <span class="ticker">MATIC</span></div>
<div class="crypto-item">Tron <span class="ticker">TRX</span></div>
<div class="crypto-item">Bitcoin Cash <span class="ticker">BCH</span></div>
<!-- duplicate for seamless loop -->
<div class="crypto-item">Bitcoin <span class="ticker">BTC</span></div>
<div class="crypto-item">Ethereum <span class="ticker">ETH</span></div>
<div class="crypto-item">Solana <span class="ticker">SOL</span></div>
<div class="crypto-item">USDC <span class="ticker">USDC</span></div>
<div class="crypto-item">BNB <span class="ticker">BNB</span></div>
<div class="crypto-item">XRP <span class="ticker">XRP</span></div>
<div class="crypto-item">Litecoin <span class="ticker">LTC</span></div>
<div class="crypto-item">Dogecoin <span class="ticker">DOGE</span></div>
<div class="crypto-item">Polygon <span class="ticker">MATIC</span></div>
<div class="crypto-item">Tron <span class="ticker">TRX</span></div>
<div class="crypto-item">Bitcoin Cash <span class="ticker">BCH</span></div>
</div>
</div>
<!-- FEATURES -->
<section id="features">
<div class="section-inner">
<h2>Why ACEB?</h2>
<p class="section-lead">A simpler, faster way to turn your digital assets into everyday spending power.</p>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">⚡</div>
<h3>Instant Delivery</h3>
<p>Your gift card code arrives by email within seconds of blockchain payment confirmation. No waiting, no delays.</p>
</div>
<div class="feature-card">
<div class="feature-icon">🔒</div>
<h3>No Account Required</h3>
<p>Browse, pay, and receive your code without creating an account. Maximum privacy, minimum friction.</p>
</div>
<div class="feature-card">
<div class="feature-icon">🌍</div>
<h3>Global Reach</h3>
<p>Gift cards across 50+ countries — serving users in Europe, Asia, North America, and beyond.</p>
</div>
<div class="feature-card">
<div class="feature-icon">💳</div>
<h3>Wide Crypto Support</h3>
<p>BTC, ETH, SOL, LTC, USDC, BNB, XRP, MATIC, DOGE, BCH, TRX + Binance Pay, WalletConnect and SEPA.</p>
</div>
<div class="feature-card">
<div class="feature-icon">🏷️</div>
<h3>No Hidden Fees</h3>
<p>Transparent pricing every time. Clear terms and redemption instructions included with every product.</p>
</div>
<div class="feature-card">
<div class="feature-icon">💬</div>
<h3>24/7 Support</h3>
<p>Real human assistance available around the clock. We're here whenever you need help.</p>
</div>
</div>
</div>
</section>
<!-- HOW IT WORKS -->
<section class="how-section" id="how-it-works">
<div class="section-inner">
<h2>How It Works</h2>
<p class="section-lead">Three steps from crypto to gift card — no complexity, no delays.</p>
<div class="steps">
<div class="step">
<div class="step-num">1</div>
<h3>Browse</h3>
<p>Explore hundreds of digital gift cards on <a href="https://aceb.com" rel="noopener" target="_blank">aceb.com</a> — filter by brand, category, country, or value.</p>
</div>
<div class="step">
<div class="step-num">2</div>
<h3>Pay with Crypto</h3>
<p>Choose your preferred cryptocurrency. Payment is processed securely and confirmed on the blockchain.</p>
</div>
<div class="step">
<div class="step-num">3</div>
<h3>Receive Instantly</h3>
<p>Your digital gift card code is delivered to your email in seconds, with full redemption instructions included.</p>
</div>
</div>
</div>
</section>
<!-- SUPPORTED CRYPTO -->
<section id="crypto">
<div class="section-inner">
<h2>Supported Cryptocurrencies</h2>
<p class="section-lead">Pay with the coins you already hold — no conversion or exchange needed.</p>
<table class="crypto-table" role="table">
<thead>
<tr>
<th>Cryptocurrency</th>
<th>Ticker</th>
</tr>
</thead>
<tbody>
<tr><td>Bitcoin</td><td><span class="ticker-pill">BTC</span></td></tr>
<tr><td>Ethereum</td><td><span class="ticker-pill">ETH</span></td></tr>
<tr><td>Solana</td><td><span class="ticker-pill">SOL</span></td></tr>
<tr><td>Litecoin</td><td><span class="ticker-pill">LTC</span></td></tr>
<tr><td>USD Coin</td><td><span class="ticker-pill">USDC</span></td></tr>
<tr><td>BNB</td><td><span class="ticker-pill">BNB</span></td></tr>
<tr><td>XRP</td><td><span class="ticker-pill">XRP</span></td></tr>
<tr><td>Polygon</td><td><span class="ticker-pill">MATIC</span></td></tr>
<tr><td>Dogecoin</td><td><span class="ticker-pill">DOGE</span></td></tr>
<tr><td>Bitcoin Cash</td><td><span class="ticker-pill">BCH</span></td></tr>
<tr><td>Tron</td><td><span class="ticker-pill">TRX</span></td></tr>
</tbody>
</table>
<p style="margin-top:20px; color: var(--muted); font-size: 0.9rem;">
Additional methods: <strong style="color:var(--text)">Binance Pay</strong>, <strong style="color:var(--text)">WalletConnect</strong>, <strong style="color:var(--text)">SEPA bank transfer</strong>, and more.
</p>
</div>
</section>
<!-- CATEGORIES -->
<section style="background: var(--black);" id="categories">
<div class="section-inner">
<h2>Gift Card Categories</h2>
<p class="section-lead">From streaming to gaming, food delivery to travel — hundreds of top brands available now.</p>
<div class="cats" style="margin-bottom: 36px;">
<a class="cat-tag" href="https://aceb.com" rel="noopener" target="_blank">🎬 Entertainment</a>
<a class="cat-tag" href="https://aceb.com" rel="noopener" target="_blank">🎮 Gaming</a>
<a class="cat-tag" href="https://aceb.com" rel="noopener" target="_blank">🛍️ Retail & eCommerce</a>
<a class="cat-tag" href="https://aceb.com" rel="noopener" target="_blank">🍔 Food & Delivery</a>
<a class="cat-tag" href="https://aceb.com" rel="noopener" target="_blank">✈️ Travel & Experiences</a>
<a class="cat-tag" href="https://aceb.com" rel="noopener" target="_blank">💳 Lifestyle & Prepaid</a>
<a class="cat-tag" href="https://aceb.com" rel="noopener" target="_blank">☁️ Software & Tech</a>
</div>
<p style="color: var(--muted); font-size: 0.95rem;">
Popular brands include
<a href="https://aceb.com" rel="noopener" target="_blank">Amazon</a>,
<a href="https://aceb.com" rel="noopener" target="_blank">Netflix</a>,
<a href="https://aceb.com" rel="noopener" target="_blank">Steam</a>,
<a href="https://aceb.com" rel="noopener" target="_blank">Airbnb</a>,
<a href="https://aceb.com" rel="noopener" target="_blank">Uber Eats</a>,
<a href="https://aceb.com" rel="noopener" target="_blank">Google Play</a>,
<a href="https://aceb.com" rel="noopener" target="_blank">Apple</a>,
<a href="https://aceb.com" rel="noopener" target="_blank">Spotify</a>,
<a href="https://aceb.com" rel="noopener" target="_blank">PlayStation</a>,
<a href="https://aceb.com" rel="noopener" target="_blank">Xbox</a>
— and hundreds more across 50+ countries.
</p>
</div>
</section>
<!-- CTA BANNER -->
<section>
<div class="section-inner">
<div class="cta-banner">
<h2>Ready to spend your crypto?</h2>
<p>Join thousands of users who use ACEB to convert digital assets into real-world value — instantly, securely, and without limits.</p>
<a class="btn-primary" href="https://aceb.com" rel="noopener" target="_blank">Get Started at aceb.com →</a>
</div>
</div>
</section>
<!-- SOCIAL / CONNECT -->
<section style="background: var(--black); padding: 48px 24px;">
<div class="section-inner">
<h2 style="margin-bottom: 24px;">Connect with ACEB</h2>
<div class="social-grid">
<a class="social-link" href="https://www.instagram.com/acebcom" rel="noopener" target="_blank">📸 Instagram</a>
<a class="social-link" href="https://x.com/ACEBgiftcards" rel="noopener" target="_blank">𝕏 Twitter / X</a>
<a class="social-link" href="https://www.youtube.com/@acebcom" rel="noopener" target="_blank">▶ YouTube</a>
<a class="social-link" href="https://www.tiktok.com/@acebgiftcards" rel="noopener" target="_blank">🎵 TikTok</a>
<a class="social-link" href="https://t.me/acebgiftcards" rel="noopener" target="_blank">✈️ Telegram</a>
<a class="social-link" href="https://github.com/acebcom" rel="noopener" target="_blank">🐙 GitHub</a>
<a class="social-link" href="https://aceb.com/blog" rel="noopener" target="_blank">📝 Blog</a>
<a class="social-link" href="https://aceb.com/contact" rel="noopener" target="_blank">💬 Contact</a>
</div>
</div>
</section>
<!-- FOOTER -->
<footer>
<div class="footer-inner">
<div class="footer-logo">ACEB<span>.</span>com</div>
<p>Global platform for buying digital gift cards with cryptocurrency.</p>
<p style="margin-top:8px;">
<a href="https://aceb.com" rel="noopener" target="_blank">aceb.com</a> ·
<a href="mailto:support@aceb.com">support@aceb.com</a> ·
<a href="https://aceb.com/contact" rel="noopener" target="_blank">Contact</a>
</p>
<p style="margin-top:16px; font-size: 0.8rem;">© LOYALTY VAULT SRL — All rights reserved.</p>
</div>
</footer>
</body>
</html>