From 53569575bd01c69645158c738f75ac5a21235d6b Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Thu, 22 May 2025 15:58:51 -0400 Subject: [PATCH 01/11] first pass of the logo --- src/_data/nav.yml | 22 +++- src/_includes/components/footer.html | 13 +- src/_includes/icons/segment.svg | 133 ++++++++------------ src/_includes/icons/socials/x.svg | 3 + src/_sass/_variables.scss | 2 + src/_sass/components/_destination-menu.scss | 2 +- src/_sass/components/_menu-item.scss | 14 +-- src/_sass/components/_menu-side.scss | 2 +- 8 files changed, 93 insertions(+), 98 deletions(-) create mode 100644 src/_includes/icons/socials/x.svg diff --git a/src/_data/nav.yml b/src/_data/nav.yml index 6b65c17777..72a30dcaaa 100644 --- a/src/_data/nav.yml +++ b/src/_data/nav.yml @@ -1,13 +1,17 @@ --- sections: -- section_title: Product +- section_title: Products section: - path: "https://segment.com/product/connections/" title: Connections - path: "https://segment.com/product/protocols/" title: Protocols + - path: "https://segment.com/product/unify/" + title: Unify - path: "https://segment.com/product/twilio-engage/" title: Twilio Engage + - path: "https://segment.com/customer-data-platform/" + title: Customer Data Platform - path: "https://segment.com/catalog/" title: Integrations Catalog - path: "https://segment.com/pricing/" @@ -36,10 +40,14 @@ sections: title: Blog - path: "https://segment.com/press/" title: Press - - path: "https://segment.com/podcast/" - title: FTFY Podcast - path: "https://segment.com/events/" title: Events + - path: "https://segment.com/podcast/" + title: Podcast + - path: "https://segment.com/growth-center/" + title: Growth Center + - path: "https://segment.com/data-hub/" + title: Data Hub - section_title: Support section: - path: "https://segment.com/help/" @@ -50,7 +58,15 @@ sections: title: Resources - path: "https://segment.com/recipes/" title: Recipes + - path: "https://segment.com/services/" + title: Professional Services - path: "https://segment.com/security/bulletins/" title: Security Bulletins + - path: "https://segment.com/docs/" + title: Documentation + - path: "https://community.segment.com/product-updates" + title: Release Notes - path: "https://segment.com/partners/" title: Become a Partner + - path: "https://segment.com/resources/cdp/" + title: Guide to Customer Data Platforms diff --git a/src/_includes/components/footer.html b/src/_includes/components/footer.html index c201e0a832..5e48fb2f77 100644 --- a/src/_includes/components/footer.html +++ b/src/_includes/components/footer.html @@ -1,7 +1,6 @@