-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
81 lines (74 loc) · 3.53 KB
/
404.html
File metadata and controls
81 lines (74 loc) · 3.53 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
---
layout: default
title: Page Not Found - 404 Error
description: "The page you're looking for doesn't exist or has been moved. Explore our HR AI product directory or search for what you need."
permalink: /404.html
robots: noindex, follow
---
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "404 - Page Not Found",
"description": "The page you're looking for doesn't exist or has been moved. Explore our HR AI product directory or search for what you need.",
"url": "{{ site.url }}{{ site.baseurl }}/404.html",
"potentialAction": {
"@type": "SearchAction",
"target": "{{ site.url }}{{ site.baseurl }}/product-directory/?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<div class="error-page">
<div class="error-visual">
<div class="error-code">404</div>
<div class="error-illustration" role="img" aria-label="Page not found illustration">
<svg xmlns="http://www.w3.org/2000/svg" width="120" height="120" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1" stroke-linecap="round" stroke-linejoin="round">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
</div>
</div>
<h1 class="error-title">Page Not Found</h1>
<p class="error-description">
The page you're looking for doesn't exist or has been moved.
</p>
<p class="error-suggestion">
Here are some helpful links to find what you're looking for:
</p>
<nav class="error-navigation" aria-label="Helpful navigation links">
<div class="error-links-section">
<h2>Popular Pages</h2>
<ul class="error-links-list">
<li><a href="{{ site.baseurl }}/">Home</a></li>
<li><a href="{{ site.baseurl }}/product-directory/">Product Directory</a></li>
<li><a href="{{ site.baseurl }}/tags/">Browse by Tags</a></li>
<li><a href="{{ site.baseurl }}/FAQ/">FAQ</a></li>
</ul>
</div>
<div class="error-links-section">
<h2>Product Categories</h2>
<ul class="error-links-list">
<li><a href="{{ site.baseurl }}/#1990s">1990s - Applicant Tracking Systems</a></li>
<li><a href="{{ site.baseurl }}/#2000s">2000s - Candidate Marketing & Assessment</a></li>
<li><a href="{{ site.baseurl }}/#2010s">2010s - Onboarding & Workflow</a></li>
<li><a href="{{ site.baseurl }}/#2020s">2020s - Intelligent Assessment</a></li>
<li><a href="{{ site.baseurl }}/#2024">2024+ - Agentic AI Platforms</a></li>
</ul>
</div>
</nav>
<div class="error-search">
<h2>Search for Products</h2>
<p>Use our product directory to find HR AI tools and solutions:</p>
<a href="{{ site.baseurl }}/product-directory/" class="btn btn-primary btn-large">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<circle cx="11" cy="11" r="8"></circle>
<line x1="21" y1="21" x2="16.65" y2="16.65"></line>
</svg>
Browse Product Directory
</a>
</div>
<div class="error-footer">
<p>If you believe this is an error, please <a href="https://github.com/Digidai/HireAI/issues">report it</a>.</p>
</div>
</div>