-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
152 lines (145 loc) · 12.8 KB
/
Copy path404.html
File metadata and controls
152 lines (145 loc) · 12.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Page Not Found - Functionland</title>
<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 href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/footer.css">
<style>
.error-page {
min-height: 60vh;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background: var(--color-darker-bg);
color: var(--color-text-white);
padding: var(--spacing-3xl) 0;
}
.error-page__code {
font-size: 8rem;
font-weight: 800;
color: var(--color-primary);
line-height: 1;
margin-bottom: var(--spacing-sm);
}
.error-page__title {
font-size: var(--font-size-3xl);
font-weight: 700;
margin-bottom: var(--spacing-sm);
}
.error-page__text {
font-size: var(--font-size-lg);
color: var(--color-text-white-muted);
margin-bottom: var(--spacing-lg);
}
</style>
</head>
<body>
<header class="site-header">
<div class="container">
<a href="index.html" class="site-header__logo"><span class="site-header__wordmark" style="font-weight:800;font-size:1.3rem;letter-spacing:-.02em;color:#3fb950;white-space:nowrap;">Functionland</span></a>
<button class="hamburger" aria-label="Toggle menu"><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">Home</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="fxfiles-mcp/" class="nav__dropdown-link">FxFiles MCP</a>
<a href="fxblox-device/" class="nav__dropdown-link">FxBlox Device</a>
<a href="build/" class="nav__dropdown-link">Build Apps</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="https://docs.fx.land/functionyard" class="nav__dropdown-link nav__dropdown-link--external" target="_blank" rel="noopener">Documentation</a>
</div>
</li>
<li class="nav__item"><a href="about/" class="nav__link">About</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section class="error-page">
<div class="container">
<div class="error-page__code">404</div>
<h1 class="error-page__title">Page Not Found</h1>
<p class="error-page__text">The page you're looking for doesn't exist or has been moved.</p>
<a href="index.html" class="btn btn--primary btn--lg">Back to Home</a>
</div>
</section>
</main>
<!-- Footer -->
<footer class="site-footer">
<div class="container">
<div class="footer__grid">
<div class="footer__brand">
<span class="footer__logo" style="display:inline-block;font-weight:800;font-size:1.5rem;letter-spacing:-.02em;color:#3fb950;">Functionland</span>
<p class="footer__tagline">FxBlox hardware and FxFiles apps — own your data, don’t rent it.</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="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="ipfs-ecosystem/" class="footer__link">IPFS Ecosystem</a>
<a href="build/" class="footer__link">Build Apps</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://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 and operated by Functionland Inc (Canada), an independent company whose products are FxBlox storage hardware, the FxBlox and FxFiles apps, and an on-chain loyalty platform. Functionland Inc is part of the Fula community and a grantee (receiver of grants) of Fula Governance Association (Switzerland), receiving grants to work on the development, marketing and maintenance of the Fula network. Functionland Inc is incorporated under the laws of Canada and Fula Governance Association is organized under the laws of Switzerland; they are distinct legal entities, and neither has authority to bind the other. Functionland Inc acts independently and on its own account; it does not issue, sell, distribute or manage the FULA token, the token treasury, or NFTs, and is not liable for token related matters. For information about the Fula network, the FULA token, or available grants, visit fula.network and contact Fula Governance members if you have something that adds value to the network.</p>
<p class="footer__copyright">© 2025 Functionland. All rights reserved.</p>
</div>
</footer>
<script src="js/nav.js"></script>
<script src="js/analytics.js"></script>
</body>
</html>