Add EmbeddedLLM supporter quote (Pin Siang Tan)#417
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…rect Logo was white, which rendered invisible/backwards: white in light mode and black in dark mode. Display applies grayscale + dark:invert and expects black-on-transparent base logos (matching all other org logos). Recolored to black so it shows black in light theme and inverts to white in dark theme.
…-> "We want the")
The Stanford SVG had a viewBox (-96 -33.5 832 201) with large padding around the wordmark, so it rendered ~24% of available height and looked much smaller than other logos. Tightened viewBox to true content bounds (640x134) with even 6-unit padding, bringing it to ~91% fill, in line with other wordmark logos.
Both logos sat in a 24x24 viewBox with vertical whitespace, rendering smaller than peers (AMD ~24% fill, Supermicro ~52%). Tightened viewBoxes to true content bounds with even padding (AMD ~86%, Supermicro ~93% fill).
…rect The PNG was fully opaque with a solid black background, so the grayscale + dark:invert display showed a black square in light theme and a white square in dark theme. Removed the background (alpha from luminance) and recolored the wordmark to black-on-transparent, matching the other logos: dark in light theme, inverts to light in dark theme.
…, GMI) Logos are displayed at a fixed height with object-contain, so apparent size is driven by each file's internal padding. GPU Mode was tiny (~25% fill) -> cropped transparent margins (~79%). AMD, SGLang, and GMI were edge-to-edge (85-96%) -> added even padding to bring them to ~68-78%, in line with peer logos (~75%).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new supporter quote from Pin Siang Tan, Co-founder & CTO, EmbeddedLLM, in the same format as the existing entries.
Changes
QUOTESinpackages/app/src/components/quotes/quotes-data.tsInferenceXrendered with the trademark symbol to match other quotes and trigger brand highlightingpackages/app/public/logos/embeddedllm.webp(EmbeddedLLM wordmark, converted to WebP per repo convention)Notes
CAROUSEL_ORGS), since that list is a curated whitelist. To feature it in the carousel, add'EmbeddedLLM'toCAROUSEL_ORGSin the same file.Source: forwarded from gheeleng.ooi (EmbeddedLLM CEO) on June 4, 2026.
Note
Low Risk
Content and static asset tweaks only; no auth, APIs, or runtime logic changes.
Overview
Adds a new EmbeddedLLM supporter entry for Pin Siang Tan (Co-founder & CTO) to
QUOTESinquotes-data.ts, includingInferenceX™branding and a LinkedIn link, so it appears on the supporters quotes page and in the deduplicated org logo strip—not on the homepage carousel unlessCAROUSEL_ORGSis updated later.Also fixes a small wording tweak in Sriram Krishnan’s quote (“the Semianalysis”) and retunes
viewBox(and related dimensions) on the AMD, GMI Cloud, Stanford, and Supermicro SVGs so those marks crop and scale more consistently where logos useobject-contain.Reviewed by Cursor Bugbot for commit c5068b4. Bugbot is set up for automated code reviews on this repo. Configure here.