Skip to content
Open
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ You can also install the CLI and run `nixopus install` with options in a single

Nixopus is derived from the combination of "octopus" and the Linux penguin (Tux). While the name might suggest a connection to [NixOS](https://nixos.org/), Nixopus is an independent project with no direct relation to NixOS or its ecosystem.

## Sponsors

Thank you so much for helping and supporting Nixopus to grow and evolve.

| <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRgIGjpjf-iao9c_pb2udOflQRZucZ4e62kNw&s" alt="letscloud.io" width="30%"> <br/> **[Lets Cloud](https://www.letscloud.io/)** | <img src="https://media.licdn.com/dms/image/v2/D4D0BAQFC-65aZcu-8g/company-logo_200_200/company-logo_200_200/0/1711678709605/hostup_logo?e=2147483647&v=beta&t=KEegISV4VeuBUSWlLQz4h-kM2BLJz0tGhmOUtrp8two" alt="hostup" width="30%"> <br/> **[HostUp](https://hostup.se/en/)** |
| :---: | :---: |

## Contributors

<a href="https://github.com/raghavyuva/nixopus/graphs/contributors">
Expand Down
53 changes: 53 additions & 0 deletions docs/.vitepress/components/SponsorsMarquee.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@
</div>
</div>
</div>

<div class="sponsors-cta">
<a href="/sponsor/" class="sponsor-details-link">
View All Sponsors & Partnerships
</a>
</div>
</div>
</div>
</template>
Expand Down Expand Up @@ -349,4 +355,51 @@ onMounted(async () => {
padding: 0.2rem 0.5rem;
}
}

/* CTA section */
.sponsors-cta {
text-align: center;
margin-top: 3rem;
}

.sponsor-details-link {
display: inline-block;
padding: 0.875rem 2rem;
background: linear-gradient(135deg, #9be935 0%, #7bc91f 100%);
color: #1a1a1a;
text-decoration: none;
border-radius: 0.5rem;
font-weight: 600;
font-size: 1rem;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(155, 233, 53, 0.25);
border: 1px solid transparent;
}

.sponsor-details-link:hover {
background: linear-gradient(135deg, #a8f03d 0%, #89d827 100%);
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(155, 233, 53, 0.35);
border-color: rgba(155, 233, 53, 0.3);
}

.dark .sponsor-details-link {
color: #0a0a0a;
box-shadow: 0 4px 12px rgba(155, 233, 53, 0.3);
}

.dark .sponsor-details-link:hover {
box-shadow: 0 6px 20px rgba(155, 233, 53, 0.4);
}

@media (max-width: 768px) {
.sponsors-cta {
margin-top: 2rem;
}

.sponsor-details-link {
padding: 0.75rem 1.5rem;
font-size: 0.9rem;
}
}
</style>
13 changes: 11 additions & 2 deletions docs/public/sponsor/sponsors.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"name": "Lets Cloud",
"avatar": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRgIGjpjf-iao9c_pb2udOflQRZucZ4e62kNw&s",
"type": "Organization",
"contribution": "Partnership",
"description": "Offering $300 credit for new users, 1-click Nixopus installation, and complimentary VPS for the Nixopus team",
"website": "https://www.letscloud.io/",
"github": "https://github.com/letscloud-community"
},
{
"name": "HostUp",
"avatar": "https://media.licdn.com/dms/image/v2/D4D0BAQFC-65aZcu-8g/company-logo_200_200/company-logo_200_200/0/1711678709605/hostup_logo?e=2147483647&v=beta&t=KEegISV4VeuBUSWlLQz4h-kM2BLJz0tGhmOUtrp8two",
Expand All @@ -8,12 +17,12 @@
"website": "https://hostup.se/en/"
},
{
"name": "@shravan20",
"name": "@zhravan",
"avatar": "https://avatars.githubusercontent.com/u/47430686?v=4",
"type": "Individual",
"contribution": "",
"description": "Technology enthusiast and open source supporter",
"github": "https://github.com/shravan20",
"github": "https://github.com/zhravan",
"website": "https://ohmyscript.com/"
}
]
Loading