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

Adding a donate button to the banner #2160

Merged
merged 3 commits into from
May 5, 2022
Merged
Changes from 1 commit
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
9 changes: 8 additions & 1 deletion mybinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,14 @@ binderhub:
cors_allow_origin: "*"

banner_message: |
<div style="text-align: center;">Thanks to <a href="https://cloud.google.com/">Google Cloud</a>, <a href="https://www.ovh.com/">OVH</a>, <a href="https://notebooks.gesis.org">GESIS Notebooks</a> and the <a href="https://turing.ac.uk">Turing Institute</a> for supporting us! 🎉</div>
<div style="display:flex">
<div style="flex:1;text-align:center;">
Thanks to <a href="https://cloud.google.com/">Google Cloud</a>, <a href="https://www.ovh.com/">OVH</a>, <a href="https://notebooks.gesis.org">GESIS Notebooks</a> and the <a href="https://turing.ac.uk">Turing Institute</a> for supporting us! 🎉
</div>
<a class="btn-submit" style="width:fit-content;height:fit-content;padding:10px;font-weight:bold;margin-top:-10px;" href="https://numfocus.salsalabs.org/donate-to-binder" target="_blank">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btn btn-primary has better contrast, if you want to try that

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe the link should be to @choldgraf's new support My Binder page?

Support mybinder.org!
</a>
</div>
about_message: |
<p>mybinder.org is public infrastructure operated by the <a href="https://jupyterhub-team-compass.readthedocs.io/en/latest/team.html#binder-team">Binder Project team</a>.<br /><br />
The Binder Project is a member of <a href="https://jupyter.org">Project Jupyter</a>, which is a fiscally
Expand Down