-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
772 lines (752 loc) · 55.1 KB
/
index.html
File metadata and controls
772 lines (752 loc) · 55.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Functionland - Own Your Files | Decentralized Storage with Fula Network</title>
<meta name="description" content="Own your files, not just use them. FxFiles puts your photos, docs, and data on the decentralized Fula network — no Web3 knowledge needed. Download for Android and iOS.">
<meta property="og:title" content="Functionland - Own Your Files, Not Someone Else's Servers">
<meta property="og:description" content="Your data lives on the decentralized Fula network. Use familiar apps, no Web3 knowledge needed. Upgrade from user to owner.">
<meta property="og:url" content="https://fx.land/">
<meta property="og:type" content="website">
<meta property="og:image" content="https://fx.land/assets/images/logo/fula-icon-green.png">
<link rel="canonical" href="https://fx.land/">
<link rel="icon" type="image/png" href="assets/images/logo/fula-icon-green.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap" rel="stylesheet" media="print" onload="this.media='all'">
<link rel="stylesheet" href="css/base.css?v=2">
<link rel="stylesheet" href="css/header.css?v=2">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="css/home.css?v=3">
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"Organization","name":"Functionland","url":"https://fx.land","logo":"https://fx.land/assets/images/logo/fula-lockup-green.png","description":"DePIN blockchain platform for decentralized AI-powered data storage","sameAs":["https://x.com/functionland","https://t.me/functionland","https://github.com/functionland","https://www.linkedin.com/company/functionland","https://instagram.com/functionland.official"]}
</script>
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebSite","name":"Functionland","url":"https://fx.land","description":"DePIN blockchain platform for AI-powered decentralized storage"}
</script>
</head>
<body>
<a href="#main-content" class="skip-link">Skip to content</a>
<!-- Header -->
<header class="site-header">
<div class="container">
<a href="index.html" class="site-header__logo">
<img src="assets/images/logo/fula-lockup-green.png" alt="Functionland" width="140" height="36">
</a>
<button class="hamburger" aria-label="Toggle menu" aria-expanded="false">
<span class="hamburger__line"></span>
<span class="hamburger__line"></span>
<span class="hamburger__line"></span>
</button>
<nav class="nav">
<ul class="nav__list">
<li class="nav__item">
<a href="index.html" class="nav__link nav__link--active">Home</a>
</li>
<li class="nav__item">
<a href="ecosystem/" class="nav__link">Ecosystem</a>
</li>
<li class="nav__item nav__item--has-dropdown">
<a href="#" class="nav__link">Participate <span class="nav__arrow">▾</span></a>
<div class="nav__dropdown">
<a href="use-apps/" class="nav__dropdown-link">Use Apps</a>
<a href="fxblox-device/" class="nav__dropdown-link">FxBlox Device</a>
<a href="token/" class="nav__dropdown-link">Token</a>
<a href="build/" class="nav__dropdown-link">Build Apps</a>
<a href="fula-staking/" class="nav__dropdown-link">FULA Staking</a>
<a href="fula-vip-staking/" class="nav__dropdown-link">FULA VIP Staking</a>
<a href="ipfs-ecosystem/" class="nav__dropdown-link">IPFS Ecosystem</a>
<a href="live-map/" class="nav__dropdown-link">Live Map</a>
<a href="fec-nfts/" class="nav__dropdown-link">FEC NFTs</a>
<a href="https://docs.fx.land/functionyard" class="nav__dropdown-link nav__dropdown-link--external" target="_blank" rel="noopener">Documentation</a>
<a href="https://fx.land/FulaWP" class="nav__dropdown-link nav__dropdown-link--external" target="_blank" rel="noopener">Whitepaper</a>
</div>
</li>
<li class="nav__item">
<a href="about/" class="nav__link">About</a>
</li>
</ul>
<a id="nav-cta" href="use-apps/" class="btn btn--primary btn--sm nav__cta">Own Your Files</a>
</nav>
</div>
</header>
<main id="main-content">
<!-- Hero -->
<section class="hero">
<div class="hero__mesh"></div>
<div class="hero__grid-overlay"></div>
<div class="container">
<div class="hero__split">
<div class="hero__content">
<h1 class="hero__title"><span class="gradient-text">Own Your Files.</span> Not Just a User — an Owner.</h1>
<p class="hero__subtitle">Your photos, docs, and data live on the decentralized Fula network — not on someone else's servers. Use familiar apps, no Web3 knowledge needed.</p>
<div class="hero__buttons">
<a id="hero-app-link" href="use-apps/" class="btn btn--primary btn--lg btn--arrow">Get FxFiles</a>
<a href="ecosystem/" class="btn btn--glass btn--lg">Explore Ecosystem</a>
</div>
<script>
(function () {
var link = document.getElementById('hero-app-link');
if (!link) return;
var ua = navigator.userAgent || '';
if (/android/i.test(ua)) {
link.href = 'https://play.google.com/store/apps/details?id=land.fx.files';
link.target = '_blank';
link.rel = 'noopener';
link.textContent = 'Get FxFiles on Android';
} else if (/iPad|iPhone|iPod/.test(ua) || (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1)) {
link.href = 'https://apps.apple.com/ca/app/fxfiles/id1658500313';
link.target = '_blank';
link.rel = 'noopener';
link.textContent = 'Get FxFiles on iOS';
}
})();
</script>
</div>
<div class="hero__instagram" id="hero-instagram">
<div class="network-window">
<div class="network-window__image-wrap">
<div class="network-window__skeleton"></div>
</div>
</div>
<div class="network-window__connector network-window__connector--1"></div>
<div class="network-window__connector network-window__connector--2"></div>
<div class="network-window__connector network-window__connector--3"></div>
</div>
</div>
</div>
</section>
<!-- Partner Logos Carousel -->
<section class="partners">
<div class="partners__track-wrap">
<div class="carousel">
<div class="carousel__track">
<img src="assets/images/partners/fulama.png" alt="FULAMA" class="carousel__item" width="172" height="48" loading="lazy">
<img src="assets/images/partners/dorahacks.png" alt="DoraHacks" class="carousel__item" width="234" height="48" loading="lazy">
<img src="assets/images/partners/iotex.png" alt="IoTeX" class="carousel__item" width="163" height="48" loading="lazy">
<img src="assets/images/partners/ct.png" alt="CoinTelegraph" class="carousel__item" width="176" height="48" loading="lazy">
<img src="assets/images/partners/skale.svg" alt="SKALE" class="carousel__item" width="120" height="48" loading="lazy">
<img src="assets/images/partners/1871.png" alt="1871" class="carousel__item" width="79" height="48" loading="lazy">
<img src="assets/images/partners/treefrog.png" alt="Treefrog Accelerator" class="carousel__item" width="148" height="48" loading="lazy">
</div>
</div>
</div>
</section>
<!-- Weekly Briefing -->
<section class="pulse section">
<div class="container">
<div class="pulse__content fade-up" id="project-pulse">
<!-- Populated by pulse.js -->
</div>
</div>
</section>
<!-- Features -->
<section class="features section" aria-label="Product features">
<div class="container">
<div class="section__header fade-up">
<h2 class="section__title">Why Functionland?</h2>
<p class="section__subtitle">Infrastructure that scales with you. Fast, affordable, green, and fully decentralized.</p>
</div>
<div class="features__grid">
<div class="feature-card fade-up">
<div class="feature-card__icon-wrap">
<img src="assets/images/icons/decentralized.svg" alt="Decentralized DePIN blockchain network" class="feature-card__icon" loading="lazy">
</div>
<h3 class="feature-card__title">Highly Decentralized</h3>
<p class="feature-card__text">Running on individually-owned nodes, Functionland is highly secure and decentralized.</p>
</div>
<div class="feature-card fade-up">
<div class="feature-card__icon-wrap">
<img src="assets/images/icons/scalable.svg" alt="Scalable blockchain AI storage" class="feature-card__icon" loading="lazy">
</div>
<h3 class="feature-card__title">Scalable Storage</h3>
<p class="feature-card__text">Easily handle huge amounts of data. Simply plug another disk to any node to expand capacity.</p>
</div>
<div class="feature-card fade-up">
<div class="feature-card__icon-wrap">
<img src="assets/images/icons/modular.svg" alt="Cross-platform DePIN apps" class="feature-card__icon" loading="lazy">
</div>
<h3 class="feature-card__title">Cross Platform</h3>
<p class="feature-card__text">The Fula Storage network runs on any Windows or Linux device with just one click to install.</p>
</div>
<div class="feature-card fade-up">
<div class="feature-card__icon-wrap">
<img src="assets/images/icons/environment.svg" alt="Energy-efficient blockchain node" class="feature-card__icon" loading="lazy">
</div>
<h3 class="feature-card__title">Environmentally Friendly</h3>
<p class="feature-card__text">FxBlox is a low-power device that costs under $1 a month to run and only needs air for cooling.</p>
</div>
<div class="feature-card fade-up">
<div class="feature-card__icon-wrap">
<img src="assets/images/icons/low-cost.svg" alt="Low-cost DePIN storage" class="feature-card__icon" loading="lazy">
</div>
<h3 class="feature-card__title">Low Cost Storage</h3>
<p class="feature-card__text">Up to 2x cheaper than centralized providers and up to 10x cheaper than decentralized alternatives.</p>
</div>
<div class="feature-card fade-up">
<div class="feature-card__icon-wrap">
<img src="assets/images/icons/plugin.svg" alt="AI computing on DePIN blockchain" class="feature-card__icon" loading="lazy">
</div>
<h3 class="feature-card__title">Beyond Storage</h3>
<p class="feature-card__text">Run other DePIN protocols, create a decentralized CDN, and provide GPU computing for AI applications.</p>
</div>
</div>
</div>
</section>
<!-- How It Works -->
<section class="how-it-works section section--light" aria-label="How it works">
<div class="container">
<div class="section__header fade-up">
<h2 class="section__title">How It Works</h2>
</div>
<div class="how-it-works__tabs fade-up" role="tablist" aria-label="Choose your role">
<button class="how-it-works__tab how-it-works__tab--active" role="tab" aria-selected="true" aria-controls="hiw-users" id="tab-users">App Users</button>
<button class="how-it-works__tab" role="tab" aria-selected="false" aria-controls="hiw-developers" id="tab-developers">App Developers</button>
<button class="how-it-works__tab" role="tab" aria-selected="false" aria-controls="hiw-providers" id="tab-providers">Storage Providers</button>
</div>
<!-- App Users -->
<div class="how-it-works__panel how-it-works__panel--active" id="hiw-users" role="tabpanel" aria-labelledby="tab-users">
<div class="how-it-works__steps">
<div class="how-it-works__step">
<div class="how-it-works__number">1</div>
<h3 class="how-it-works__step-title">Download</h3>
<p class="how-it-works__step-text">Get apps from Google Play or the App Store — just like you normally would.</p>
</div>
<div class="how-it-works__connector" aria-hidden="true">
<svg width="40" height="20" viewBox="0 0 40 20" fill="none"><path d="M0 10H35M35 10L28 3M35 10L28 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
</div>
<div class="how-it-works__step">
<div class="how-it-works__number">2</div>
<h3 class="how-it-works__step-title">Use Normally</h3>
<p class="how-it-works__step-text">It works like any app you know. No Web3 knowledge needed — zero learning curve.</p>
</div>
<div class="how-it-works__connector" aria-hidden="true">
<svg width="40" height="20" viewBox="0 0 40 20" fill="none"><path d="M0 10H35M35 10L28 3M35 10L28 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
</div>
<div class="how-it-works__step">
<div class="how-it-works__number">3</div>
<h3 class="how-it-works__step-title">You're an Owner</h3>
<p class="how-it-works__step-text">You just upgraded from user to owner. Your data lives on your terms, not someone else's servers.</p>
</div>
</div>
<div class="how-it-works__cta">
<a href="use-apps/" class="btn btn--outline btn--arrow">Explore Apps</a>
</div>
</div>
<!-- Developers -->
<div class="how-it-works__panel" id="hiw-developers" role="tabpanel" aria-labelledby="tab-developers" hidden>
<div class="how-it-works__steps">
<div class="how-it-works__step">
<div class="how-it-works__number">1</div>
<h3 class="how-it-works__step-title">Use Any S3 Library</h3>
<p class="how-it-works__step-text">Keep your existing tools. Fula is compatible with standard S3 libraries you already know.</p>
</div>
<div class="how-it-works__connector" aria-hidden="true">
<svg width="40" height="20" viewBox="0 0 40 20" fill="none"><path d="M0 10H35M35 10L28 3M35 10L28 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
</div>
<div class="how-it-works__step">
<div class="how-it-works__number">2</div>
<h3 class="how-it-works__step-title">Build on Fula</h3>
<p class="how-it-works__step-text">Replace central storage servers with the Fula network. No Web3 knowledge needed.</p>
</div>
<div class="how-it-works__connector" aria-hidden="true">
<svg width="40" height="20" viewBox="0 0 40 20" fill="none"><path d="M0 10H35M35 10L28 3M35 10L28 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
</div>
<div class="how-it-works__step">
<div class="how-it-works__number">3</div>
<h3 class="how-it-works__step-title">Publish</h3>
<p class="how-it-works__step-text">Ship your app backed by decentralized infrastructure. Your users own their data.</p>
</div>
</div>
<div class="how-it-works__cta">
<a href="build/" class="btn btn--outline btn--arrow">Start Building</a>
</div>
</div>
<!-- Storage Providers -->
<div class="how-it-works__panel" id="hiw-providers" role="tabpanel" aria-labelledby="tab-providers" hidden>
<div class="how-it-works__steps">
<div class="how-it-works__step">
<div class="how-it-works__number">1</div>
<h3 class="how-it-works__step-title">Get FxBlox</h3>
<p class="how-it-works__step-text">Order your FxBlox hardware — a compact, energy-efficient node designed for everyone.</p>
</div>
<div class="how-it-works__connector" aria-hidden="true">
<svg width="40" height="20" viewBox="0 0 40 20" fill="none"><path d="M0 10H35M35 10L28 3M35 10L28 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
</div>
<div class="how-it-works__step">
<div class="how-it-works__number">2</div>
<h3 class="how-it-works__step-title">Plug In</h3>
<p class="how-it-works__step-text">Connect to your network and storage. One-click setup — no technical skills needed.</p>
</div>
<div class="how-it-works__connector" aria-hidden="true">
<svg width="40" height="20" viewBox="0 0 40 20" fill="none"><path d="M0 10H35M35 10L28 3M35 10L28 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
</div>
<div class="how-it-works__step">
<div class="how-it-works__number">3</div>
<h3 class="how-it-works__step-title">Earn Crypto</h3>
<p class="how-it-works__step-text">Start earning FULA rewards by providing storage and compute to the decentralized network.</p>
</div>
</div>
<div class="how-it-works__cta">
<a href="fxblox-device/" class="btn btn--outline btn--arrow">Get FxBlox</a>
</div>
</div>
</div>
</section>
<!-- Node Network Stats -->
<section class="node-network" aria-label="Network statistics">
<div class="container">
<div class="node-network__split fade-up">
<div class="node-network__content">
<h2 class="node-network__title">Join The Largest User-Owned Data Economy</h2>
<p class="node-network__subtitle">Upgrade from a renter to an owner and lead the next generation of cloud.</p>
<div class="stats">
<div class="stat stat--glass">
<div class="stat__number" data-counter="900" data-suffix="+" data-stat="nodes">0</div>
<div class="stat__accent"></div>
<div class="stat__label">Active Nodes</div>
</div>
<div class="stat stat--glass">
<div class="stat__number" data-counter="50" data-suffix="+ PB">0</div>
<div class="stat__accent"></div>
<div class="stat__label">Storage Capacity</div>
</div>
<div class="stat stat--glass">
<div class="stat__number" data-counter="30" data-suffix="+">0</div>
<div class="stat__accent"></div>
<div class="stat__label">Countries</div>
</div>
</div>
<div class="mt-3">
<a href="live-map/" class="btn btn--primary btn--lg btn--arrow">View Live Map</a>
</div>
</div>
<div class="node-network__globe">
<div class="globe-scene">
<div class="globe-glow"></div>
<canvas id="cobe-globe"><p>3D globe showing Fula network nodes worldwide</p></canvas>
<div class="orbital-ring orbital-ring--1"><div class="orbital-dot"></div></div>
<div class="orbital-ring orbital-ring--2"><div class="orbital-dot"></div></div>
<div class="orbital-ring orbital-ring--3"><div class="orbital-dot"></div></div>
</div>
</div>
</div>
</div>
</section>
<!-- Product Showcase + Testimonials Carousel -->
<section class="showcase section" aria-label="Product showcase and testimonials">
<div class="container">
<div class="section__header fade-up">
<h2 class="section__title">Trusted By Industry Leaders</h2>
</div>
<div class="showcase-carousel fade-up" role="region" aria-roledescription="carousel" aria-label="Product showcase">
<div class="showcase-carousel__track">
<!-- Slide 1 -->
<div class="showcase-slide" data-index="0">
<div class="showcase-slide__product">
<div class="showcase-slide__media">
<img src="assets/images/home/fxfotos2.jpg" alt="FxFiles - Decentralized file storage" loading="lazy">
</div>
<h3 class="showcase-slide__title">Your Files, Your Cloud</h3>
<p class="showcase-slide__desc">FxFiles is a file manager app that syncs your files with the Fula decentralized cloud. Your data stays yours, with no centralized servers.</p>
<div class="mt-2">
<a href="use-apps/" class="btn btn--primary btn--arrow">Explore Apps</a>
</div>
</div>
<div class="showcase-slide__quote">
<blockquote class="showcase-slide__blockquote">
<p>“Functionland is exactly what I look for in disruptive brands — they’re not just building another tech product, they’re creating a movement. What gets me fired up is how they’re completely flipping the script on cloud storage.”</p>
</blockquote>
<div class="showcase-slide__author">
<img src="assets/images/testimonials/shaun.jpg" alt="Shaun Neff" class="showcase-slide__avatar" loading="lazy">
<div>
<div class="showcase-slide__name">Shaun Neff</div>
<div class="showcase-slide__role">Branding Whisperer, By Forbes</div>
</div>
</div>
</div>
</div>
<!-- Slide 2 -->
<div class="showcase-slide" data-index="1">
<div class="showcase-slide__product">
<div class="showcase-slide__media">
<img src="assets/images/home/expandable.jpg" alt="FxBlox expandable hardware" loading="lazy">
</div>
<h3 class="showcase-slide__title">Expandable Hardware</h3>
<p class="showcase-slide__desc">FxBlox is designed to grow with you. Add storage, expansion cards, and custom modules to build the node that fits your needs.</p>
<div class="mt-2">
<a href="fxblox-device/" class="btn btn--primary btn--arrow">Learn More About FxBlox</a>
</div>
</div>
<div class="showcase-slide__quote">
<blockquote class="showcase-slide__blockquote">
<p>“What excites me about Functionland is how they’re building critical infrastructure for decentralized AI at the edge. Their FxBlox hardware isn’t just about storage — it’s creating a network of distributed computing resources that could be fundamental for running decentralized AI models.”</p>
</blockquote>
<div class="showcase-slide__author">
<img src="assets/images/testimonials/ben.jpg" alt="Ben Goertzel" class="showcase-slide__avatar" loading="lazy">
<div>
<div class="showcase-slide__name">Ben Goertzel</div>
<div class="showcase-slide__role">Founder of AGI and Singularity Net</div>
</div>
</div>
</div>
</div>
<!-- Slide 3 -->
<div class="showcase-slide" data-index="2">
<div class="showcase-slide__product">
<div class="showcase-slide__media">
<img src="assets/images/home/woman-cafe-mockup.jpg" alt="Mobile app experience" loading="lazy">
</div>
<h3 class="showcase-slide__title">Web2 Experience, Web3 Power</h3>
<p class="showcase-slide__desc">Use familiar apps powered by decentralized infrastructure. No crypto knowledge needed — just install and go.</p>
<div class="mt-2">
<a href="use-apps/" class="btn btn--primary btn--arrow">Get Started</a>
</div>
</div>
<div class="showcase-slide__quote">
<blockquote class="showcase-slide__blockquote">
<p>“What caught our attention about Functionland was their unique approach to democratizing data storage. Their combination of user-friendly hardware and decentralized infrastructure demonstrates the kind of innovation we look for at Techstars.”</p>
</blockquote>
<div class="showcase-slide__author">
<img src="assets/images/testimonials/isaac.jpg" alt="Isaac Kato" class="showcase-slide__avatar" loading="lazy">
<div>
<div class="showcase-slide__name">Isaac Kato</div>
<div class="showcase-slide__role">Ex-director of Techstars Seattle</div>
</div>
</div>
</div>
</div>
<!-- Slide 4 -->
<div class="showcase-slide" data-index="3">
<div class="showcase-slide__product">
<div class="showcase-slide__media">
<img src="assets/images/home/production.jpg" alt="FxBlox production design" loading="lazy">
</div>
<h3 class="showcase-slide__title">Built for Production</h3>
<p class="showcase-slide__desc">FxBlox hardware is designed by Yves Behar, hailed by Forbes as the most influential industrial designer. Quality you can see and feel.</p>
<div class="mt-2">
<a href="fxblox-device/" class="btn btn--primary btn--arrow">See FxBlox</a>
</div>
</div>
<div class="showcase-slide__quote">
<blockquote class="showcase-slide__blockquote">
<p>“What makes Functionland truly revolutionary is how it harmoniously blends advanced technology with human needs. The FxBlox isn’t just another tech product; it’s a manifestation of how design can democratize complex technology.”</p>
</blockquote>
<div class="showcase-slide__author">
<img src="assets/images/testimonials/yves.jpg" alt="Yves Behar" class="showcase-slide__avatar" loading="lazy">
<div>
<div class="showcase-slide__name">Yves Behar</div>
<div class="showcase-slide__role">The Most Influential Designer, By Forbes</div>
</div>
</div>
</div>
</div>
</div>
<!-- Inline hover arrows -->
<button class="showcase-carousel__arrow showcase-carousel__arrow--prev" aria-label="Previous">
<svg width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M12.5 15L7.5 10L12.5 5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
</button>
<button class="showcase-carousel__arrow showcase-carousel__arrow--next" aria-label="Next">
<svg width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M7.5 5L12.5 10L7.5 15" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
</button>
<!-- Dots -->
<div class="showcase-carousel__dots">
<button class="showcase-carousel__dot showcase-carousel__dot--active" data-slide="0" aria-label="Slide 1"></button>
<button class="showcase-carousel__dot" data-slide="1" aria-label="Slide 2"></button>
<button class="showcase-carousel__dot" data-slide="2" aria-label="Slide 3"></button>
<button class="showcase-carousel__dot" data-slide="3" aria-label="Slide 4"></button>
</div>
</div>
</div>
</section>
<!-- Latest News -->
<section class="news section">
<div class="container">
<div class="section__header fade-up">
<h2 class="section__title">Latest <span class="gradient-text">News</span></h2>
<p class="section__subtitle">Updates from our team</p>
</div>
<div class="news__carousel fade-up">
<button class="news__prev" aria-label="Previous">
<svg width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M12.5 15L7.5 10L12.5 5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
</button>
<div class="news__track" id="twitter-news">
<!-- Populated by twitter-news.js from instagram.json -->
</div>
<button class="news__next" aria-label="Next">
<svg width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M7.5 5L12.5 10L7.5 15" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
</button>
</div>
</div>
</section>
<!-- FAQ Section -->
<section class="faq section" aria-label="Frequently asked questions">
<div class="container">
<div class="section__header fade-up">
<h2 class="section__title">Frequently Asked Questions</h2>
</div>
<div class="faq__tabs fade-up" role="tablist" aria-label="FAQ audience">
<button class="how-it-works__tab how-it-works__tab--active" role="tab" aria-selected="true" aria-controls="faq-users" id="faq-tab-users">App Users</button>
<button class="how-it-works__tab" role="tab" aria-selected="false" aria-controls="faq-developers" id="faq-tab-developers">App Developers</button>
<button class="how-it-works__tab" role="tab" aria-selected="false" aria-controls="faq-providers" id="faq-tab-providers">Storage Providers</button>
</div>
<!-- App Users FAQ -->
<div class="how-it-works__panel how-it-works__panel--active" id="faq-users" role="tabpanel" aria-labelledby="faq-tab-users">
<div class="faq__list">
<details class="faq__item">
<summary class="faq__question">Do I need any technical or Web3 knowledge?</summary>
<div class="faq__answer">
<p>Not at all. You just download the app from Google Play or the App Store and use it like any normal app. Everything decentralized happens behind the scenes.</p>
</div>
</details>
<details class="faq__item">
<summary class="faq__question">What makes this different from Google Drive or iCloud?</summary>
<div class="faq__answer">
<p>Your files are stored on a decentralized network instead of a single company's servers. You truly own your data — no one can access, mine, or shut off your storage.</p>
</div>
</details>
<details class="faq__item">
<summary class="faq__question">Is my data safe on the Fula network?</summary>
<div class="faq__answer">
<p>Yes. Your data is encrypted and replicated across multiple nodes. It's actually more resilient than traditional cloud storage because there's no single point of failure.</p>
</div>
</details>
<details class="faq__item">
<summary class="faq__question">What apps can I use right now?</summary>
<div class="faq__answer">
<p>FxFiles is available on Android and iOS for file storage and photo backup. More apps are being built by developers on the Fula network every day.</p>
</div>
</details>
</div>
</div>
<!-- Developers FAQ -->
<div class="how-it-works__panel" id="faq-developers" role="tabpanel" aria-labelledby="faq-tab-developers" hidden>
<div class="faq__list">
<details class="faq__item">
<summary class="faq__question">Do I need to know Web3 to build an app?</summary>
<div class="faq__answer">
<p>No. Fula is based on standard S3 APIs, so you can use the same libraries and tools you already know. No blockchain or Web3 knowledge required.</p>
</div>
</details>
<details class="faq__item">
<summary class="faq__question">Can I migrate my existing app to Fula?</summary>
<div class="faq__answer">
<p>Yes. If your app already supports S3, migrating is as simple as changing the S3 endpoint. No rewrite needed — just point to the Fula network and you're done.</p>
</div>
</details>
<details class="faq__item">
<summary class="faq__question">Can I build apps for any platform?</summary>
<div class="faq__answer">
<p>Yes. Android, iOS, Windows, macOS, and Linux all have S3 libraries available for app developers. Build once with standard APIs, deploy everywhere.</p>
</div>
</details>
<details class="faq__item">
<summary class="faq__question">What's the benefit for developers?</summary>
<div class="faq__answer">
<p>Storage is more reliable thanks to built-in replication, and data storage costs are offloaded from your infrastructure. You can focus on the app experience instead of dealing with storage costs and complications.</p>
</div>
</details>
</div>
</div>
<!-- Storage Providers FAQ -->
<div class="how-it-works__panel" id="faq-providers" role="tabpanel" aria-labelledby="faq-tab-providers" hidden>
<div class="faq__list">
<details class="faq__item">
<summary class="faq__question">Do I need technical skills to run FxBlox?</summary>
<div class="faq__answer">
<p>Not at all. FxBlox is plug-and-play. Connect it to your network and storage, and the one-click setup handles the rest.</p>
</div>
</details>
<details class="faq__item">
<summary class="faq__question">How much can I earn with FxBlox?</summary>
<div class="faq__answer">
<p>Earnings depend on your storage contribution, uptime, and network demand. The more reliable your node and the more storage you provide, the more FULA rewards you earn.</p>
</div>
</details>
<details class="faq__item">
<summary class="faq__question">What internet speed do I need?</summary>
<div class="faq__answer">
<p>Basic broadband is sufficient. FxBlox works efficiently with standard home internet. A stable connection matters more than raw speed.</p>
</div>
</details>
<details class="faq__item">
<summary class="faq__question">How much does it cost to run?</summary>
<div class="faq__answer">
<p>FxBlox is a low-power device that costs under $1 a month in electricity. It only needs air for cooling — no fans, no noise, no high energy bills.</p>
</div>
</details>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="cta-section">
<div class="container">
<div class="fade-up">
<h2 class="cta-section__title">Ready to Own Your Data?</h2>
<p class="cta-section__text">Download FxFiles and take control of your files. No Web3 knowledge needed — just install and go.</p>
<div>
<a id="cta-app-link" href="use-apps/" class="btn btn--glass btn--lg btn--arrow">Get FxFiles</a>
</div>
</div>
</div>
</section>
<script>
(function () {
var link = document.getElementById('cta-app-link');
if (!link) return;
var ua = navigator.userAgent || '';
if (/android/i.test(ua)) {
link.href = 'https://play.google.com/store/apps/details?id=land.fx.files';
link.target = '_blank';
link.rel = 'noopener';
link.textContent = 'Get FxFiles on Android';
} else if (/iPad|iPhone|iPod/.test(ua) || (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1)) {
link.href = 'https://apps.apple.com/ca/app/fxfiles/id1658500313';
link.target = '_blank';
link.rel = 'noopener';
link.textContent = 'Get FxFiles on iOS';
}
})();
</script>
<!-- Disclaimer -->
<section class="section">
<div class="container">
<div class="disclaimer">
<h3 class="disclaimer__title">Important Notice</h3>
<p class="disclaimer__text">This website is owned by Fula Governance Association and not Functionland Inc. Functionland is the name of the decentralized network that is created by Fula Governance Association DAO. Functionland Inc (Canada) is only a contractor for Fula Governance Association (Switzerland) and does not involve in sales of token or token treasury management or token distribution or NFTs. Functionland is solely a contractor to perform the marketing, development and maintenance of the Fula network and blockchain and not liable for token related matters. Fula Governance Association is a separate entity and relationship with Functionland is of an independent contractor. You must do your own DD separately for the Fula Governance Association. The mention of token on fx.land is temporary and on behalf of Fula Governance Association until they create their own separate website and in accordance with the contract.</p>
</div>
</div>
</section>
<!-- Token Warning Banner -->
<div id="disclaimer-banner" style="background:#fff4e5;border-bottom:2px solid #ffcc80;padding:15px;font-family:sans-serif;">
<div style="display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;">
<strong style="color:#b34700;">⚠️ Important Information</strong>
<label for="lang-select" class="sr-only">Select language</label>
<select id="lang-select" style="padding:5px;border:1px solid #ccc;border-radius:4px;">
<option value="en" selected>English</option>
<option value="zh">中文 (Chinese)</option>
<option value="tw">繁體中文 (Taiwanese)</option>
<option value="ms">Bahasa Melayu (Malaysian)</option>
<option value="hi">हिन्दी (Hindi - India)</option>
<option value="ar">العربية (Arabic)</option>
</select>
</div>
<p id="disclaimer-text" style="margin-top:10px;line-height:1.5;font-size:14px;color:#333;">
FULA Token is a utility token intended solely for use within the Functionland ecosystem.
It does not represent an investment, security, or share in any company, and it does not provide any ownership, voting rights, or entitlement to profits.<br><br>
The value of FULA may fluctuate significantly and may become worthless. Do not purchase FULA tokens with any expectation of profit.
Participation in the token sale or secondary market is entirely at your own risk.<br><br>
FULA tokens are not being offered or sold in jurisdictions where such distribution or sale would be unlawful.
Participants are responsible for ensuring compliance with all applicable laws in their jurisdiction.<br><br>
Always do your own research and seek independent legal, tax, and financial advice before contributing.
</p>
</div>
<script>
(function() {
var disclaimers = {
zh: "FULA 代币是仅供在 Functionland 生态系统中使用的实用代币。它不代表任何公司的投资、证券或股份,也不提供所有权、投票权或利润分配权。\nFULA 的价值可能会大幅波动甚至变得一文不值。请不要以盈利预期购买 FULA 代币。参与代币销售或二级市场交易完全由您自行承担风险。\nFULA 代币不会在法律禁止的司法管辖区内发行或销售。参与者需自行确保遵守其所在司法管辖区的所有适用法律。\n请务必自行研究并在出资前寻求独立的法律、税务和财务建议。",
tw: "FULA 代幣是僅供在 Functionland 生態系統中使用的功能性代幣。它不代表任何公司的投資、證券或股份,也不提供所有權、投票權或分紅權。\nFULA 的價值可能大幅波動甚至歸零。請勿以獲利為目的購買 FULA 代幣。參與代幣銷售或二級市場交易的風險完全由您自行承擔。\nFULA 代幣不會在法律禁止的司法管轄區內發行或銷售。參與者需自行確保遵守所在地法律。\n請務必自行研究並在出資前尋求獨立的法律、稅務與財務建議。",
ms: "Token FULA ialah token utiliti yang hanya bertujuan untuk digunakan dalam ekosistem Functionland. Ia tidak mewakili pelaburan, sekuriti, atau saham dalam mana-mana syarikat dan tidak memberikan hak pemilikan, hak mengundi, atau hak keuntungan.\nNilai FULA boleh berubah dengan ketara dan mungkin menjadi tidak bernilai. Jangan beli token FULA dengan jangkaan keuntungan. Penyertaan dalam jualan token atau pasaran sekunder adalah sepenuhnya atas risiko anda sendiri.\nToken FULA tidak ditawarkan atau dijual di bidang kuasa di mana pengedaran atau jualan tersebut adalah menyalahi undang-undang. Peserta bertanggungjawab memastikan pematuhan terhadap semua undang-undang yang berkenaan di bidang kuasa mereka.\nSentiasa lakukan penyelidikan anda sendiri dan dapatkan nasihat undang-undang, cukai, dan kewangan bebas sebelum menyumbang.",
hi: "FULA टोकन केवल Functionland इकोसिस्टम के भीतर उपयोग के लिए एक उपयोगिता टोकन है। यह किसी कंपनी में निवेश, प्रतिभूति या शेयर का प्रतिनिधित्व नहीं करता है और न ही स्वामित्व, मतदान अधिकार या लाभ का अधिकार देता है।\nFULA का मूल्य काफी हद तक उतार-चढ़ाव कर सकता है और बेकार भी हो सकता है। कृपया लाभ की अपेक्षा से FULA टोकन न खरीदें। टोकन बिक्री या द्वितीयक बाजार में भागीदारी पूरी तरह से आपके अपने जोखिम पर है।\nFULA टोकन उन क्षेत्रों में पेश या बेचे नहीं जा रहे हैं जहां ऐसा वितरण या बिक्री अवैध है। प्रतिभागी अपने क्षेत्र के सभी लागू कानूनों के अनुपालन के लिए जिम्मेदार हैं।\nकृपया अपना स्वयं का शोध करें और योगदान करने से पहले स्वतंत्र कानूनी, कर और वित्तीय सलाह लें।",
ar: "رمز FULA هو رمز استخدامي مخصص فقط للاستخدام ضمن نظام Functionland البيئي. لا يمثل استثمارًا أو ورقة مالية أو حصة في أي شركة، ولا يمنح أي حقوق ملكية أو تصويت أو أرباح.\nقد يتقلب سعر FULA بشكل كبير وقد يصبح عديم القيمة. لا تشترِ رموز FULA على أمل تحقيق أرباح. المشاركة في بيع الرموز أو السوق الثانوية تقع على مسؤوليتك الخاصة بالكامل.\nلا يتم عرض أو بيع رموز FULA في أي ولاية قضائية يكون فيها هذا التوزيع أو البيع غير قانوني. يتحمل المشاركون مسؤولية ضمان الامتثال لجميع القوانين المعمول بها في ولايتهم القضائية.\nيُرجى دائمًا إجراء البحث الخاص بك وطلب المشورة القانونية والضريبية والمالية المستقلة قبل المساهمة."
};
var sel = document.getElementById('lang-select');
if (sel) sel.addEventListener('change', function(e) {
var text = e.target.value === 'en' ? null : disclaimers[e.target.value];
var el = document.getElementById('disclaimer-text');
if (text) el.innerText = text;
else location.reload();
});
})();
</script>
</main>
<!-- Scroll to top -->
<button id="scroll-top" class="scroll-top" aria-label="Scroll to top">
<svg width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M10 15V5M10 5L5 10M10 5L15 10" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
</button>
<!-- Footer -->
<footer class="site-footer">
<div class="container">
<div class="footer__grid">
<div class="footer__brand">
<img src="assets/images/logo/fula-lockup-green.png" alt="Functionland" class="footer__logo" width="360" height="36">
<p class="footer__tagline">DePIN Storage Platform. Own the Cloud. Earn Crypto with FxBlox.</p>
</div>
<div>
<h4 class="footer__col-title">Navigation</h4>
<div class="footer__links">
<a href="index.html" class="footer__link">Home</a>
<a href="ecosystem/" class="footer__link">Ecosystem</a>
<a href="live-map/" class="footer__link">Live Map</a>
<a href="about/" class="footer__link">About Us</a>
</div>
</div>
<div>
<h4 class="footer__col-title">Products</h4>
<div class="footer__links">
<a href="use-apps/" class="footer__link">Use Apps</a>
<a href="fxblox-device/" class="footer__link">FxBlox Device</a>
<a href="token/" class="footer__link">Token</a>
<a href="ipfs-ecosystem/" class="footer__link">IPFS Ecosystem</a>
<a href="build/" class="footer__link">Build Apps</a>
<a href="fec-nfts/" class="footer__link">FEC NFTs</a>
</div>
</div>
<div>
<h4 class="footer__col-title">Additional</h4>
<div class="footer__links">
<a href="https://docs.fx.land/functionyard" class="footer__link" target="_blank" rel="noopener">Documentation</a>
<a href="https://fx.land/FulaWP" class="footer__link" target="_blank" rel="noopener">Whitepaper</a>
<a href="https://simulation.fx.land" class="footer__link" target="_blank" rel="noopener">Mining Simulation</a>
<a href="https://coinmarketcap.com/currencies/functionland/" class="footer__link" target="_blank" rel="noopener">CoinMarketCap</a>
<a href="https://www.crunchbase.com/organization/functionland" class="footer__link" target="_blank" rel="noopener">Crunchbase</a>
<a href="branding/" class="footer__link">Branding</a>
<a href="privacy-policy/" class="footer__link">Privacy Policy</a>
<a href="terms/" class="footer__link">Terms of Use</a>
</div>
</div>
</div>
<div class="footer__social">
<a href="https://x.com/functionland" class="footer__social-link" target="_blank" rel="noopener" aria-label="X (Twitter)">
<svg viewBox="0 0 24 24"><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="https://t.me/functionland" class="footer__social-link" target="_blank" rel="noopener" aria-label="Telegram">
<svg viewBox="0 0 24 24"><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="https://www.youtube.com/functionland" class="footer__social-link" target="_blank" rel="noopener" aria-label="YouTube">
<svg viewBox="0 0 24 24"><path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/></svg>
</a>
<a href="https://github.com/functionland" class="footer__social-link" target="_blank" rel="noopener" aria-label="GitHub">
<svg viewBox="0 0 24 24"><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg>
</a>
<a href="https://instagram.com/functionland.official" class="footer__social-link" target="_blank" rel="noopener" aria-label="Instagram">
<svg viewBox="0 0 24 24"><path d="M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 1 0 0-12.324zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405a1.441 1.441 0 1 1-2.882 0 1.441 1.441 0 0 1 2.882 0z"/></svg>
</a>
<a href="https://discord.gg/dpjnbMXqru" class="footer__social-link" target="_blank" rel="noopener" aria-label="Discord">
<svg viewBox="0 0 24 24"><path d="M20.317 4.3698a19.7913 19.7913 0 00-4.8851-1.5152.0741.0741 0 00-.0785.0371c-.211.3753-.4447.8648-.6083 1.2495-1.8447-.2762-3.68-.2762-5.4868 0-.1636-.3933-.4058-.8742-.6177-1.2495a.077.077 0 00-.0785-.037 19.7363 19.7363 0 00-4.8852 1.515.0699.0699 0 00-.0321.0277C.5334 9.0458-.319 13.5799.0992 18.0578a.0824.0824 0 00.0312.0561c2.0528 1.5076 4.0413 2.4228 5.9929 3.0294a.0777.0777 0 00.0842-.0276c.4616-.6304.8731-1.2952 1.226-1.9942a.076.076 0 00-.0416-.1057c-.6528-.2476-1.2743-.5495-1.8722-.8923a.077.077 0 01-.0076-.1277c.1258-.0943.2517-.1923.3718-.2914a.0743.0743 0 01.0776-.0105c3.9278 1.7933 8.18 1.7933 12.0614 0a.0739.0739 0 01.0785.0095c.1202.099.246.1981.3728.2924a.077.077 0 01-.0066.1276 12.2986 12.2986 0 01-1.873.8914.0766.0766 0 00-.0407.1067c.3604.698.7719 1.3628 1.225 1.9932a.076.076 0 00.0842.0286c1.961-.6067 3.9495-1.5219 6.0023-3.0294a.077.077 0 00.0313-.0552c.5004-5.177-.8382-9.6739-3.5485-13.6604a.061.061 0 00-.0312-.0286zM8.02 15.3312c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9555-2.4189 2.157-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.9555 2.4189-2.1569 2.4189zm7.9748 0c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9554-2.4189 2.1569-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.946 2.4189-2.1568 2.4189z"/></svg>
</a>
<a href="https://www.linkedin.com/company/functionland" class="footer__social-link" target="_blank" rel="noopener" aria-label="LinkedIn">
<svg viewBox="0 0 24 24"><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.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 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>
<p class="footer__disclaimer">This website is owned by Fula Governance Association and not Functionland Inc. Functionland is the name of the decentralized network that is created by Fula Governance Association DAO. Functionland Inc (Canada) is only a contractor for Fula Governance Association (Switzerland) and does not involve in sales of token or token treasury management or token distribution or NFTs. Functionland is solely a contractor to perform the marketing, development and maintenance of the Fula network and blockchain and not liable for token related matters.</p>
<p class="footer__copyright">© 2025 Functionland. All rights reserved.</p>
</div>
</footer>
<script src="js/nav.js"></script>
<script src="js/scroll-top.js" defer></script>
<script src="js/how-it-works-tabs.js" defer></script>
<script src="js/analytics.js"></script>
<script src="js/carousel.js" defer></script>
<script src="js/counter.js?v=2" defer></script>
<script src="js/pulse.js?v=4" defer></script>
<script src="js/twitter-news.js?v=4" defer></script>
<script src="js/scroll-reveal.js" defer></script>
<script src="js/showcase-carousel.js" defer></script>
<script src="js/hero-instagram.js" defer data-cfasync="false"></script>
<script type="module" src="js/globe.js" data-cfasync="false"></script>
</body>
</html>