Skip to content

Commit 74757c4

Browse files
committed
Added mentor application process flow
1 parent 9d19ba9 commit 74757c4

File tree

6 files changed

+514
-2
lines changed

6 files changed

+514
-2
lines changed

_data/questions/how-to-mentor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "how-to-mentor"
22
question: "How do I become a mentor/event organiser?"
3-
answer: !join " <p>
3+
answer: " <p>
44
First of all, let someone know you're interested. Have a chat with one of the existing mentors or
55
someone on the committee so that we can get an idea of what you want to achieve and what support you
66
need.

admin.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ <h4>
2929
<a href="https://trello.com/codewith2" target="_blank">Trello</a>
3030
</h4>
3131
<h4>
32-
<a href="{{site.url}}/event-process" target="_blank">Event process</a>
32+
<a href="{{site.url}}/eventprocess">Event Process</a>
33+
</h4>
34+
<h4>
35+
<a href="{{site.url}}/mentor-process">Mentor Application Process</a>
3336
</h4>
3437
</div>
3538
</div>

admin.html.orig

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
permalink: /admin/
3+
layout: default
4+
suffixes:
5+
- Assistance,
6+
- Power,
7+
- Resources,
8+
- Responsibility,
9+
- Us
10+
title: Home
11+
sitemap: false
12+
---
13+
14+
15+
<h1>Useful Links</h1>
16+
17+
<div class="row">
18+
<div class="col-12">
19+
<<<<<<< HEAD
20+
<h4>
21+
<a href="https://forms.gle/HDu49ukTBM6uLpBCA" target="_blank">Event Request/Kick-Off Form</a>
22+
</h4>
23+
<h4>
24+
<a href="https://analytics.google.com/analytics/web/#/report/visitors-overview/a174926144w242581676p226110493/_u.date00=20200901&_u.date01=20200913" target="_blank">Google Analytics</a>
25+
</h4>
26+
<h4>
27+
<a href="https://drive.google.com/drive/folders/1Tcl8a0EkjOB1FLnkaqtMES6Wg8xoW_tx?usp=sharing" target="_blank">Meeting Minutes</a>
28+
</h4>
29+
<h4>
30+
<a href="https://trello.com/codewith2" target="_blank">Trello</a>
31+
</h4>
32+
<h4>
33+
<a href="{{site.url}}/event-process" target="_blank">Event process</a>
34+
</h4>
35+
=======
36+
<h2>Admin</h2>
37+
<h4><a href="https://analytics.google.com/analytics/web/#/report/visitors-overview/a174926144w242581676p226110493/_u.date00=20200901&_u.date01=20200913"
38+
target="_blank">Google Analytics</a></h4>
39+
<h4><a href="https://drive.google.com/drive/folders/1Tcl8a0EkjOB1FLnkaqtMES6Wg8xoW_tx?usp=sharing"
40+
target="_blank">Meeting Minutes</a></h4>
41+
<h4><a href="https://trello.com/codewith2"
42+
target="_blank">Trello</a></h4>
43+
44+
<h2>Events</h2>
45+
<h4><a href="https://docs.google.com/spreadsheets/d/1khRdEN3QSD9yQnv9zz_TshaJ4QcczEtEoy1BAv6_UKU/edit?usp=sharing"
46+
target="_blank">Feedback</a></h4>
47+
<h4><a href="https://forms.gle/HDu49ukTBM6uLpBCA"
48+
target="_blank">Request/Kick-Off Form</a></h4>
49+
<h4><a href="{{site.url}}/event-process"
50+
target="_blank">Process</a></h4>
51+
>>>>>>> 6f1114d... Add event feedback to admin page. Add headings
52+
</div>
53+
</div>

event-process.html.orig

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
permalink: /event-process/
3+
<<<<<<< HEAD:event-process.html
4+
layout: default
5+
=======
6+
layout: admin
7+
>>>>>>> 6f1114d... Add event feedback to admin page. Add headings:eventProcess.html
8+
suffixes:
9+
- Assistance,
10+
- Power,
11+
- Resources,
12+
- Responsibility,
13+
- Us
14+
title: Event Process
15+
sitemap: false
16+
---
17+
18+
<h1>Event Process</h1>
19+
20+
<div class="row">
21+
<div class="col-12">
22+
<img class="img-fluid" src="{{site.url}}/images/flowchart-event.svg" style="max-width: 50em;">
23+
</div>
24+
</div>

0 commit comments

Comments
 (0)