Skip to content

Commit 1c27320

Browse files
committed
added ids to allow linking to sections
1 parent da0729a commit 1c27320

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/index.html.erb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<h1 class="layout--title">Berlin Code of Conduct</h1>
22
<p class="layout--sub-title">A Code of Conduct for all User Groups and Conferences</p>
3-
<section class="text">
3+
<section id="code-of-conduct" class="text">
44
<%= partial 'code-of-conduct' %>
55
</section>
6-
<section class="supporters">
6+
<section id="supporters" class="supporters">
77
<h2 class="supporters--title">Supporters</h2>
88
<p class="supporters--sub-title">Those user groups and conferences support the Berlin Code of Conduct:</p>
99
<ul class="supporters--list">
@@ -35,7 +35,7 @@
3535
</p>
3636
</section>
3737

38-
<footer class="text">
38+
<footer id="footer" class="text">
3939
<p>
4040
This code of conduct is adapted from the
4141
<a href="http://pdxruby.org/codeofconduct" class="original-link">pdx.rb code of

0 commit comments

Comments
 (0)