Skip to content

Commit 36616cb

Browse files
committed
Move Code of Conduct to standalone page
1 parent 4e021a8 commit 36616cb

6 files changed

Lines changed: 13 additions & 27 deletions

File tree

_includes/events/faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ <h3 id="registering" class="faq-title">Registering</h3>
167167
We are particularly interested in creating a diverse and inclusive space, and especially encourage those underrepresented in tech to join the event. Want to help make the event more inclusive? Invite others who will make the space welcoming and <a href="https://ti.to/codeforgood/rubyforgood" target="_blank" rel="noopener noreferrer">sponsor a scholarship recipient waitlisted for lack of funds</a>. <i class="fa fa-heart-o red-salsa"></i>
168168
</p>
169169
<p>
170-
Please read our <a href="/events/coc">Code of Conduct</a> prior to attending.
170+
Please read our <a href="/code-of-conduct">Code of Conduct</a> prior to attending.
171171
</p>
172172
</div>
173173
</div>

_includes/events/landing_page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ <h2 class="mb-20 unbold text-center">Code of Conduct</h2>
137137
<div class="row">
138138
<div class="col-12 mb-20">
139139
<p>
140-
Please take a moment to read our <a href="/events/coc">Code of Conduct</a>. Violation of the code of conduct
140+
Please take a moment to read our <a href="/code-of-conduct">Code of Conduct</a>. Violation of the code of conduct
141141
will not be tolerated.
142142
</p>
143143
</div>

_includes/mixins/copyright_bar.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,7 @@
1515
<div class="footer-menu">
1616
<ul>
1717
<li><a href="{{ site.url }}">Home</a></li>
18-
<li>
19-
<a
20-
href="https://github.com/rubyforgood/r4g-github-provisioning/blob/master/code-of-conduct.md"
21-
target="_blank"
22-
rel="noopener noreferrer"
23-
>
24-
Code of Conduct
25-
</a>
26-
</li>
18+
<li><a href="/code-of-conduct">Code of Conduct</a></li>
2719
<li>
2820
<a
2921
href="https://github.com/rubyforgood/"

code-of-conduct.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: page
3+
title: Code of Conduct
4+
description:
5+
bg:
6+
style:
7+
permalink: /code-of-conduct
8+
---
9+
10+
{% include coc.html %}

events/coc.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)