Skip to content

Commit

Permalink
Make the index section's id tag more user friendly
Browse files Browse the repository at this point in the history
https://playbook.cio.gov/#plays seems a bit more aesthetically pleasing
than https://playbook.cio.gov/#plays_index_anchor. I'd also consider
renaming the id's of the play sections based on their titles (e.g.
https://playbook.cio.gov/#1-understand-what-people-need).
  • Loading branch information
jgrevich committed Aug 23, 2014
1 parent a88e003 commit 80fe73c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{% endfor %}
</ul>
<div id="menu_icon">
<a href="#plays_index_anchor" title="Return to Index"></a>
<a href="#plays" title="Return to Index"></a>
</div>
</div>
</div>
Expand All @@ -35,7 +35,7 @@
{% capture introduction %}{% include introduction.md %}{% endcapture %}
{{ introduction | markdownify }}
<div class="button">
<a href="#plays_index_anchor" title="View the Plays">SEE THE PLAYS</a>
<a href="#plays" title="View the Plays">SEE THE PLAYS</a>
</div>
<div class="button">
<a href="https://github.com/whitehouse/playbook#readme" title="Visit Github to Improve This Content">HELP IMPROVE THIS CONTENT</a>
Expand All @@ -47,7 +47,7 @@
<div id="plays_index">
<div class="outer_container">
<div class="inner_container">
<a class="anchor_offset" id="plays_index_anchor"></a>
<a class="anchor_offset" id="plays"></a>
<h3>DIGITAL SERVICE PLAYS</h3>
<div class="columns">
<ol>
Expand Down

0 comments on commit 80fe73c

Please sign in to comment.