Skip to content

Commit 74fc934

Browse files
committed
Re-worded availability process page
1 parent 7c19863 commit 74fc934

File tree

3 files changed

+32
-14
lines changed

3 files changed

+32
-14
lines changed

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ GEM
251251
unf_ext (0.0.7.7)
252252
unf_ext (0.0.7.7-x64-mingw32)
253253
unicode-display_width (1.7.0)
254+
wdm (0.1.1)
254255
zeitwerk (2.4.0)
255256

256257
PLATFORMS
@@ -259,6 +260,7 @@ PLATFORMS
259260

260261
DEPENDENCIES
261262
github-pages
263+
wdm (>= 0.1.0)
262264

263265
BUNDLED WITH
264266
2.1.4

admin.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ <h4><a href="{{site.url}}/mentor-process">Mentor Application Process</a></h4>
2323
<h4><a href="https://trello.com/codewith2" target="_blank">Trello</a></h4>
2424

2525
<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>
29-
<h4><a href="{{site.url}}/availability-process">Availability Spreadsheet Process</a></h4>
26+
<h4><a href="{{site.url}}/availability-process">Availability Spreadsheet</a></h4>
27+
<h4><a href="https://forms.gle/HDu49ukTBM6uLpBCA" target="_blank">Event Request/Kick-Off Form</a></h4>
28+
<h4><a href="{{site.url}}/event-process">Event Process</a></h4>
29+
<h4><a href="https://docs.google.com/spreadsheets/d/1khRdEN3QSD9yQnv9zz_TshaJ4QcczEtEoy1BAv6_UKU/edit?usp=sharing" target="_blank">Feedback from Attendees</a></h4>
3030
</div>
3131
</div>

availability-process.html

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
permalink: /availability-process/
3-
layout: default
3+
layout: admin
44
suffixes:
55
- Assistance,
66
- Power,
@@ -14,13 +14,29 @@
1414
<h1>Availability Process</h1>
1515

1616
<div class="row">
17-
<div class="col-12">
18-
<p>Mentors are expected to fill in their availability to help at CodeWith events. We recognise this may change but
19-
it gives the event coordinator a starting point to find mentors.</p>
20-
21-
<p>A monthly reminder will be sent out in the <a href="https://codewithpeople.slack.com/archives/G018BBQ86PK">#admin</a> and <a href="https://codewithpeople.slack.com/archives/G017ZSY63GS">#mentor</a> channels on Slack to update the spreadsheet and add new months as the year moves on.
22-
</p>
23-
24-
<p>The link will also be pinned to the <a href="https://codewithpeople.slack.com/archives/G018BBQ86PK">#admin</a> and <a href="https://codewithpeople.slack.com/archives/G017ZSY63GS">#mentor</a> channels.</p>
25-
</div>
17+
<div class="col-12">
18+
<p>
19+
Mentors are expected to let us know their availability to help at CodeWith events.
20+
To do this, we use a Google Sheet on which you can colour in the various days of
21+
the month to show whether you're free, possibly free, or unavailable. Each mentor
22+
has their own tab, so it should be relatively easy to find yours and fill it in.
23+
</p>
24+
<p>
25+
We recognise that your availability may change - and that's fine - but filling in
26+
the sheet gives the event coordinator a starting point to find mentors for events.
27+
You'll usually be contacted beforehand to confirm you're still available anyway.
28+
</p>
29+
<p>
30+
A monthly reminder to fill it in, along with a link to the Sheet, will be sent out
31+
in the <a href="https://codewithpeople.slack.com/archives/G018BBQ86PK">#admin</a> and
32+
<a href="https://codewithpeople.slack.com/archives/G017ZSY63GS">#mentor</a> channels
33+
on Slack. The event coordinator will ask you to update the spreadsheet for that month,
34+
and will add new months as the year moves on.
35+
</p>
36+
<p>The link will also be <i>pinned</i> to the <a
37+
href="https://codewithpeople.slack.com/archives/G018BBQ86PK">#admin</a> and <a
38+
href="https://codewithpeople.slack.com/archives/G017ZSY63GS">#mentor</a> channels
39+
for quick access if you need to edit your tab at any point.
40+
</p>
41+
</div>
2642
</div>

0 commit comments

Comments
 (0)