chore: update sponsors

This commit is contained in:
Kamil Myśliwiec
2026-02-02 14:56:29 +01:00
parent 3032b15791
commit 51c6792fc6
4 changed files with 47 additions and 1069 deletions

1054
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -24,6 +24,7 @@
"private": true,
"dependencies": {
"@angular/animations": "21.0.5",
"@angular/cdk": "21.0.5",
"@angular/common": "21.0.5",
"@angular/compiler": "21.0.5",
"@angular/core": "21.0.5",

View File

@@ -1,6 +1,9 @@
<app-header (toggle)="toggleSidebar()" [isSidebarOpened]="isSidebarOpened">
<div class="logo-wrapper">
<a href="https://docs.nestjs.com/" title="Documentation | NestJS - A node.js framework built on top of TypeScript">
<a
href="https://docs.nestjs.com/"
title="Documentation | NestJS - A node.js framework built on top of TypeScript"
>
<img alt="NestJS Logo" src="/assets/logo-small-gradient.svg" />
</a>
</div>
@@ -23,33 +26,48 @@
<div class="row clearfix">
<div class="inline-column">
<h4 class="title">Principal Sponsors</h4>
<a href="https://trilon.io/" target="_blank" class="logo-sponsor-container">
<img src="/assets/sponsors/trilon.svg" alt="Trilon Logo" class="logo-sponsor" />
</a>
<!-- <a href="https://www.redhat.com/" target="_blank" class="logo-sponsor-container">
<img src="/assets/sponsors/red-hat-logo.svg" alt="Red Hat Logo" class="logo-sponsor" />
</a> -->
<!-- <a href="https://github.com/Sanofi-IADC" target="_blank" class="logo-sponsor-container">
<a
href="https://serpapi.com"
target="_blank"
class="logo-sponsor-container"
>
<img
src="/assets/sponsors/sanofi.png"
alt="Sanofi Logo"
src="/assets/sponsors/serpapi.png"
alt="SerpApi Logo"
class="logo-sponsor logo-sponsor--slim"
/>
</a>
<a
href="https://trilon.io/"
target="_blank"
class="logo-sponsor-container"
>
<img
src="/assets/sponsors/trilon.svg"
alt="Trilon Logo"
class="logo-sponsor"
/>
</a>
<a href="https://nx.dev/" target="_blank" class="logo-sponsor-container">
<a
href="https://mojam.co"
target="_blank"
class="logo-sponsor-container"
>
<img
src="/assets/sponsors/nx-logo.png"
alt="Nx Logo"
src="/assets/sponsors/mojam-logo.png"
alt="Mojam Logo"
class="logo-sponsor logo-sponsor--slim"
/>
</a>-->
<a href="https://mojam.co" target="_blank" class="logo-sponsor-container">
<img src="/assets/sponsors/mojam-logo.png" alt="Mojam Logo" class="logo-sponsor logo-sponsor--slim" />
</a>
</div>
<div class="inline-column">
<h4 class="title">Sponsors / Partners</h4>
<a href="https://opencollective.com/nest" class="btn btn-primary" target="_blank" rel="nofollow">
<a
href="https://opencollective.com/nest"
class="btn btn-primary"
target="_blank"
rel="nofollow"
>
<span>Become a sponsor</span>
</a>
</div>
@@ -60,8 +78,11 @@
<app-footer>
<p>
Made by
<a href="https://kamilmysliwiec.com" target="_blank"
title="Kamil Mysliwiec Blog | Full-Stack Software Engineer">
<a
href="https://kamilmysliwiec.com"
target="_blank"
title="Kamil Mysliwiec Blog | Full-Stack Software Engineer"
>
Kamil Myśliwiec
</a>
</p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB