add anchors to h2 titles

This commit is contained in:
Daniel Kummer
2012-11-20 10:33:29 +01:00
parent 5f7360caa7
commit 180f16426b
3 changed files with 37 additions and 19 deletions

View File

@ -46,7 +46,7 @@
}(document, "script", "twitter-wjs");</script>
</p>
<p id="desc">efficient branching using git-flow by <a href="http://nvie.com/">Vincent Driessen</a></p>
<p id="translations">translations: <a href="#" class="active" title="english">en</a> - <a href="index.pt_BR.html" title="Brazilian Portugues">pt_BR</a></p>
<p id="translations">translations: <a href="#" class="active" title="english">en</a> - <a href="index.pt_BR.html" title="Brazilian Portugues">Brazilian Portugues</a></p>
</header>
<div id="main">
@ -80,7 +80,7 @@
<div class="scrollblock">
<h2>Setup</h2>
<h2><a href="#setup">Setup</a></h2>
<ul>
<li>You need a working git installation as prerequisite.</li>
<li>Git flow works on OSX, Linux and Windows</li>
@ -111,7 +111,7 @@
</div>
<div class="scrollblock">
<h2>Getting started</h2>
<h2><a href="#getting_started">Getting started</a></h2>
<p>Git flow needs to be initialized in order to customize your project setup.</p>
<p class="divider">&#9733; &#9733; &#9733;</p>
<div class="col-1">
@ -137,7 +137,7 @@
<div class="scrollblock">
<h2>Features</h2>
<h2><a href="#features">Features</a></h2>
<ul class="narrow">
<li>Develop new features for upcoming releases</li>
@ -230,7 +230,7 @@
<div class="scrollblock">
<h2>Make a release</h2>
<h2><a href="#release">Make a release</a></h2>
<ul>
<li>Support preparation of a new production release</li>
@ -283,7 +283,7 @@
</div>
<div class="scrollblock">
<h2>Hotfixes</h2>
<h2><a href="#hotfixes">Hotfixes</a></h2>
<ul>
<li>Hotfixes arise from the necessity to act immediately upon an undesired state of a live production version
@ -329,7 +329,7 @@
<div class="scrollblock">
<h2>Commands</h2>
<h2><a href="#commands">Commands</a></h2>
<img src="img/git-flow-commands.png" alt="git-flow commands"/>
</div>
@ -352,7 +352,7 @@
<footer>
<div class="scrollblock">
<h2>Comments</h2>
<h2><a href="#comments">Comments</a></h2>
<div id="disqus_thread"></div>
</div>