Gold Sponsor

This commit is contained in:
Billy Chan 2024-02-02 13:21:35 +08:00
parent d79b9590b2
commit 2adbf8cd22
No known key found for this signature in database
GPG Key ID: 45461E52F22E0279
2 changed files with 35 additions and 1 deletions

View File

@ -238,10 +238,27 @@ A big shout out to our contributors!
## Sponsorship
### Gold Sponsors
[SeaQL.org](https://www.sea-ql.org/) is an independent open-source organization run by passionate developers. If you enjoy using our libraries, please star and share our repositories. If you feel generous, a small donation via [GitHub Sponsor](https://github.com/sponsors/SeaQL) will be greatly appreciated, and goes a long way towards sustaining the organization.
We invite you to participate, contribute and together help build Rust's future.
<table>
<tbody>
<tr>
<td>
<a href="https://www.digitalocean.com/">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://www.sea-ql.org/static/sponsors/Osmos-dark.svg">
<img src="https://www.sea-ql.org/static/sponsors/Osmos.svg" width="160">
</picture>
</a>
</td>
</tr>
</tbody>
</table>
## Mascot
A friend of Ferris, Terres the hermit crab is the official mascot of SeaORM. His hobby is collecting shells.

View File

@ -311,10 +311,27 @@
//!
//! ## Sponsorship
//!
//! ### Gold Sponsors
//!
//! [SeaQL.org](https://www.sea-ql.org/) is an independent open-source organization run by passionate developers. If you enjoy using our libraries, please star and share our repositories. If you feel generous, a small donation via [GitHub Sponsor](https://github.com/sponsors/SeaQL) will be greatly appreciated, and goes a long way towards sustaining the organization.
//!
//! We invite you to participate, contribute and together help build Rust's future.
//!
//! <table>
//! <tbody>
//! <tr>
//! <td>
//! <a href="https://www.digitalocean.com/">
//! <picture>
//! <source media="(prefers-color-scheme: dark)" srcset="https://www.sea-ql.org/static/sponsors/Osmos-dark.svg">
//! <img src="https://www.sea-ql.org/static/sponsors/Osmos.svg" width="160">
//! </picture>
//! </a>
//! </td>
//! </tr>
//! </tbody>
//! </table>
//!
//! ## Mascot
//!
//! A friend of Ferris, Terres the hermit crab is the official mascot of SeaORM. His hobby is collecting shells.