-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add a supporters section to the frontpage #226
Conversation
for more information, see https://pre-commit.ci
✅ Deploy Preview for conda-dot-org ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for conda-dot-org ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
src/components/Supporters/index.jsx
Outdated
{ | ||
name: "NVIDIA", | ||
link: "https://www.nvidia.com/", | ||
light: "img/supporters/nvidia_light.svg", | ||
dark: "img/supporters/nvidia_dark.svg", | ||
width: 250, | ||
}, |
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.
@jakirkham is it okay to also mention y'all here?
// { | ||
// name: "IOOS Integrated Ocean Observing System", | ||
// link: "https://ioos.noaa.gov/", | ||
// light: "img/supporters/ioos.png", | ||
// dark: "img/supporters/ioos.png", | ||
// width: 150, | ||
// }, |
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.
@ocefpaf is it okay to also mention IOOS here? And if that's the case, should that info also show up in steering.csv
?
// { | |
// name: "IOOS Integrated Ocean Observing System", | |
// link: "https://ioos.noaa.gov/", | |
// light: "img/supporters/ioos.png", | |
// dark: "img/supporters/ioos.png", | |
// width: 150, | |
// }, | |
{ | |
name: "IOOS Integrated Ocean Observing System", | |
link: "https://ioos.noaa.gov/", | |
light: "img/supporters/ioos.png", | |
dark: "img/supporters/ioos.png", | |
width: 150, | |
}, |
// { | ||
// name: "Voltron Data", | ||
// link: "https://voltrondata.com/", | ||
// light: "img/supporters/voltron_light.svg", | ||
// dark: "img/supporters/voltron_dark.svg", | ||
// width: 250, | ||
// }, |
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.
@mariusvniekerk is it okay to also mention y'all here? If that's the case, could you also add that info to steering.csv
? Thanks!
Thanks @jaimergp - excellent stuff! |
We'll need this for the upcoming Zulip transition (because we are a sponsored OSS project). Adapted from the conda-forge website; it's nice to be using the same framework so this collaboration is seamless :)
Includes logos from companies sponsoring developing time in the @conda/steering-council and others sponsoring infrastructure.