-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[docs] Add OpenCollective gold sponsors manually #13806
Conversation
mbrookes
commented
Dec 5, 2018
- I have followed (at least) the PR section of the contributing guide.
<p style="max-width: 80vw; overflow: auto;"> | ||
<object type="image/svg+xml" data="https://opencollective.com/material-ui/tiers/gold-sponsors.svg?avatarHeight=80&width=600">Gold Sponsors</object> | ||
<p style="display: flex; justify-content: center;"> | ||
<a href="https://opencollective.com/callemall" rel="noopener" target="_blank" style="margin-right: 8px;"> |
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.
What about using a direct link to the website?
It's always nice to have a backlink for SEO and to generate new visitors.
<img src="https://images.opencollective.com/proxy/images?src=https%3A%2F%2Fopencollective-production.s3-us-west-1.amazonaws.com%2Ff4053300-e0ea-11e7-acf0-0fa7c0509f4e.png&height=100"> | ||
</a> | ||
<a href="https://opencollective.com/localize" rel="noopener" target="_blank" style="margin-right: 8px;"> | ||
<img src="https://images.opencollective.com/proxy/images?src=https%3A%2F%2Fopencollective-production.s3-us-west-1.amazonaws.com%2F629dea80-f1ae-11e8-b356-a5942970e22b.png&height=100"> |
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.
height=70 maybe?
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.
Funnily enough, I tried exactly the same height, but before using flex, so it looked wrong. Works now. 👍