Skip to content

Commit bbf8fc6

Browse files
Merge pull request #62 from CodeWithGroup/feature/admin-add-feedback
Add event feedback to admin page. Add headings
2 parents 6f141ed + 0f6da9f commit bbf8fc6

File tree

4 files changed

+55
-21
lines changed

4 files changed

+55
-21
lines changed

_layouts/admin.html

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
{% include head.html %}
4+
5+
<body>
6+
<a class="sr-only sr-only-focusable" href="#page-content">Skip to main content</a>
7+
<!-- Google Tag Manager (noscript) -->
8+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WPSF3G7" height="0" width="0"
9+
style="display:none;visibility:hidden"></iframe></noscript>
10+
<!-- End Google Tag Manager (noscript) -->
11+
12+
<div id="main-container" class="page-wrapper toggled">
13+
{% include sidebar.html %}
14+
<main role="main" class="page-content" id="page-content">
15+
<div class="row">
16+
<div class="main-logo">
17+
<a href="{{site.url}}"><img src="{{site.url}}/images/keyboard-green.png"></a>
18+
</div>
19+
<div class="main-logo-title">
20+
<h1 class="cover-heading">CODEWITH<span id="small-screen-break"><br /></span><span id="suffix"
21+
class="typed-suffix">US</span></h1>
22+
</div>
23+
</div>
24+
<div class="row unpadded">
25+
<div class="col-lg-10">
26+
<div class="row unpadded">
27+
<div class="col-12">
28+
<p>
29+
<br />
30+
<a href="{{site.url}}/admin">Back to admin</a>
31+
</p>
32+
</div>
33+
</div>
34+
{{content}}
35+
</div>
36+
</div>
37+
</main>
38+
</div>
39+
{% include scripts.html %}
40+
</body>
41+
42+
</html>

admin.html

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,15 @@ <h1>Useful Links</h1>
1616

1717
<div class="row">
1818
<div class="col-12">
19-
<h4>
20-
<a href="https://forms.gle/HDu49ukTBM6uLpBCA" target="_blank">Event Request/Kick-Off Form</a>
21-
</h4>
22-
<h4>
23-
<a href="https://analytics.google.com/analytics/web/#/report/visitors-overview/a174926144w242581676p226110493/_u.date00=20200901&_u.date01=20200913" target="_blank">Google Analytics</a>
24-
</h4>
25-
<h4>
26-
<a href="https://drive.google.com/drive/folders/1Tcl8a0EkjOB1FLnkaqtMES6Wg8xoW_tx?usp=sharing" target="_blank">Meeting Minutes</a>
27-
</h4>
28-
<h4>
29-
<a href="https://trello.com/codewith2" target="_blank">Trello</a>
30-
</h4>
31-
<h4>
32-
<a href="{{site.url}}/eventprocess">Event Process</a>
33-
</h4>
34-
<h4>
35-
<a href="{{site.url}}/mentor-process">Mentor Application Process</a>
36-
</h4>
19+
<h2>Admin</h2>
20+
<h4><a href="https://analytics.google.com/analytics/web/#/report/visitors-overview/a174926144w242581676p226110493/_u.date00=20200901&_u.date01=20200913" target="_blank">Google Analytics</a></h4>
21+
<h4><a href="https://drive.google.com/drive/folders/1Tcl8a0EkjOB1FLnkaqtMES6Wg8xoW_tx?usp=sharing" target="_blank">Meeting Minutes</a></h4>
22+
<h4><a href="{{site.url}}/mentor-process">Mentor Application Process</a></h4>
23+
<h4><a href="https://trello.com/codewith2" target="_blank">Trello</a></h4>
24+
25+
<h2>Events</h2>
26+
<h4><a href="https://docs.google.com/spreadsheets/d/1khRdEN3QSD9yQnv9zz_TshaJ4QcczEtEoy1BAv6_UKU/edit?usp=sharing" target="_blank">Feedback</a></h4>
27+
<h4><a href="https://forms.gle/HDu49ukTBM6uLpBCA" target="_blank">Request/Kick-Off Form</a></h4>
28+
<h4><a href="{{site.url}}/event-process">Process</a></h4>
3729
</div>
3830
</div>

event-process.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
permalink: /event-process/
3-
layout: default
3+
layout: admin
44
suffixes:
55
- Assistance,
66
- Power,
@@ -17,4 +17,4 @@ <h1>Event Process</h1>
1717
<div class="col-12">
1818
<img class="img-fluid" src="{{site.url}}/images/flowchart-event.svg" style="max-width: 50em;">
1919
</div>
20-
</div>
20+
</div>

mentor-process.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
permalink: /mentor-process/
3-
layout: default
3+
layout: admin
44
suffixes:
55
- Assistance,
66
- Power,

0 commit comments

Comments
 (0)