Skip to content

Commit bf60027

Browse files
authored
feat(sponsors): add Quansight as Silver sponsor (#210)
## Summary Adds **Quansight** to the sponsors list at the **Silver** tier. <img width="1105" height="1075" alt="image" src="https://github.com/user-attachments/assets/4241fab3-a81d-4be1-a1c4-b8518d4e5980" /> - New data file `src/data/sponsors/quansight.md` - New logo asset `public/sponsors/quansight.svg` ## Details - **Logo styling:** Quansight's logo is a full-color horizontal lockup (the wordmark is part of the SVG), so it sits on a white `logobg` (`#ffffff`) like the other multi-color SVG sponsors (JetBrains, Veriff) rather than the transparent-on-color approach used for Preply/Abacum. - **Link target:** homepage (`https://quansight.com/`), consistent with the default sponsor behavior. ## Reviewer notes - Verified locally with `astro build` (28 pages, no errors); the Silver tier renders the Quansight card.
1 parent 1342b63 commit bf60027

2 files changed

Lines changed: 126 additions & 0 deletions

File tree

public/sponsors/quansight.svg

Lines changed: 119 additions & 0 deletions
Loading

src/data/sponsors/quansight.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: 'Quansight'
3+
website: 'https://quansight.com/'
4+
tier: 'silver'
5+
logobg: '#ffffff'
6+
logo: '/sponsors/quansight.svg'
7+
---

0 commit comments

Comments
 (0)