Gittip -> Gratipay

pull/129/head
Thibaut 11 years ago
parent 62f41f1e3a
commit 45c9fba5ad

@ -11,7 +11,7 @@ Keep track of development and community news:
* Follow [@DevDocs](https://twitter.com/DevDocs) on Twitter
* Join the [mailing list](https://groups.google.com/d/forum/devdocs)
DevDocs is free and open source. If you like it, please consider funding the project on [Gittip](https://www.gittip.com/Thibaut/). Thanks!
DevDocs is free and open source. If you like it, please consider funding the project on [Gratipay](https://gratipay.com/Thibaut/). Thanks!
**Table of Contents:** [Quick Start](#quick-start) · [Vision](#vision) · [App](#app) · [Scraper](#scraper) · [Commands](#available-commands) · [Contributing](#contributing) · [License](#copyright--license) · [Questions?](#questions)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 900 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 900 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

@ -24,7 +24,7 @@ app.templates.aboutPage = -> """
<li>Join the <a href="https://groups.google.com/d/forum/devdocs">mailing list</a>
</ul>
<p class="_note _note-green">If you like DevDocs, please consider funding the project on
<a href="https://www.gittip.com/Thibaut/">Gittip</a>. Thanks!<br>
<a href="https://gratipay.com/Thibaut/">Gratipay</a>. Thanks!<br>
<h2 class="_lined-heading" id="credits">Credits</h2>

@ -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">Support on<span class="_gittip-logo-bw"> Gittip</span></a>
<a href="https://gratipay.com/Thibaut/" class="_splash-gratipay">Support on<span class="_gratipay-logo-bw"> Gratipay</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 supporting 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://gratipay.com/Thibaut/">Gratipay</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 supporting 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://gratipay.com/Thibaut/">Gratipay</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!

@ -70,12 +70,12 @@
&:hover > ._maxcdn-logo-bw { opacity: .5; }
}
._splash-gittip {
._splash-gratipay {
right: 1.25rem;
@extend %splash-promo;
> ._gittip-logo-bw { opacity: .35; }
&:hover > ._gittip-logo-bw { opacity: .65; }
> ._gratipay-logo-bw { opacity: .35; }
&:hover > ._gratipay-logo-bw { opacity: .65; }
}
//
@ -334,14 +334,14 @@
}
}
._gittip-logo-bw {
width: 4.375rem;
margin-left: .375rem;
background-size: 4.375rem 1rem;
background-image: image-url('gittip-bw.png');
._gratipay-logo-bw {
width: 3.75rem;
margin-left: .25rem;
background-size: 3.75rem 1rem;
background-image: image-url('gratipay-bw.png');
@extend %maxcdn-logo;
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
background-image: image-url('gittip-bw@2x.png');
background-image: image-url('gratipay-bw@2x.png');
}
}

@ -131,13 +131,13 @@
// Splash
._splash-maxcdn, ._splash-gittip {
._splash-maxcdn, ._splash-gratipay {
left: 0;
right: 0;
text-align: center;
}
._splash-gittip { margin-bottom: 2.25rem; }
._splash-gratipay { margin-bottom: 2.25rem; }
}
//

@ -10,8 +10,8 @@ CACHE:
<%= image_path 'maxcdn@2x.png' %>
<%= image_path 'maxcdn-bw.png' %>
<%= image_path 'maxcdn-bw@2x.png' %>
<%= image_path 'gittip-bw.png' %>
<%= image_path 'gittip-bw@2x.png' %>
<%= image_path 'gratipay-bw.png' %>
<%= image_path 'gratipay-bw@2x.png' %>
<%= asset_path 'docs.js' %>
<%= doc_index_urls.join "\n" %>

Loading…
Cancel
Save