summaryrefslogtreecommitdiff
path: root/_includes/header.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/header.html')
-rw-r--r--_includes/header.html20
1 files changed, 11 insertions, 9 deletions
diff --git a/_includes/header.html b/_includes/header.html
index 398727a..b60cb6c 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -16,13 +16,14 @@
<body>
<div class="wrapper">
<header>
- <h1>pugixml</h1>
+ <a href="/"><h1>pugixml</h1></a>
<p>Light-weight, simple and fast XML parser for C++ with XPath support</p>
- Repository: <small><a href="https://github.com/zeux/pugixml">https://github.com/zeux/pugixml</a></small><br />
- License: <small>MIT</small><br />
-
- <br />
+ Repository:
+ <ul>
+ <li style="list-style-type: none"><a href="https://github.com/zeux/pugixml">github.com/zeux/pugixml</a><br/>
+ <small>Git and Subversion access</small></li>
+ </ul>
Downloads:
<ul>
@@ -35,15 +36,16 @@
Documentation:
<ul>
<li><a href="http://cdn.rawgit.com/zeux/pugixml/v{{site.version}}/docs/quickstart.html">Quick-start guide</a><br/>
- <small>Read this to start using the library quickly</small></li>
+ <small>Read this to start using the library</small></li>
<li><a href="http://cdn.rawgit.com/zeux/pugixml/v{{site.version}}/docs/manual.html">Complete reference manual</a><br/>
<small>Read this for full library reference</small></li>
+ <li><a href="/license.html">License</a></li>
</ul>
- Other:
+ Support:
<ul>
- <li><a href="https://github.com/zeux/pugixml/issues">Issue tracker</a>
- </li>
+ <li><a href="https://github.com/zeux/pugixml/issues">Issue tracker</a></li>
+ <li><a href="mailto:arseny.kapoulkine@gmail.com">E-mail author</a></li>
</ul>
</header>
<section>