forked from auxfuse/hackathon-git-labs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
78 lines (70 loc) · 3 KB
/
404.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../assets/css/style.css">
<title>Git Community - ⛔Error⛔</title>
</head>
<body>
<section id="content">
<div id="content-column">
<h1 class="primary-heading margin-yb-sm">Wait a minute..</h1>
<h2 class="sub-heading">This page does not exist..</h2>
<p class="margin-yt-sm">
..well, either that or it is still under construction by one of our community members!
</p>
</div>
<div id="content-image">
<img src="../assets/images/octo_cons.png" alt="Github Octocat wearing construction attire">
</div>
</section>
<footer>
<div id="repo-go">
<p>
Check back again soon.. For now you can return to the main page to see all of the other contributions or
even create your own!
</p>
<a href="/index.html">Go back 👈</a>
</div>
<div id="footer-info">
<p>Meet the AWESOME team 🤜</p>
<a class="participant-link" href="https://github.com/auxfuse" target="_blank" rel="noopener noreferrer"
data-content="Anthony" data-field="link">
Anthony
</a>
<a class="participant-link" href="https://github.com/alissatroiano" target="_blank"
rel="noopener noreferrer" data-content="Alissa" data-field="link">
Alissa
</a>
<a class="participant-link" href="https://github.com/andrewdempsey2018" target="_blank"
rel="noopener noreferrer" data-content="Andrew" data-field="link">
Andrew
</a>
<a class="participant-link" href="https://github.com/Gwen-Bradbury" target="_blank"
rel="noopener noreferrer" data-content="Gwen" data-field="link">
Gwen
</a>
<a class="participant-link" href="https://github.com/NaoiseGaffney" target="_blank"
rel="noopener noreferrer" data-content="Gaff" data-field="link">
Gaff
</a>
<a class="participant-link" href="https://github.com/AideenM12" target="_blank" rel="noopener noreferrer"
data-content="Aideen" data-field="link">
Aideen
</a>
<p>More info 🛈</p>
<a class="participant-link" href="/privacy.html" data-content="Privacy" data-field="link">
Privacy
</a>
<a class="participant-link" href="/accessibility.html" data-content="Accessibility" data-field="link">
Accessibility
</a>
<a class="participant-link" href="/contact.html" data-content="Contact" data-field="link">
Contact
</a>
</div>
</footer>
</body>
</html>