-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
210 lines (199 loc) · 8.33 KB
/
404.html
File metadata and controls
210 lines (199 loc) · 8.33 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
<!doctype html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Page Not Found - TechNickAI</title>
<meta name="description" content="The page you're looking for doesn't exist." />
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
fontFamily: {
outfit: ["Outfit", "sans-serif"],
},
colors: {
"warm-cream": "#fef7ed",
"warm-blue": "#3b82f6",
"warm-amber": "#f59e0b",
"warm-charcoal": "#44403c",
},
},
},
};
</script>
<!-- Google Fonts -->
<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=Outfit:wght@300;400;600;700&display=swap"
rel="stylesheet" />
<!-- PostHog Analytics -->
<script>
!(function (t, e) {
var o, n, p, r;
e.__SV ||
(window.posthog && window.posthog.__loaded) ||
((window.posthog = e),
(e._i = []),
(e.init = function (i, s, a) {
function g(t, e) {
var o = e.split(".");
(2 == o.length && ((t = t[o[0]]), (e = o[1])),
(t[e] = function () {
t.push([e].concat(Array.prototype.slice.call(arguments, 0)));
}));
}
(((p = t.createElement("script")).type = "text/javascript"),
(p.crossOrigin = "anonymous"),
(p.async = !0),
(p.src =
s.api_host.replace(".i.posthog.com", "-assets.i.posthog.com") +
"/static/array.js"),
(r = t.getElementsByTagName("script")[0]).parentNode.insertBefore(p, r));
var u = e;
for (
void 0 !== a ? (u = e[a] = []) : (a = "posthog"),
u.people = u.people || [],
u.toString = function (t) {
var e = "posthog";
return ("posthog" !== a && (e += "." + a), t || (e += " (stub)"), e);
},
u.people.toString = function () {
return u.toString(1) + ".people (stub)";
},
o =
"init fi Cr Or ci Tr Ir capture Mi calculateEventProperties Ar register register_once register_for_session unregister unregister_for_session Nr getFeatureFlag getFeatureFlagPayload isFeatureEnabled reloadFeatureFlags updateEarlyAccessFeatureEnrollment getEarlyAccessFeatures on onFeatureFlags onSurveysLoaded onSessionId getSurveys getActiveMatchingSurveys renderSurvey displaySurvey canRenderSurvey canRenderSurveyAsync identify setPersonProperties group resetGroups setPersonPropertiesForFlags resetPersonPropertiesForFlags setGroupPropertiesForFlags resetGroupPropertiesForFlags reset get_distinct_id getGroups get_session_id get_session_replay_url alias set_config startSessionRecording stopSessionRecording sessionRecordingStarted captureException loadToolbar get_property getSessionProperty jr Mr createPersonProfile Lr kr Ur opt_in_capturing opt_out_capturing has_opted_in_capturing has_opted_out_capturing get_explicit_consent_status is_capturing clear_opt_in_out_capturing Fr debug M Dr getPageViewId captureTraceFeedback captureTraceMetric Sr".split(
" "
),
n = 0;
n < o.length;
n++
)
g(u, o[n]);
e._i.push([i, s, a]);
}),
(e.__SV = 1));
})(document, window.posthog || []);
posthog.init("phc_akkg9PgA7lJeF3fTJGLfVpkFJ9n7YMhP6UhEcuQtLJY", {
api_host: "https://us.i.posthog.com",
defaults: "2025-05-24",
person_profiles: "identified_only",
});
posthog.capture("404_page_hit", {
attempted_url: window.location.pathname,
referrer: document.referrer,
});
</script>
<style>
body {
font-family: "Outfit", sans-serif;
}
.heart-shape {
border-radius: 50% 50% 50% 50% / 55% 55% 45% 45%;
}
</style>
</head>
<body class="bg-warm-cream text-warm-charcoal antialiased">
<!-- Header -->
<header
class="fixed top-0 left-0 right-0 bg-warm-cream/95 backdrop-blur-sm z-50 border-b border-warm-charcoal/10">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between items-center py-4">
<a href="/" class="flex items-center space-x-2 group">
<span class="text-2xl font-bold text-warm-charcoal">
Tech<span class="text-warm-blue">Nick</span>AI
</span>
</a>
</div>
</div>
</header>
<!-- 404 Content -->
<main class="min-h-screen flex items-center justify-center px-4 pt-20">
<div class="max-w-2xl mx-auto text-center">
<!-- 404 Icon -->
<div class="mb-8">
<div class="inline-block p-8 bg-white rounded-full shadow-lg">
<svg
class="w-24 h-24 text-warm-blue"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24">
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M9.172 16.172a4 4 0 015.656 0M9 10h.01M15 10h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
</div>
</div>
<!-- 404 Text -->
<h1 class="text-6xl md:text-8xl font-bold text-warm-charcoal mb-4">404</h1>
<h2 class="text-2xl md:text-3xl font-semibold text-warm-charcoal mb-6">
Page Not Found
</h2>
<p class="text-lg text-warm-charcoal/70 mb-8 max-w-md mx-auto">
The page you're looking for seems to have wandered off. Let's get you back on
track.
</p>
<!-- CTA Button -->
<a
href="/"
class="inline-flex items-center justify-center bg-warm-blue text-white px-8 py-4 rounded-full font-semibold hover:shadow-lg transform hover:-translate-y-0.5 transition-all duration-200 min-h-[56px] md:min-h-[48px]">
<svg
class="w-5 h-5 mr-2"
fill="none"
stroke="currentColor"
viewBox="0 0 24 24">
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6" />
</svg>
Return Home
</a>
<!-- Helpful Links -->
<div class="mt-12 pt-8 border-t border-warm-charcoal/10">
<p class="text-sm text-warm-charcoal/60 mb-4">Or explore:</p>
<div class="flex flex-wrap justify-center gap-4">
<a
href="/code-forge/"
class="text-warm-blue hover:text-warm-amber font-semibold transition-colors duration-200">
Code Forge
</a>
<span class="text-warm-charcoal/30">•</span>
<a
href="https://github.com/TechNickAI"
target="_blank"
rel="noopener noreferrer"
class="text-warm-blue hover:text-warm-amber font-semibold transition-colors duration-200">
GitHub
</a>
<span class="text-warm-charcoal/30">•</span>
<a
href="https://www.linkedin.com/in/nicksullivan"
target="_blank"
rel="noopener noreferrer"
class="text-warm-blue hover:text-warm-amber font-semibold transition-colors duration-200">
LinkedIn
</a>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="bg-warm-charcoal text-white py-8 mt-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<p class="text-sm opacity-80">
© 2026 Tech<span class="text-warm-blue">Nick</span>AI. Built with
<span class="text-warm-amber">♥</span> from a place of universal love.
</p>
</div>
</div>
</footer>
</body>
</html>