mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Merge pull request #538 from mezotv/update-website-sponsors
Add organization sponsors to website
This commit is contained in:
BIN
.github/sponsors/lxaer.png
vendored
BIN
.github/sponsors/lxaer.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 267 KiB After Width: | Height: | Size: 248 KiB |
@@ -59,7 +59,14 @@ For detailed documentation, visit [docs.dokploy.com](https://docs.dokploy.com).
|
||||
|
||||
### Hero Sponsors 🎖
|
||||
|
||||
<a href="https://www.hostinger.com/vps-hosting?ref=dokploy" target="_blank" ><img src=".github/sponsors/hostinger.jpg" alt="Hostinger" width="200"/></a>
|
||||
<div style="display: flex; align-items: center; gap: 20px;">
|
||||
<a href="https://www.hostinger.com/vps-hosting?ref=dokploy" target="_blank" style="display: inline-block;">
|
||||
<img src=".github/sponsors/hostinger.jpg" alt="Hostinger" height="50"/>
|
||||
</a>
|
||||
<a href="https://www.lxaer.com/?ref=dokploy" target="_blank" style="display: inline-block;">
|
||||
<img src=".github/sponsors/lxaer.png" alt="LX Aer" height="50"/>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
### Premium Supporters 🥇
|
||||
|
||||
|
||||
@@ -259,7 +259,7 @@ export const ShowSponsors = () => {
|
||||
</div>
|
||||
<div className="flex flex-col gap-4 md:gap-8 justify-start">
|
||||
<h2 className="font-display text-2xl font-medium tracking-tight text-primary sm:text-2xl text-left">
|
||||
Supporting Members 🥉
|
||||
Community Backers 🤝
|
||||
</h2>
|
||||
<div className="flex flex-row gap-10">
|
||||
<a href="https://steamsets.com/?ref=dokploy">
|
||||
@@ -270,6 +270,27 @@ export const ShowSponsors = () => {
|
||||
alt="Steamsets.com"
|
||||
/>
|
||||
</a>
|
||||
<a href="https://rivo.gg/?ref=dokploy">
|
||||
<img
|
||||
src="https://avatars.githubusercontent.com/u/126797452?s=200&v=4"
|
||||
className="rounded-xl"
|
||||
width="60px"
|
||||
alt="Rivo.gg"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex flex-col gap-4 md:gap-8 justify-start">
|
||||
<h2 className="font-display text-2xl font-medium tracking-tight text-primary sm:text-2xl text-left">
|
||||
Organizations:
|
||||
</h2>
|
||||
<div className="flex flex-row gap-10">
|
||||
<a href="https://opencollective.com/dokploy">
|
||||
<img
|
||||
src="https://opencollective.com/dokploy/organizations.svg?width=890"
|
||||
alt="Organization Sponsors"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex flex-col gap-4 md:gap-8 justify-start">
|
||||
@@ -280,7 +301,7 @@ export const ShowSponsors = () => {
|
||||
<a href="https://opencollective.com/dokploy">
|
||||
<img
|
||||
src="https://opencollective.com/dokploy/individuals.svg?width=890"
|
||||
alt="Steamsets.com"
|
||||
alt="Individual Sponsors"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user