Skip to content

Commit 2f21e2d

Browse files
authored
Merge pull request #75 from CodeWithGroup/feature/event-process-detail-2
Adding some additional detail to the events process page
2 parents 347cf92 + afe9841 commit 2f21e2d

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

pages-admin/event-process.html

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,21 @@
1313

1414
<h1>Event Process</h1>
1515

16+
<h2>When do I need to follow this process?</h2>
17+
18+
<p>This process should be followed if you need any support from the CodeWith team when setting up or running your event.
19+
This includes:</p>
20+
21+
<ul>
22+
<li>Mentors organised by CodeWith</li>
23+
<li>Ticket management (Eventbrite)</li>
24+
<li>Assistance creating slide decks</li>
25+
<li>Use of the CodeWith branding</li>
26+
<li>Advertising on CodeWith channels (Mailchimp, Facebook, Twitter, Slack)</li>
27+
</ul>
28+
1629
<div class="row">
17-
<div class="col-12">
18-
<img class="img-fluid" src="{{site.url}}/images/flowchart-event.svg" style="max-width: 50em;">
19-
</div>
20-
</div>
30+
<div class="col-12">
31+
<img class="img-fluid" src="{{site.url}}/images/flowchart-event.svg" style="max-width: 50em;">
32+
</div>
33+
</div>

0 commit comments

Comments
 (0)