Skip to content

Commit d506d0a

Browse files
added new footer content to 404 page
1 parent c1a7c3d commit d506d0a

File tree

1 file changed

+39
-36
lines changed

1 file changed

+39
-36
lines changed

404.html

+39-36
Original file line numberDiff line numberDiff line change
@@ -33,43 +33,46 @@ <h2 class="sub-heading">This page does not exist..</h2>
3333
<a href="/index.html">Go back 👈</a>
3434
</div>
3535

36-
<div id="additional-info">
37-
<p>Meet the team:</p>
38-
<ul id="team-list">
39-
<li>
40-
<a href="https://github.com/auxfuse" target="_blank" rel="noopener noreferrer">
41-
Anthony - Owner/Developer
42-
</a>
43-
</li>
44-
<li>
45-
<a href="https://github.com/NaoiseGaffney" target="_blank" rel="noopener noreferrer">
46-
Gaff - Maintainer/Developer
47-
</a>
48-
</li>
49-
<li>
50-
<a href="https://github.com/AideenM12" target="_blank" rel="noopener noreferrer">
51-
Aideen - Maintainer/Developer
52-
</a>
53-
</li>
54-
<li>
55-
<a href="https://github.com/Gwen-Bradbury" target="_blank" rel="noopener noreferrer">
56-
Gwen - Maintainer/Developer
57-
</a>
58-
</li>
59-
<li>
60-
<a href="https://github.com/andrewdempsey2018" target="_blank" rel="noopener noreferrer">
61-
Andrew - Maintainer/Developer
62-
</a>
63-
</li>
64-
<li>
65-
<a href="https://github.com/alissatroiano" target="_blank" rel="noopener noreferrer">
66-
Alissa - Maintainer/Developer
67-
</a>
68-
</li>
69-
</ul>
36+
<div id="footer-info">
37+
<p>Meet the AWESOME team 🤜</p>
38+
<a class="participant-link" href="https://github.com/auxfuse" target="_blank" rel="noopener noreferrer"
39+
data-content="Anthony" data-field="link">
40+
Anthony
41+
</a>
42+
<a class="participant-link" href="https://github.com/alissatroiano" target="_blank"
43+
rel="noopener noreferrer" data-content="Alissa" data-field="link">
44+
Alissa
45+
</a>
46+
<a class="participant-link" href="https://github.com/andrewdempsey2018" target="_blank"
47+
rel="noopener noreferrer" data-content="Andrew" data-field="link">
48+
Andrew
49+
</a>
50+
<a class="participant-link" href="https://github.com/Gwen-Bradbury" target="_blank"
51+
rel="noopener noreferrer" data-content="Gwen" data-field="link">
52+
Gwen
53+
</a>
54+
<a class="participant-link" href="https://github.com/NaoiseGaffney" target="_blank"
55+
rel="noopener noreferrer" data-content="Gaff" data-field="link">
56+
Gaff
57+
</a>
58+
<a class="participant-link" href="https://github.com/AideenM12" target="_blank" rel="noopener noreferrer"
59+
data-content="Aideen" data-field="link">
60+
Aideen
61+
</a>
62+
<p>More info 🛈</p>
63+
<a class="participant-link" href="/privacy.html" data-content="Privacy" data-field="link">
64+
Privacy
65+
</a>
66+
<a class="participant-link" href="/accessibility.html" data-content="Accessibility" data-field="link">
67+
Accessibility
68+
</a>
69+
<a class="participant-link" href="/contact.html" data-content="Contact" data-field="link">
70+
Contact
71+
</a>
7072
</div>
73+
7174
</footer>
72-
75+
7376
</body>
7477

75-
</html>
78+
</html>

0 commit comments

Comments
 (0)