Skip to content

Branding Updates #7633

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from
Draft
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
22 changes: 19 additions & 3 deletions src/_data/nav.yml
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down Expand Up @@ -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/"
Expand All @@ -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
13 changes: 6 additions & 7 deletions src/_includes/components/footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<div class="footer">
<div class="footer__container">
{% include icons/segment.svg %}

<div class="footer__content">
<div class="flex flex--wrap waffle waffle--large">
{% for nav in site.data.nav.sections %}
Expand All @@ -20,7 +19,7 @@
</div>
{% endfor %}
</div>
</div>
</div>
</div>

<div class="footer__aside">
Expand All @@ -30,15 +29,15 @@
<div class="nav">
<ul class="nav-list flex flex--stack flex--queue@large waffle waffle--xlarge@large">
<li class="flex__column flex__column--shrink">
<p>© {{ site.time | date: "%Y" }} Segment.io, Inc.</p>
<p>© {{ site.time | date: "%Y" }} Twilio Inc. All Rights Reserved. </p>
</li>

<li class="flex__column flex__column--shrink">
<a class="nav-list__link" href="https://segment.com/legal/privacy/">Privacy</a>
<a class="nav-list__link" href="https://www.twilio.com/en-us/legal/privacy">Privacy</a>
</li>

<li class="flex__column flex__column--shrink">
<a class="nav-list__link" href="https://segment.com/legal/terms/">Terms</a>
<a class="nav-list__link" href="https://www.twilio.com/en-us/legal/tos">Terms</a>
</li>

<li class="flex__column flex__column--shrink">
Expand All @@ -57,8 +56,8 @@
</li>

<li>
<a href="https://twitter.com/segment" class="social-list__link">
{% include icons/socials/twitter.svg %}
<a href="https://x.com/segment" class="social-list__link">
{% include icons/socials/x.svg %}
</a>
</li>

Expand Down
133 changes: 54 additions & 79 deletions src/_includes/icons/segment.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: 3 additions & 0 deletions src/_includes/icons/socials/x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading