Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions public/logos/partners/partners.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@
"main": "ramp/logo.svg",
"mono": "ramp/logo-mono.svg"
},
"notes": "Official production SVG (next.ramp.com). Monochrome by design (currentColor lockup + mono). No standalone icon: the swoosh is fused into the single wordmark path, not separable without redrawing.",
"gaps": [
"no official standalone icon (swoosh fused into the wordmark path)"
]
"notes": "Official production lockup SVG (next.ramp.com), monochrome by design (currentColor). icon = the Ramp swoosh mark (community dashboard-icons set, single-color/currentColor).",
"gaps": [],
"icon": "ramp/icon.svg"
},
"google": {
"name": "Google",
Expand Down Expand Up @@ -138,7 +137,7 @@
"brandColor": "#000000",
"icon": "rippling/icon.svg",
"iconColor": "rippling/icon-color.svg",
"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.",
"notes": "icon = the 3-ripple mark (currentColor); icon-color = same mark in brand plum #402530 (matches the 1-color geometry — not the app-badge). lockup = supplied official vector, plum + currentColor knockout.",
"gaps": [],
"lockup": {
"main": "rippling/logo.svg",
Expand Down
1 change: 1 addition & 0 deletions public/logos/partners/ramp/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 2 additions & 11 deletions public/logos/partners/rippling/icon-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ const partnerIcons = [
{ brand: 'hubspot', label: 'HubSpot', color: 'icon-color.svg' },
{ brand: '1password', label: '1Password', color: 'icon-color.svg' },
{ brand: 'rippling', label: 'Rippling', color: 'icon-color.svg' },
{ brand: 'ramp', label: 'Ramp', color: 'icon.svg', monoBrand: true },
];
// color = primary lockup; mono = 1-color (currentColor). `scale` is an optical
// size multiplier (some marks have tall icons that inflate their bbox, so a flat
Expand All @@ -220,7 +221,7 @@ const partnerLockups = [
{ brand: 'hubspot', label: 'HubSpot', color: 'logo.svg', mono: 'logo-mono.svg', scale: 1.35 },
{ brand: '1password', label: '1Password', color: 'logo-black.svg', mono: 'logo-mono.svg', scale: 1 },
{ brand: 'ramp', label: 'Ramp', color: 'logo.svg', mono: 'logo-mono.svg', scale: 1 },
{ brand: 'rippling', label: 'Rippling', color: 'logo.svg', mono: 'logo-mono.svg', scale: 1 },
{ brand: 'rippling', label: 'Rippling', color: 'logo.svg', mono: 'logo-mono.svg', scale: 0.85 },
];
---

Expand Down
Loading