Skip to content

Commit 575b407

Browse files
feat(partners): add ApiSmart, refresh Novita AI logo (Gitlawb#2121)
- Add ApiSmart (https://www.apismart.ai) to the README partners table and the web partner strip, with a dark-theme logo variant (near-black wordmark recolored to white, white matte removed). - Replace the Novita AI PNG logo with the new SVG wordmark plus a generated dark variant, wired through the same prefers-color-scheme <picture> pattern (README) and logoDark field (web). Co-authored-by: OpenClaude <openclaude@gitlawb.com>
1 parent 7cae408 commit 575b407

12 files changed

Lines changed: 71 additions & 2 deletions

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,25 @@ OpenClaude is also mirrored to GitLawb:
7474
</td>
7575
<td align="center" width="150" height="80">
7676
<a href="https://novita.ai/">
77-
<img src="docs/assets/novita-logo.png" alt="Novita AI logo" width="120">
77+
<picture>
78+
<source media="(prefers-color-scheme: dark)" srcset="docs/assets/novita-logo-dark.svg">
79+
<img src="docs/assets/novita-logo.svg" alt="Novita AI logo" width="136">
80+
</picture>
81+
</a>
82+
</td>
83+
<td align="center" width="150" height="80">
84+
<a href="https://www.apismart.ai">
85+
<picture>
86+
<source media="(prefers-color-scheme: dark)" srcset="docs/assets/apismart-logo-dark.png">
87+
<img src="docs/assets/apismart-logo.png" alt="ApiSmart logo" width="120">
88+
</picture>
7889
</a>
7990
</td>
8091
</tr>
8192
<tr>
8293
<td align="center"><a href="https://aimlapi.com/"><strong>AI/ML API</strong></a></td>
8394
<td align="center"><a href="https://novita.ai/"><strong>Novita AI</strong></a></td>
95+
<td align="center"><a href="https://www.apismart.ai"><strong>ApiSmart</strong></a></td>
8496
</tr>
8597
</table>
8698

docs/assets/apismart-logo-dark.png

6.83 KB
Loading

docs/assets/apismart-logo.png

6.73 KB
Loading

docs/assets/novita-logo-dark.svg

Lines changed: 11 additions & 0 deletions
Loading

docs/assets/novita-logo.png

-5.71 KB
Binary file not shown.

docs/assets/novita-logo.svg

Lines changed: 11 additions & 0 deletions
Loading
6.83 KB
Loading
6.73 KB
Loading
Lines changed: 11 additions & 0 deletions
Loading
-5.71 KB
Binary file not shown.

0 commit comments

Comments
 (0)