Skip to content

Commit

Permalink
page: add option for donation (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Feb 21, 2024
1 parent c2b726f commit d41634c
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 1 deletion.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ nav:
- Roadmap: about/roadmap/index.md
- CoC: about/coc/index.md
- CoC for Mentoring: about/coc-mentoring/index.md
- Donate: 'donate/index.md'

markdown_extensions:
- toc:
Expand Down
51 changes: 51 additions & 0 deletions pages/donate/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
## Support Open Science Labs: Donate Today

At Open Science Labs, we're dedicated to fostering innovation, collaboration,
and openness in science and technology. Your donation can make a significant
impact, enabling us to support and expand our community-driven initiatives.
Here's why your contribution matters:

### Empowerment Through Education

Your support helps us offer workshops, courses, and mentorship programs,
empowering individuals with the skills and knowledge to contribute to open
science and technology. We focus on creating accessible learning opportunities
for all, regardless of background or experience.

### Advancing Open Source Projects

Donations fuel our Incubator and Internship programs, providing vital resources
to open source projects that are the backbone of scientific research and
innovation. With your help, we can offer more projects the support they need to
grow, thrive, and contribute to the open science ecosystem.

### Building a Collaborative Community

Your contribution aids in the development of a supportive, collaborative
environment where individuals can share ideas, collaborate on projects, and make
meaningful connections. This community spirit accelerates the progress of open
science and technology, leading to advancements that benefit society as a whole.

### Impacting Society

Open Science Labs is committed to using open science principles to tackle
real-world problems. Your donation supports projects with the potential to make
significant societal impacts, from environmental conservation to public health
advancements.

### How to Donate

Open Science Labs accepts donations through GitHub Sponsors. To contribute,
please click the button below, which will direct you to our GitHub Sponsors
page:

<iframe
src="https://github.com/sponsors/OpenScienceLabs/button"
title="Sponsor OpenScienceLabs"
height="32"
width="114"
style="border: 0; border-radius: 6px;"></iframe>

Every contribution, no matter the size, makes a difference. Together, we can
continue to build an open, inclusive, and innovative future for science and
technology. Thank you for considering a donation to Open Science Labs.
6 changes: 6 additions & 0 deletions theme/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@
.card.mb-3 {
padding: 0;
}

a.nav_item[title=Donate] {
background: #ffcc00;
border-radius: 10px;
color: #333;
}
2 changes: 1 addition & 1 deletion theme/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" />
</a>
<br />
This work is licensed under a
This text is licensed under a
<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">
Creative Commons Attribution-ShareAlike 4.0 International License
</a>.
Expand Down

0 comments on commit d41634c

Please sign in to comment.