Skip to content

Commit

Permalink
added ids to allow linking to sections
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenburger committed Jun 4, 2014
1 parent da0729a commit 1c27320
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<h1 class="layout--title">Berlin Code of Conduct</h1>
<p class="layout--sub-title">A Code of Conduct for all User Groups and Conferences</p>
<section class="text">
<section id="code-of-conduct" class="text">
<%= partial 'code-of-conduct' %>
</section>
<section class="supporters">
<section id="supporters" class="supporters">
<h2 class="supporters--title">Supporters</h2>
<p class="supporters--sub-title">Those user groups and conferences support the Berlin Code of Conduct:</p>
<ul class="supporters--list">
Expand Down Expand Up @@ -35,7 +35,7 @@
</p>
</section>

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

0 comments on commit 1c27320

Please sign in to comment.