11app.templates.splash = """
22 < div class ="_splash-title "> DevDocs</ div >
33 < a href ="http://www.maxcdn.com " class ="_splash-maxcdn "> Sponsored by< span class ="_maxcdn-logo-bw "> MaxCDN</ span > </ a >
4+ < a href ="https://www.gittip.com/Thibaut/ " class ="_splash-gittip "> Donate on< span class ="_gittip-logo-bw "> Gittip</ span > </ a >
45"""
56
67<% if App . development? %>
@@ -21,6 +22,7 @@ app.templates.intro = """
2122 < li > DevDocs is licensed under the terms of the Mozilla Public License v2.0. For more information,
2223 see the < a href ="https://github.com/Thibaut/devdocs/blob/master/COPYRIGHT "> COPYRIGHT</ a > and
2324 < a href ="https://github.com/Thibaut/devdocs/blob/master/LICENSE "> LICENSE</ a > files.
25+ < li > If you like the app, please consider funding the project on < a href ="https://www.gittip.com/Thibaut/ "> Gittip</ a > . Thanks!
2426 </ ol >
2527 < a href ="http://www.maxcdn.com " class ="_intro-maxcdn "> Sponsored by< span class ="_maxcdn-logo "> MaxCDN</ span > </ a >
2628 < p > That's all. Happy coding!
@@ -43,6 +45,7 @@ app.templates.intro = """
4345 < 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 >
4446 < li > DevDocs is free and < a href ="https://github.com/Thibaut/devdocs "> open source</ a >
4547 < 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 >
48+ < li > If you like the app, please consider funding the project on < a href ="https://www.gittip.com/Thibaut/ "> Gittip</ a > . Thanks!
4649 </ ol >
4750 < a href ="http://www.maxcdn.com " class ="_intro-maxcdn "> Sponsored by< span class ="_maxcdn-logo "> MaxCDN</ span > </ a >
4851 < p > That's all. Happy coding!
0 commit comments