You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Partner lockups: optical sizing + plain Google wordmark
- Add a per-lockup optical scale factor (--lk-h): some marks have tall
icons that inflate their bbox, so a flat height read small/large. Tuned
by eye — Notion/HubSpot up, Google Workspace down (it's long).
- Add a plain "Google" 4-color wordmark lockup (Wikimedia, PD-textlogo) as
its own card, separate from Google Workspace, with a currentColor mono.
- partners.json records both Google lockups + the supplied official
Rippling lockup (recolored to brand plum).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: public/logos/partners/partners.json
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,12 @@
36
36
"icon": "google/icon.svg",
37
37
"iconColor": "google/icon-color.svg",
38
38
"lockup": {
39
-
"wordmark": "google/logo.svg",
40
-
"mono": "google/logo-mono.svg"
39
+
"workspace": "google/logo.svg",
40
+
"workspace-mono": "google/logo-mono.svg",
41
+
"wordmark": "google/wordmark.svg",
42
+
"wordmark-mono": "google/wordmark-mono.svg"
41
43
},
42
-
"notes": "icon-color = the official 4-color 'G' artwork — DO NOT recolor (Google guidelines). icon.svg = generic mono G glyph. lockup = the 2026 Google Workspace wordmark (Wikimedia Commons, PD-textlogo); logo-mono.svg is a currentColor knockout of it (note: Google's guidelines discourage recoloring — use the color wordmark externally). App-icon use is partner-gated.",
44
+
"notes": "icon-color = official 4-color 'G' (DO NOT recolor — Google guidelines). icon.svg = mono G glyph. Lockups: 'Google Workspace' wordmark + plain 'Google' 4-color wordmark (both Wikimedia, PD-textlogo), each with a currentColor knockout (note: Google discourages recoloring — prefer the color versions externally). App icons partner-gated.",
43
45
"gaps": [
44
46
"app icons (Gmail/Drive/etc.) are partner-gated"
45
47
]
@@ -136,7 +138,7 @@
136
138
"brandColor": "#000000",
137
139
"icon": "rippling/icon.svg",
138
140
"iconColor": "rippling/icon-color.svg",
139
-
"notes": "icon = official 'R' mark (mono, currentColor); icon-color = official color app icon (plum/yellow); lockup = official combined mark+wordmark from Rippling's CDN (mauve #A17A8B), with a currentColor knockout. All from rippling2.imgix.net.",
141
+
"notes": "icon = official 'R' mark (mono); icon-color = official color app icon (plum/yellow); lockup = the official Rippling combined mark+wordmark vector, recolored to brand plum (#402530) + a currentColor knockout.",
0 commit comments