We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da0729a commit 1c27320Copy full SHA for 1c27320
source/index.html.erb
@@ -1,9 +1,9 @@
1
<h1 class="layout--title">Berlin Code of Conduct</h1>
2
<p class="layout--sub-title">A Code of Conduct for all User Groups and Conferences</p>
3
-<section class="text">
+<section id="code-of-conduct" class="text">
4
<%= partial 'code-of-conduct' %>
5
</section>
6
-<section class="supporters">
+<section id="supporters" class="supporters">
7
<h2 class="supporters--title">Supporters</h2>
8
<p class="supporters--sub-title">Those user groups and conferences support the Berlin Code of Conduct:</p>
9
<ul class="supporters--list">
@@ -35,7 +35,7 @@
35
</p>
36
37
38
-<footer class="text">
+<footer id="footer" class="text">
39
<p>
40
This code of conduct is adapted from the
41
<a href="http://pdxruby.org/codeofconduct" class="original-link">pdx.rb code of
0 commit comments