-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
269 lines (246 loc) · 9.56 KB
/
Copy path404.html
File metadata and controls
269 lines (246 loc) · 9.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 – Page Not Found | CNA</title>
<meta name="description" content="The page you're looking for doesn't exist or has been moved.">
<meta property="og:type" content="website">
<meta property="og:site_name" content="CNA">
<meta property="og:url" content="https://libcna.com/404.html">
<meta property="og:title" content="404 – Page Not Found | CNA">
<meta property="og:description" content="The page you're looking for doesn't exist or has been moved.">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<link rel="canonical" href="https://libcna.com/404.html">
<link rel="stylesheet" href="css/prism-tomorrow.min.css">
<style>
.page-404 {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 70vh;
padding: 4rem 1.5rem;
text-align: center;
}
.page-404__shrug {
font-size: 3rem;
line-height: 1;
margin-bottom: 1.5rem;
user-select: none;
}
.page-404__code {
font-size: clamp(5rem, 18vw, 8rem);
font-weight: 800;
line-height: 1;
color: var(--primary);
margin: 0 0 0.25rem;
letter-spacing: -0.03em;
}
.page-404__title {
font-size: 1.5rem;
font-weight: 600;
margin: 0 0 0.75rem;
color: var(--text, #e2e8f0);
}
.page-404__desc {
color: var(--text-muted, #94a3b8);
font-size: 1rem;
max-width: 420px;
margin: 0 auto 2.5rem;
line-height: 1.6;
}
/* Inline search */
.page-404__search {
display: flex;
gap: 0.5rem;
max-width: 420px;
width: 100%;
margin: 0 auto 3rem;
}
.page-404__search input {
flex: 1;
padding: 0.6rem 0.9rem;
border-radius: 6px;
border: 1px solid var(--border, #334155);
background: var(--surface, #1e293b);
color: var(--text, #e2e8f0);
font-size: 0.95rem;
outline: none;
}
.page-404__search input:focus {
border-color: var(--primary, #3b82f6);
}
.page-404__search button {
padding: 0.6rem 1.1rem;
border-radius: 6px;
border: none;
background: var(--primary, #3b82f6);
color: #fff;
font-size: 0.95rem;
font-weight: 600;
cursor: pointer;
white-space: nowrap;
}
.page-404__search button:hover {
opacity: 0.88;
}
/* Quick links */
.page-404__links-heading {
font-size: 0.8rem;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--text-muted, #94a3b8);
margin-bottom: 1rem;
}
.page-404__cards {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
justify-content: center;
max-width: 520px;
}
.page-404__card {
display: inline-flex;
align-items: center;
gap: 0.45rem;
padding: 0.55rem 1rem;
border-radius: 8px;
border: 1px solid var(--border, #334155);
background: var(--surface, #1e293b);
color: var(--text, #e2e8f0);
text-decoration: none;
font-size: 0.9rem;
font-weight: 500;
transition: border-color 0.15s, background 0.15s;
}
.page-404__card:hover {
border-color: var(--primary, #3b82f6);
background: var(--surface-raised, #263348);
color: var(--primary, #3b82f6);
text-decoration: none;
}
.page-404__card-icon {
font-size: 1rem;
line-height: 1;
}
</style>
<script>(function(){try{var t=localStorage.getItem("cna-theme");if(t==="light"||t==="dark")document.documentElement.setAttribute("data-theme",t);}catch(e){}})();</script>
</head>
<body>
<a class="skip-link" href="#main-content">Skip to content</a>
<nav class="nav">
<div class="nav-container">
<a href="index.html" class="nav-brand">CNA</a>
<button class="nav-toggle" aria-label="Toggle navigation" aria-expanded="false">
<span></span><span></span><span></span>
</button>
<div class="nav-menu">
<a href="index.html" class="nav-link">Home</a>
<a href="about.html" class="nav-link">About</a>
<a href="features.html" class="nav-link">Features</a>
<a href="architecture.html" class="nav-link">Architecture</a>
<a href="documentation.html" class="nav-link">Documentation</a>
<a href="tutorials.html" class="nav-link">Tutorials</a>
<a href="demos.html" class="nav-link">Demos</a>
<a href="showcase.html" class="nav-link">Showcase</a>
<a href="videos.html" class="nav-link">Videos</a>
<a href="roadmap.html" class="nav-link">Roadmap</a>
<a href="contact.html" class="nav-link">Contact</a>
<a href="search.html" class="nav-link">Search</a>
<a href="https://github.com/openeggbert/cna" class="nav-link nav-link--github" target="_blank" rel="noopener">GitHub</a>
<a href="https://discord.gg/vrnc4n6DaE" class="nav-link nav-link--discord" target="_blank" rel="noopener">Discord</a>
</div>
<button class="theme-toggle" type="button" aria-label="Switch to light theme" title="Switch to light theme">
<svg class="theme-icon-light" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M12 17a5 5 0 1 1 0-10 5 5 0 0 1 0 10zm0-2a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM11 1h2v3h-2V1zm0 19h2v3h-2v-3zM3.5 4.9l1.4-1.4 2.1 2.1-1.4 1.4L3.5 4.9zm13.5 13.5l1.4-1.4 2.1 2.1-1.4 1.4-2.1-2.1zM19.1 3.5l1.4 1.4-2.1 2.1-1.4-1.4 2.1-2.1zM5.6 17l1.4 1.4-2.1 2.1-1.4-1.4L5.6 17zM23 11v2h-3v-2h3zM4 11v2H1v-2h3z"/></svg>
<svg class="theme-icon-dark" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><path d="M12.3 22a10 10 0 0 1-1.6-19.9c.6-.1 1 .5.8 1a7.9 7.9 0 0 0 9.7 10.6c.5-.2 1 .3.9.8A10 10 0 0 1 12.3 22z"/></svg>
</button>
</div>
</nav>
<main id="main-content">
<div class="page-404">
<div class="page-404__shrug" aria-hidden="true">🎮 ¯\_(ツ)_/¯</div>
<h1 class="page-404__code">404</h1>
<h2 class="page-404__title">Page not found</h2>
<p class="page-404__desc">The page you're looking for doesn't exist or has been moved.</p>
<form class="page-404__search" action="search.html" method="get">
<input type="search" name="q" placeholder="Search CNA docs…" aria-label="Search">
<button type="submit">Search</button>
</form>
<p class="page-404__links-heading">Where would you like to go?</p>
<div class="page-404__cards">
<a href="index.html" class="page-404__card">
<span class="page-404__card-icon">🏠</span> Home
</a>
<a href="tutorials.html" class="page-404__card">
<span class="page-404__card-icon">📚</span> Tutorials
</a>
<a href="documentation.html" class="page-404__card">
<span class="page-404__card-icon">📄</span> Documentation
</a>
<a href="search.html" class="page-404__card">
<span class="page-404__card-icon">🔍</span> Search
</a>
<a href="https://github.com/openeggbert/cna" class="page-404__card" target="_blank" rel="noopener">
<span class="page-404__card-icon">🔗</span> GitHub
</a>
</div>
</div>
</main>
<footer>
<div class="footer-inner">
<div class="footer-top">
<div class="footer-brand">
<div class="footer-brand-name">CNA</div>
<p>Documentation snapshot for CNA 0.1.0-alpha.1, the first tagged pre-release. CNA exposes 50 renderer identities across 46 implementation families; APIs may change before 1.0.</p>
</div>
<div class="footer-col">
<h4>Project</h4>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="architecture.html">Architecture</a></li>
<li><a href="roadmap.html">Roadmap</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Docs</h4>
<ul>
<li><a href="docs/getting-started.html">Getting Started</a></li>
<li><a href="docs/building.html">Building</a></li>
<li><a href="docs/platforms.html">Platforms</a></li>
<li><a href="docs/rendering-backends.html">Renderers</a></li>
<li><a href="docs/faq.html">FAQ</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Community</h4>
<ul>
<li><a href="https://github.com/openeggbert/cna" target="_blank" rel="noopener">GitHub</a></li>
<li><a href="https://discord.gg/vrnc4n6DaE" target="_blank" rel="noopener">Discord</a></li>
<li><a href="demos.html">Demos</a></li>
<li><a href="videos.html">Videos</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>CNA is not affiliated with or endorsed by Microsoft Corporation. XNA is a trademark of Microsoft. Licensed under the Microsoft Public License (Ms-PL).</p>
<div class="footer-links">
<a href="https://github.com/openeggbert/cna/blob/master/LICENSE" target="_blank" rel="noopener">License</a>
<a href="contact.html">Contact</a>
</div>
</div>
</div>
</footer>
<script src="js/main.js"></script>
<script src="js/prism/prism.min.js" defer></script>
<script src="js/prism/prism-cpp.min.js" defer></script>
<script src="js/prism/prism-glsl.min.js" defer></script>
<script src="js/prism/prism-json.min.js" defer></script>
<script src="js/prism/prism-bash.min.js" defer></script>
<script src="js/prism/prism-cmake.min.js" defer></script>
</body>
</html>