Copy changes

This commit is contained in:
Thibaut 2014-08-10 08:19:10 -04:00
parent 6bbf267b6e
commit 144136b824
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
app.templates.splash = """
<div class="_splash-title">DevDocs</div>
<a href="http://www.maxcdn.com" class="_splash-maxcdn">Sponsored by<span class="_maxcdn-logo-bw"> MaxCDN</span></a>
<a href="https://www.gittip.com/Thibaut/" class="_splash-gittip">Donate on<span class="_gittip-logo-bw"> Gittip</span></a>
<a href="https://www.gittip.com/Thibaut/" class="_splash-gittip">Support on<span class="_gittip-logo-bw"> Gittip</span></a>
"""
<% if App.development? %>
@ -22,7 +22,7 @@ app.templates.intro = """
<li>DevDocs is licensed under the terms of the Mozilla Public License v2.0. For more information,
see the <a href="https://github.com/Thibaut/devdocs/blob/master/COPYRIGHT">COPYRIGHT</a> and
<a href="https://github.com/Thibaut/devdocs/blob/master/LICENSE">LICENSE</a> files.
<li>If you like the app, please consider funding the project on <a href="https://www.gittip.com/Thibaut/">Gittip</a>. Thanks!
<li>If you like the app, please consider supporting the project on <a href="https://www.gittip.com/Thibaut/">Gittip</a>. Thanks!
</ol>
<a href="http://www.maxcdn.com" class="_intro-maxcdn">Sponsored by<span class="_maxcdn-logo"> MaxCDN</span></a>
<p>That's all. Happy coding!
@ -45,7 +45,7 @@ app.templates.intro = """
<li>For the latest news, subscribe to the <a href="http://eepurl.com/HnLUz">newsletter</a> or follow <a href="https://twitter.com/DevDocs">@DevDocs</a>
<li>DevDocs is free and <a href="https://github.com/Thibaut/devdocs">open source</a>
<iframe class="_github-btn" src="http://ghbtns.com/github-btn.html?user=Thibaut&repo=devdocs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
<li>If you like the app, please consider funding the project on <a href="https://www.gittip.com/Thibaut/">Gittip</a>. Thanks!
<li>If you like the app, please consider supporting the project on <a href="https://www.gittip.com/Thibaut/">Gittip</a>. Thanks!
</ol>
<a href="http://www.maxcdn.com" class="_intro-maxcdn">Sponsored by<span class="_maxcdn-logo"> MaxCDN</span></a>
<p>That's all. Happy coding!

View file

@ -13,7 +13,7 @@
<nav class="_nav">
<a href="/about" class="_nav-link">About</a>
<a href="/news" class="_nav-link">News</a>
<a href="/help" class="_nav-link">Help</a>
<a href="/help" class="_nav-link">Tips</a>
</nav>
</header>
<section class="_sidebar">