Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix/patreon update #398

Merged
merged 17 commits into from
Dec 28, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added app/assets/images/patreon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions app/views/layouts/_footer.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@
refuge restrooms is open source.
%a{:href => "https://github.com/RefugeRestrooms/refugerestrooms"} code on github.
%br/
contribute to the project
%a{:href => "https://patreon.com/refugerestrooms"} on patreon.
%br/
= "\© copyleft #{Date.today.year} refuge restrooms.".html_safe
8 changes: 4 additions & 4 deletions app/views/pages/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
= button_to new_restroom_path, method: :get, class: "btn btn-lg btn-purple splash-add-restroom-btn" do
Add A Restroom
%i.fa.fa-plus-square-o.fa-2x

.row.even-more-headroom
.col-xs-12.col-sm-6.col-sm-offset-3
.col-xs-6.col-sm-3.col-sm-offset-3
= link_to image_tag("app-store.svg", role: "img"), "https://itunes.apple.com/us/app/refuge-restrooms/id968531953?mt=8"

.col-xs-6.col-sm-3
= link_to image_tag("play-store.png"), "https://play.google.com/store/apps/details?id=org.refugerestrooms"
.row.more-headroom.splash-bottom-padding
.col-xs-12.col-sm-6.col-sm-offset-3
= link_to image_tag("play-store.png"), "https://play.google.com/store/apps/details?id=org.refugerestrooms"
= link_to image_tag("patreon.png"), "https://patreon.com/refugerestrooms"
= render 'layouts/footer'