diff --git a/README.md b/README.md index 7bd6f69d..96276b8c 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/assets/images/gittip-bw.png b/assets/images/gittip-bw.png deleted file mode 100644 index e7158849..00000000 Binary files a/assets/images/gittip-bw.png and /dev/null differ diff --git a/assets/images/gittip-bw@2x.png b/assets/images/gittip-bw@2x.png deleted file mode 100644 index f4e72974..00000000 Binary files a/assets/images/gittip-bw@2x.png and /dev/null differ diff --git a/assets/images/gratipay-bw.png b/assets/images/gratipay-bw.png new file mode 100644 index 00000000..5d3408c2 Binary files /dev/null and b/assets/images/gratipay-bw.png differ diff --git a/assets/images/gratipay-bw@2x.png b/assets/images/gratipay-bw@2x.png new file mode 100644 index 00000000..81db1f62 Binary files /dev/null and b/assets/images/gratipay-bw@2x.png differ diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 9af1e0a3..418dd547 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -24,7 +24,7 @@ app.templates.aboutPage = -> """
  • Join the mailing list

    If you like DevDocs, please consider funding the project on - Gittip. Thanks!
    + Gratipay. Thanks!

    Credits

    diff --git a/assets/javascripts/templates/pages/root_tmpl.coffee.erb b/assets/javascripts/templates/pages/root_tmpl.coffee.erb index 9295aefa..d3f2f35d 100644 --- a/assets/javascripts/templates/pages/root_tmpl.coffee.erb +++ b/assets/javascripts/templates/pages/root_tmpl.coffee.erb @@ -1,7 +1,7 @@ app.templates.splash = """
    DevDocs
    Sponsored by MaxCDN - Support on Gittip + Support on Gratipay """ <% if App.development? %> @@ -22,7 +22,7 @@ app.templates.intro = """
  • DevDocs is licensed under the terms of the Mozilla Public License v2.0. For more information, see the COPYRIGHT and LICENSE files. -
  • If you like the app, please consider supporting the project on Gittip. Thanks! +
  • If you like the app, please consider supporting the project on Gratipay. Thanks! Sponsored by

    That's all. Happy coding! @@ -45,7 +45,7 @@ app.templates.intro = """

  • For the latest news, subscribe to the newsletter or follow @DevDocs
  • DevDocs is free and open source -
  • If you like the app, please consider supporting the project on Gittip. Thanks! +
  • If you like the app, please consider supporting the project on Gratipay. Thanks! Sponsored by

    That's all. Happy coding! diff --git a/assets/stylesheets/components/_content.scss b/assets/stylesheets/components/_content.scss index 85bfb9c1..636250cd 100644 --- a/assets/stylesheets/components/_content.scss +++ b/assets/stylesheets/components/_content.scss @@ -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'); } } diff --git a/assets/stylesheets/components/_mobile.scss b/assets/stylesheets/components/_mobile.scss index 2fee76ba..13c64315 100644 --- a/assets/stylesheets/components/_mobile.scss +++ b/assets/stylesheets/components/_mobile.scss @@ -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; } } // diff --git a/views/manifest.erb b/views/manifest.erb index ac15238f..8a09629c 100644 --- a/views/manifest.erb +++ b/views/manifest.erb @@ -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" %>