diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-11-10 21:48:07 +0100 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2014-11-10 21:48:07 +0100 |
commit | 42348f6a810ed8e87881319866b6e1ccbb17e77d (patch) | |
tree | d15365211ed934862048bb3911641830d1cd8c46 /_includes | |
parent | 1e6350b027fe6dc6adff55afb3e9746efc908c7c (diff) |
Almost ready to replace the main site!
Applied CSS readability fixes - the font is very small on Windows.
Fleshed out header/footer - added support information, better links, etc.
Added license page because people like to know the licensing terms.
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/footer.html | 4 | ||||
-rw-r--r-- | _includes/header.html | 20 |
2 files changed, 13 insertions, 11 deletions
diff --git a/_includes/footer.html b/_includes/footer.html index 5a83239..6eb8358 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,7 +1,7 @@ </section> <footer> - <p>This project is maintained by <a href="https://github.com/zeux">Arseny Kapoulkine</a></p> - <p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p> + <p>Maintained by <a href="https://github.com/zeux">Arseny Kapoulkine</a></p> + <p><small>Hosted on GitHub — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p> </footer> </div> <script src="/javascripts/scale.fix.js"></script> 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> |