Add anchors to link to specific parts of index

Add HTML anchor targets to allow links to jump directly to the
interesting part of the index document.

Change-Id: I95f0d8d18a1c7017f284808a26e3dd565fecbf47
This commit is contained in:
Thierry Carrez 2018-06-14 16:18:29 +02:00
parent e6627d374c
commit 63d1d1f93e
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ h2,h3 {margin-top: 30px;}
</div>
<div class="container">
<a id="channels"></a>
<h2>IRC channels</h2>
<p>OpenStack maintains a large number of channels on the Freenode IRC network for community communications. You can learn more about IRC in the <a href="https://docs.openstack.org/contributors/common/irc.html">Contributor Guide</a>.</p>
<p>The main channels are:</p>
@ -43,6 +44,7 @@ h2,h3 {margin-top: 30px;}
<a href="irclogs/">IRC Channel Logs</a></div>
<p>Links to specific meeting logs can be found on meeting descriptions below.</p>
<a id="meetings"></a>
<h2>IRC meetings schedule</h2>
<p>The IRC meetings schedule is driven by the
<a href=http://git.openstack.org/cgit/openstack-infra/irc-meetings/tree/>openstack-infra/irc-meetings</a> repository.