mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat(web): add organization sponsors
This commit is contained in:
@@ -259,7 +259,7 @@ export const ShowSponsors = () => {
|
|||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col gap-4 md:gap-8 justify-start">
|
<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">
|
<h2 className="font-display text-2xl font-medium tracking-tight text-primary sm:text-2xl text-left">
|
||||||
Supporting Members 🥉
|
Community Backers 🤝
|
||||||
</h2>
|
</h2>
|
||||||
<div className="flex flex-row gap-10">
|
<div className="flex flex-row gap-10">
|
||||||
<a href="https://steamsets.com/?ref=dokploy">
|
<a href="https://steamsets.com/?ref=dokploy">
|
||||||
@@ -270,6 +270,27 @@ export const ShowSponsors = () => {
|
|||||||
alt="Steamsets.com"
|
alt="Steamsets.com"
|
||||||
/>
|
/>
|
||||||
</a>
|
</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>
|
</div>
|
||||||
<div className="flex flex-col gap-4 md:gap-8 justify-start">
|
<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">
|
<a href="https://opencollective.com/dokploy">
|
||||||
<img
|
<img
|
||||||
src="https://opencollective.com/dokploy/individuals.svg?width=890"
|
src="https://opencollective.com/dokploy/individuals.svg?width=890"
|
||||||
alt="Steamsets.com"
|
alt="Individual Sponsors"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user