From 83b7f95a57e5c9f7d693397a58457acdfb47090d Mon Sep 17 00:00:00 2001 From: Esther Weon Date: Thu, 10 Aug 2023 16:41:11 -0700 Subject: [PATCH 1/2] Add waabi logo to MCAP --- website/src/icons/companies/waabi-color.svg | 40 +++++++++++++++++++++ website/src/icons/companies/waabi-white.svg | 40 +++++++++++++++++++++ website/src/icons/index.ts | 7 ++++ website/src/pages/index.module.css | 15 ++------ 4 files changed, 89 insertions(+), 13 deletions(-) create mode 100644 website/src/icons/companies/waabi-color.svg create mode 100644 website/src/icons/companies/waabi-white.svg diff --git a/website/src/icons/companies/waabi-color.svg b/website/src/icons/companies/waabi-color.svg new file mode 100644 index 0000000000..fe8b88fe1b --- /dev/null +++ b/website/src/icons/companies/waabi-color.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + diff --git a/website/src/icons/companies/waabi-white.svg b/website/src/icons/companies/waabi-white.svg new file mode 100644 index 0000000000..363140226c --- /dev/null +++ b/website/src/icons/companies/waabi-white.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + diff --git a/website/src/icons/index.ts b/website/src/icons/index.ts index 6c5371dd5d..cb62ba2ac5 100644 --- a/website/src/icons/index.ts +++ b/website/src/icons/index.ts @@ -10,6 +10,8 @@ import ROSLight from "./companies/ros-color.svg"; import ROSDark from "./companies/ros-white.svg"; import TangramLight from "./companies/tangram-color.svg"; import TangramDark from "./companies/tangram-white.svg"; +import WaabiLight from "./companies/waabi-color.svg"; +import WaabiDark from "./companies/waabi-white.svg"; import DrawerEnvelope from "./drawer-envelope.svg"; import Robot from "./robot.svg"; import ShipmentPackage from "./shipment-package.svg"; @@ -44,6 +46,11 @@ const Logos = [ LightModeLogo: TangramLight, DarkModeLogo: TangramDark, }, + { + href: "https://waabi.ai/", + LightModeLogo: WaabiLight, + DarkModeLogo: WaabiDark, + }, ]; export { diff --git a/website/src/pages/index.module.css b/website/src/pages/index.module.css index 8b77e82db0..4720100c40 100644 --- a/website/src/pages/index.module.css +++ b/website/src/pages/index.module.css @@ -150,26 +150,15 @@ .logoGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); - gap: 2rem 3rem; + gap: 3rem 3rem; text-align: center; } -@media (min-width: 640px) { - .logoGrid { - grid-template-columns: repeat(3, minmax(0, 1fr)); - } -} - -@media (min-width: 996px) { - .logoGrid { - grid-template-columns: repeat(5, minmax(0, 1fr)); - } -} - .logoIcon { display: inline-block; height: auto; width: 100%; + max-height: 50px; margin: auto; } From 353f69fb4ce7926c443089e270dc808e6d112122 Mon Sep 17 00:00:00 2001 From: Esther Weon Date: Fri, 11 Aug 2023 14:11:23 -0700 Subject: [PATCH 2/2] Ignore spellcheck error for 'Waabi' --- cspell.config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/cspell.config.yaml b/cspell.config.yaml index 15a7f331d8..59c0008264 100644 --- a/cspell.config.yaml +++ b/cspell.config.yaml @@ -98,6 +98,7 @@ words: - unchunked - unindexed - velodyne + - waabi - webp - zstandard - zstd