forked from hackclub/Fix-Hack-Club
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
66 lines (55 loc) · 2.95 KB
/
Copy path404.html
File metadata and controls
66 lines (55 loc) · 2.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex">
<link rel="stylesheet" href="/styles.css">
<link rel="icon" type="image/png" href="/logo.png">
<title>FixHC - 404 Not Found</title>
<link href="https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Barlow:wght@400;600;700&family=Barlow+Condensed:wght@700;900&display=swap" rel="stylesheet">
</head>
<body id="top" class="page-404">
<header class="hero">
<div class="section-label site-tag">Lost Site</div>
<h1><span class="yellow">404</span><br><span class="outline">Not Found</span></h1>
<p class="hero-desc">We checked under the keyboard, behind the caution tape, and in every open tab (you have alot!). This page is still missing. Maybe... you could fix it?</p>
<div class="btn-row">
<a href="/" class="btn btn-primary">↩ Home to safety</a>
<a href="https://github.com/hackclub/" target="_blank" rel="noopener noreferrer" class="btn btn-outline">Browse repos</a>
<a href="https://forms.hackclub.com/fix-hack-club" target="_blank" rel="noopener noreferrer" class="btn btn-outline">⚒ Submit your fix</a>
</div>
<p class="hero-note">Error code: 404. Area not found. Options below.</p>
</header>
<div class="tape-divider"></div>
<main>
<div class="section-alt" id="recovery">
<div class="section-inner">
<div class="section-label">Options</div>
<div class="jobs">
<a class="job" href="/" aria-label="Go back to the homepage">
<div class="job-type">RETURN HOME</div>
<div class="job-title">Return to the site</div>
<div class="job-desc">Go back to safety, on the homepage</div>
</a>
<a class="job" href="https://github.com/hackclub/Fix-Hack-Club" target="_blank" rel="noopener noreferrer" aria-label="Browse Hack Club repositories">
<div class="job-type">RENOVATE</div>
<div class="job-title">Make your page</div>
<div class="job-desc">Looking for a page on here? How about you 'Fix it?'</div>
</a>
<a class="job" href="https://hackclub.com/slack" target="_blank" rel="noopener noreferrer" aria-label="Join Hack Club Slack">
<div class="job-type">HELP</div>
<div class="job-title">Ask humans</div>
<div class="job-desc">Join the Slack channel and ask for the right link. Humans are still an option.</div>
</a>
</div>
</div>
</div>
</main>
<div class="caution-tape"></div>
<footer>
<span>FixHC - a <a href="https://hackclub.com" target="_blank" rel="noopener noreferrer">Hack Club</a> PullQuest</span>
<span><a href="https://github.com/hackclub" target="_blank" rel="noopener noreferrer">GitHub</a> · <a href="https://hackclub.com/slack" target="_blank" rel="noopener noreferrer">Slack</a> · <a href="https://hackclub.com" target="_blank" rel="noopener noreferrer">hackclub.com</a></span>
</footer>
</body>
</html>