-
Notifications
You must be signed in to change notification settings - Fork 260
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
Hotfix/patreon update #398
Conversation
Deploy to master!
use image-url
Deploy to master
Deploy force_ssl config
Deploy to master
Merge with all the map/preview changes/fixes
Deploy to master
I commented on the issue @KurtPrice, with a recommendation about adding a more visable button to the home page. And once you do that, i'll get this merged. Thanks so much @KurtPrice |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just want to see the bigger button in addition the footer text, to make it more visable.
…strooms into hotfix/patreon-update
Sounds good, I'll work on adding that. This is my first ruby project. |
…was also added to app/assets/images
If you merge develop, I made a change that makes the footer more readable: #403 |
looks like the image itself needs to be commited into the |
Wow, I don't know how I failed to commit that. I will merge in develop and add that image for sure this time. |
Last comment, I promise. can you update the code to the following .row.even-more-headroom
.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.col-sm-offset-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("patreon.png"), "https://patreon.com/refugerestrooms" With this implementation the app store and play store logos will show up side by side, with the patreon link below them. Thanks so much for your work on this! |
Specs are now failing, which seems unrelated. Code looks good to me. |
I'm restarting the build, since the Cucumber tests sometimes fail intermittently |
Awesome, thanks for the help, I was worried about what was causing it to fail. It looks pretty good to me! |
@KurtPrice no problem. I noticed the problem, and figured I could just fix the issue instead of bothering you since i had said earlier it was going to be my last comment. ^.^ Thanks for contributing! |
* css: Update `.navbar-brand` width (45px -> 16em) Wider div.navbar-brand element prevents text overflowing to two lines. This is for the "Refuge Restrooms" text at the top left of the page. * Use suggested workaround to fix VO for older iOS * Update README.md * Update CONTRIBUTING.md * Set piwik to use async tracking in production (#395) This prevents the tracking script from blocking the loading of other scripts, such as the Google Maps script. * Bump bugnag version (#391) Doesn't appear to have any breaking changes, but do please test against my tests. I didn't see anything, neither did my CI. * Fix Footer being cut off #401 (#403) * contributing.md: Add a step to install VirtualBox (#404) VirtualBox is required in order to run our Vagrant setup. (First-timers would get an error message about needing a "provider," but letting people know ahead of time to get VirtualBox is nicer.) * Adds unit tests to check that there are ARIA labels on the search buttons (#407) * add aria-label to search button * add aria-label to search-by-location button * Add tests for ARIA labels on search buttons (splash page) * Hotfix/patreon update (#398) * Added patreon link to the _footer.html.haml file for all pages * Actually added patreon.png to app/assets/images/patreon.png * Moved google-play image to the same area as the app store image. * Added the patreon image with link to the index page. The patreon.png was also added to app/assets/images * Changed code to make images side by side * fixed syntax issue in haml * Update to correct haml syntax * remove second offset * Label search buttons for screen readers (#383) * add aria-label to search button * add aria-label to search-by-location button
* Added patreon link to the _footer.html.haml file for all pages * Actually added patreon.png to app/assets/images/patreon.png * Moved google-play image to the same area as the app store image. * Added the patreon image with link to the index page. The patreon.png was also added to app/assets/images * Changed code to make images side by side * fixed syntax issue in haml * Update to correct haml syntax * remove second offset
* css: Update `.navbar-brand` width (45px -> 16em) Wider div.navbar-brand element prevents text overflowing to two lines. This is for the "Refuge Restrooms" text at the top left of the page. * Use suggested workaround to fix VO for older iOS * Update README.md * Update CONTRIBUTING.md * Set piwik to use async tracking in production (RefugeRestrooms#395) This prevents the tracking script from blocking the loading of other scripts, such as the Google Maps script. * Bump bugnag version (RefugeRestrooms#391) Doesn't appear to have any breaking changes, but do please test against my tests. I didn't see anything, neither did my CI. * Fix Footer being cut off RefugeRestrooms#401 (RefugeRestrooms#403) * contributing.md: Add a step to install VirtualBox (RefugeRestrooms#404) VirtualBox is required in order to run our Vagrant setup. (First-timers would get an error message about needing a "provider," but letting people know ahead of time to get VirtualBox is nicer.) * Adds unit tests to check that there are ARIA labels on the search buttons (RefugeRestrooms#407) * add aria-label to search button * add aria-label to search-by-location button * Add tests for ARIA labels on search buttons (splash page) * Hotfix/patreon update (RefugeRestrooms#398) * Added patreon link to the _footer.html.haml file for all pages * Actually added patreon.png to app/assets/images/patreon.png * Moved google-play image to the same area as the app store image. * Added the patreon image with link to the index page. The patreon.png was also added to app/assets/images * Changed code to make images side by side * fixed syntax issue in haml * Update to correct haml syntax * remove second offset * Label search buttons for screen readers (RefugeRestrooms#383) * add aria-label to search button * add aria-label to search-by-location button
* Added patreon link to the _footer.html.haml file for all pages * Actually added patreon.png to app/assets/images/patreon.png * Moved google-play image to the same area as the app store image. * Added the patreon image with link to the index page. The patreon.png was also added to app/assets/images * Changed code to make images side by side * fixed syntax issue in haml * Update to correct haml syntax * remove second offset
* css: Update `.navbar-brand` width (45px -> 16em) Wider div.navbar-brand element prevents text overflowing to two lines. This is for the "Refuge Restrooms" text at the top left of the page. * Use suggested workaround to fix VO for older iOS * Update README.md * Update CONTRIBUTING.md * Set piwik to use async tracking in production (RefugeRestrooms#395) This prevents the tracking script from blocking the loading of other scripts, such as the Google Maps script. * Bump bugnag version (RefugeRestrooms#391) Doesn't appear to have any breaking changes, but do please test against my tests. I didn't see anything, neither did my CI. * Fix Footer being cut off RefugeRestrooms#401 (RefugeRestrooms#403) * contributing.md: Add a step to install VirtualBox (RefugeRestrooms#404) VirtualBox is required in order to run our Vagrant setup. (First-timers would get an error message about needing a "provider," but letting people know ahead of time to get VirtualBox is nicer.) * Adds unit tests to check that there are ARIA labels on the search buttons (RefugeRestrooms#407) * add aria-label to search button * add aria-label to search-by-location button * Add tests for ARIA labels on search buttons (splash page) * Hotfix/patreon update (RefugeRestrooms#398) * Added patreon link to the _footer.html.haml file for all pages * Actually added patreon.png to app/assets/images/patreon.png * Moved google-play image to the same area as the app store image. * Added the patreon image with link to the index page. The patreon.png was also added to app/assets/images * Changed code to make images side by side * fixed syntax issue in haml * Update to correct haml syntax * remove second offset * Label search buttons for screen readers (RefugeRestrooms#383) * add aria-label to search button * add aria-label to search-by-location button
Context
Summary of Changes