Skip to content

Commit 20dead4

Browse files
committed
Added 'admin' page with useful links for admins
1 parent 7ab7875 commit 20dead4

File tree

2 files changed

+41
-9
lines changed

2 files changed

+41
-9
lines changed

404.html

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
11
---
2-
title: Error 404
32
layout: default
3+
suffixes:
4+
- Errors,
5+
- Forgiveness,
6+
- Mistakes,
7+
- Problems,
8+
- Us
9+
title: Error 404
410
---
511

612
<div class="container">
713
<div class="row">
814
<div class="col-md-12">
915
<div class="error-template">
10-
<h1>
11-
Oops!</h1>
12-
<h2>
13-
404 Not Found</h2>
16+
<h1>Oops!</h1>
17+
<h2>404 Not Found</h2>
1418
<div class="error-details">
15-
Sorry, an error has occured, Requested page not found!
19+
Sorry, an error has occurred. Requested page not found!
1620
</div>
1721
<div class="error-actions">
18-
<a href="index.html" class="btn btn-primary btn-lg"><span class="fas fa-home"></span>
19-
Take Me Home </a><a href="contact.html" class="btn btn-primary btn-lg"><span
20-
class="fas fa-envelope"></span> Contact Us </a>
22+
<a href="index.html" class="btn btn-primary btn-lg"><span class="fas fa-home"></span>Take Me Home</a>
23+
<a href="contact.html" class="btn btn-primary btn-lg"><span class="fas fa-envelope"></span> Contact Us </a>
2124
</div>
2225
</div>
2326
</div>

admin.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
layout: default
3+
suffixes:
4+
- Assistance,
5+
- Power,
6+
- Resources,
7+
- Responsibility,
8+
- Us
9+
title: Home
10+
---
11+
12+
<h1>Useful Links</h1>
13+
14+
<div class="row">
15+
<div class="col-12">
16+
<h4>
17+
<a href="https://forms.gle/HDu49ukTBM6uLpBCA" target="_blank">Event Request/Kick-Off Form</a>
18+
</h4>
19+
<h4>
20+
<a href="https://analytics.google.com/analytics/web/#/report/visitors-overview/a174926144w242581676p226110493/_u.date00=20200901&_u.date01=20200913" target="_blank">Google Analytics</a>
21+
</h4>
22+
<h4>
23+
<a href="https://drive.google.com/drive/folders/1Tcl8a0EkjOB1FLnkaqtMES6Wg8xoW_tx?usp=sharing" target="_blank">Meeting Minutes</a>
24+
</h4>
25+
<h4>
26+
<a href="https://trello.com/codewith2" target="_blank">Trello</a>
27+
</h4>
28+
</div>
29+
</div>

0 commit comments

Comments
 (0)