@@ -10,7 +10,7 @@ app.templates.aboutPage = -> """
1010 </ul>
1111 </nav>
1212
13- <h1 class="_lined-heading">API Documentation Browser</h1>
13+ <h1 class="_lined-heading">DevDocs: API Documentation Browser</h1>
1414 <p>DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
1515 <ul>
1616 <li>Created and maintained by <a href="http://thibaut.me">Thibaut Courouble</a>
@@ -26,7 +26,7 @@ app.templates.aboutPage = -> """
2626 <p class="_note _note-green">If you like DevDocs, please consider supporting my work on
2727 <a href="https://gratipay.com/devdocs/">Gratipay</a>. Thanks!<br>
2828
29- <h2 class="_lined -heading" id="credits">Credits</h2>
29+ <h2 class="_block -heading" id="credits">Credits</h2>
3030
3131 <p><strong>Special thanks to:</strong>
3232 <ul>
@@ -45,7 +45,7 @@ app.templates.aboutPage = -> """
4545 #{ (" <tr><td>#{ c[0 ]} <td>© #{ c[1 ]} <td><a href=\" #{ c[3 ]} \" >#{ c[2 ]} </a>" for c in credits).join (' ' )}
4646 </table>
4747
48- <h2 class="_lined -heading" id="faq">Questions & Answers</h2>
48+ <h2 class="_block -heading" id="faq">Questions & Answers</h2>
4949 <dl>
5050 <dt>Where can I suggest new docs and features?
5151 <dd>You can suggest and vote for new docs on the <a href="https://trello.com/b/6BmTulfx/devdocs-documentation">Trello board</a>.<br>
@@ -56,15 +56,15 @@ app.templates.aboutPage = -> """
5656 </dl>
5757 <p>For anything else, feel free to email me at <a href="mailto:[email protected] ">[email protected] </a>. 5858
59- <h2 class="_lined -heading" id="copyright">Copyright and License</h2>
59+ <h2 class="_block -heading" id="copyright">Copyright and License</h2>
6060 <p class="_note">
6161 <strong>Copyright 2013–2017 Thibaut Courouble and <a href="https://github.com/Thibaut/devdocs/graphs/contributors">other contributors</a></strong><br>
6262 This software is licensed under the terms of the Mozilla Public License v2.0.<br>
6363 You may obtain a copy of the source code at <a href="https://github.com/Thibaut/devdocs">github.com/Thibaut/devdocs</a>.<br>
6464 For more information, see the <a href="https://github.com/Thibaut/devdocs/blob/master/COPYRIGHT">COPYRIGHT</a>
6565 and <a href="https://github.com/Thibaut/devdocs/blob/master/LICENSE">LICENSE</a> files.
6666
67- <h2 class="_lined -heading" id="plugins">Plugins and Extensions</h2>
67+ <h2 class="_block -heading" id="plugins">Plugins and Extensions</h2>
6868 <ul>
6969 <li><a href="https://chrome.google.com/webstore/detail/devdocs/mnfehgbmkapmjnhcnbodoamcioleeooe">Chrome web app</a>
7070 <li><a href="https://sublime.wbond.net/packages/DevDocs">Sublime Text plugin</a>
@@ -73,7 +73,7 @@ app.templates.aboutPage = -> """
7373 <li><a href="https://github.com/xuchunyang/DevDocs.el">Emacs Package</a>
7474 </ul>
7575
76- <h2 class="_lined -heading" id="privacy">Privacy Policy</h2>
76+ <h2 class="_block -heading" id="privacy">Privacy Policy</h2>
7777 <ul>
7878 <li><a href="http://devdocs.io">devdocs.io</a> ("App") is operated by Thibaut Courouble ("We").
7979 <li>We do not collect personal information.
0 commit comments