-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
218 lines (213 loc) · 7.65 KB
/
Copy path404.html
File metadata and controls
218 lines (213 loc) · 7.65 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
<!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 — FuturOne</title>
<meta name="description" content="The page you are looking for does not exist. Find the FuturOne live demo, documentation, use cases, and pricing from here." />
<meta name="robots" content="noindex" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://futurmix.one/404.html" />
<meta property="og:title" content="Page Not Found — FuturOne" />
<meta property="og:description" content="The page you are looking for does not exist. Find the FuturOne live demo, documentation, use cases, and pricing from here." />
<meta property="og:image" content="https://futurmix.one/one-og-banner.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Page Not Found — FuturOne" />
<meta name="twitter:description" content="The page you are looking for does not exist. Find the FuturOne live demo, documentation, use cases, and pricing from here." />
<meta name="twitter:image" content="https://futurmix.one/one-og-banner.png" />
<link rel="canonical" href="https://futurmix.one/404.html" />
<link rel="icon" href="/one-logo.svg" />
<link rel="stylesheet" href="/styles.css?v=20260610" />
<style>
.nf-hero {
padding: 180px 24px 64px;
text-align: center;
max-width: 720px;
margin: 0 auto;
}
.nf-code {
font-size: clamp(72px, 14vw, 120px);
font-weight: 800;
line-height: 1;
letter-spacing: -0.04em;
background: linear-gradient(135deg, var(--accent), var(--accent-light), var(--blue));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 16px;
}
.nf-hero h1 {
font-size: clamp(26px, 4vw, 36px);
font-weight: 700;
letter-spacing: -0.02em;
margin-bottom: 16px;
}
.nf-hero p {
font-size: 17px;
color: var(--text-secondary);
line-height: 1.7;
max-width: 520px;
margin: 0 auto 36px;
}
.nf-hero p code {
background: var(--bg-card);
border: 1px solid var(--border);
border-radius: 6px;
padding: 2px 8px;
font-size: 14px;
color: var(--accent-light);
}
.nf-links {
max-width: 880px;
margin: 0 auto;
padding: 0 24px 100px;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
}
.nf-link-card {
display: block;
background: var(--bg-card);
border: 1px solid var(--border);
border-radius: 14px;
padding: 24px 20px;
text-align: center;
transition: border-color 0.2s, transform 0.2s;
}
.nf-link-card:hover {
border-color: var(--border-hover);
transform: translateY(-2px);
}
.nf-link-icon {
width: 40px; height: 40px;
border-radius: 10px;
background: var(--accent-glow);
display: flex;
align-items: center;
justify-content: center;
font-size: 19px;
margin: 0 auto 14px;
}
.nf-link-card h2 {
font-size: 15px;
font-weight: 600;
color: var(--text-primary);
margin-bottom: 6px;
letter-spacing: -0.01em;
}
.nf-link-card p {
font-size: 13px;
color: var(--text-secondary);
line-height: 1.5;
margin: 0;
}
@media (max-width: 980px) {
.nf-links { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
.nf-hero { padding-top: 150px; }
.nf-links { grid-template-columns: 1fr; }
}
</style>
</head>
<body>
<nav>
<div class="nav-inner">
<a href="/" class="logo"><img src="/one-logo.svg" alt="FuturOne" class="logo-mark">Futur<span>One</span></a>
<div class="nav-links">
<a href="/demo.html">Live Demo</a>
<a href="/use-cases.html">Use Cases</a>
<a href="/pricing.html">Pricing</a>
<a href="/docs.html">Docs</a>
<a href="/about.html">Company</a>
<a href="#contact" class="nav-cta">Start Building</a>
</div>
<button class="mobile-menu-btn" onclick="document.querySelector('.nav-links').style.display=document.querySelector('.nav-links').style.display==='flex'?'none':'flex'">☰</button>
</div>
</nav>
<div class="nf-hero">
<div class="nf-code">404</div>
<h1>Page not found</h1>
<p>This URL doesn't resolve to anything — the page may have moved, or the link is out of date. Even our agents return <code>not_found</code> sometimes. Here's where to go instead.</p>
<div class="hero-cta">
<a href="/" class="btn-primary">Back to Home</a>
<a href="#contact" class="btn-secondary">Contact Us</a>
</div>
</div>
<div class="nf-links">
<a class="nf-link-card" href="/demo.html">
<div class="nf-link-icon">▶️</div>
<h2>Live Demo</h2>
<p>Watch agents complete real workflows, step by step.</p>
</a>
<a class="nf-link-card" href="/docs.html">
<div class="nf-link-icon">📘</div>
<h2>Documentation</h2>
<p>API reference, SDKs, and integration guides.</p>
</a>
<a class="nf-link-card" href="/use-cases.html">
<div class="nf-link-icon">🎯</div>
<h2>Use Cases</h2>
<p>Coding, strategy, content, and research workflows.</p>
</a>
<a class="nf-link-card" href="/pricing.html">
<div class="nf-link-icon">💳</div>
<h2>Pricing</h2>
<p>From a free Developer tier to Enterprise plans.</p>
</a>
</div>
<footer>
<div class="footer-inner">
<div class="footer-grid">
<div class="footer-brand">
<a href="/" class="logo"><img src="/one-logo.svg" alt="FuturOne" class="logo-mark">Futur<span>One</span></a>
<p>FuturOne builds production-grade AI agents that complete enterprise workflows end-to-end — coding, strategy, content, and research.</p>
<p class="footer-team">Founded in San Francisco by infrastructure engineers from cloud-native and AI systems backgrounds.</p>
</div>
<div class="footer-col">
<h4>Product</h4>
<ul>
<li><a href="/demo.html">Live Demo</a></li>
<li><a href="/use-cases.html">Use Cases</a></li>
<li><a href="/how-it-works.html">How It Works</a></li>
<li><a href="/pricing.html">Pricing</a></li>
<li><a href="/docs.html">Documentation</a></li>
<li><a href="/changelog.html">Changelog</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Company</h4>
<ul>
<li><a href="/about.html">About</a></li>
<li><a href="/customers.html">Customers</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/security.html">Security</a></li>
<li><a href="/terms.html">Terms</a></li>
<li><a href="/privacy.html">Privacy</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Contact</h4>
<ul>
<li><a href="#contact">Request Access</a></li>
<li><a href="#contact">Enterprise Sales</a></li>
<li><a href="mailto:nancy-sl@futurmix.one">nancy-sl@futurmix.one</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<div class="footer-copy">© 2026 FuturOne. All rights reserved.<br>Future Intelligence LLC | San Francisco, CA</div>
<a class="footer-status" href="/status.html" style="color:inherit;">
<span class="status-dot"></span>
All systems operational
</a>
<div class="footer-legal">
<a href="/terms.html">Terms of Service</a>
<a href="/privacy.html">Privacy Policy</a>
</div>
</div>
</div>
</footer>
<script src="/contact.js?v=20260610"></script>
</body>
</html>