Skip to content

Commit f01a84e

Browse files
authored
add CoC incident report button (#642)
1 parent 102cf74 commit f01a84e

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

index.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ And run 'make workshop-check' *before* committing to make sure that changes are
2929
{% endcomment %}
3030

3131

32-
3332
{% comment %}
3433
For a workshop please delete the following block
3534
{% endcomment %}
35+
3636
<div class="alert alert-danger">
3737
This is the workshop template. Delete these lines and use it to customize your
3838
own website. If you are running a self-organized workshop or have not put in a
@@ -145,14 +145,6 @@ Modify the block below if there are any special requirements.
145145
Mac, Linux, or Windows operating system (not a tablet, Chromebook, etc.) that they have administrative privileges on. They should have a few specific software packages installed (listed <a href="#setup">below</a>).
146146
</p>
147147

148-
{% comment%}
149-
CODE OF CONDUCT
150-
{% endcomment %}
151-
<p id="code-of-conduct">
152-
<strong>Code of Conduct:</strong> Everyone who participates in Carpentries activities is required to conform to the <a href="https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html">Code of Conduct</a>. This document also outlines how to report an incident if needed.
153-
</p>
154-
155-
156148
{% comment %}
157149
ACCESSIBILITY
158150

@@ -204,6 +196,21 @@ Display the contact email address set in the configuration file.
204196

205197
<hr/>
206198

199+
{% comment%}
200+
CODE OF CONDUCT
201+
{% endcomment %}
202+
<h2 id="code-of-conduct">Code of Conduct</h2>
203+
204+
<p>
205+
Everyone who participates in Carpentries activities is required to conform to the <a href="https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html">Code of Conduct</a>.This document also outlines how to report an incident if needed.
206+
</p>
207+
208+
<p class="text-center">
209+
<button type="button" class="btn btn-info">Report a Code of Conduct Incident</button>
210+
</p>
211+
212+
<hr/>
213+
207214
{% comment %}
208215
SURVEYS - DO NOT EDIT SURVEY LINKS
209216
{% endcomment %}

0 commit comments

Comments
 (0)