Skip to content

Commit 5356957

Browse files
committed
first pass of the logo
1 parent 63774fd commit 5356957

File tree

8 files changed

+93
-98
lines changed

8 files changed

+93
-98
lines changed

src/_data/nav.yml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
---
22
sections:
3-
- section_title: Product
3+
- section_title: Products
44
section:
55
- path: "https://segment.com/product/connections/"
66
title: Connections
77
- path: "https://segment.com/product/protocols/"
88
title: Protocols
9+
- path: "https://segment.com/product/unify/"
10+
title: Unify
911
- path: "https://segment.com/product/twilio-engage/"
1012
title: Twilio Engage
13+
- path: "https://segment.com/customer-data-platform/"
14+
title: Customer Data Platform
1115
- path: "https://segment.com/catalog/"
1216
title: Integrations Catalog
1317
- path: "https://segment.com/pricing/"
@@ -36,10 +40,14 @@ sections:
3640
title: Blog
3741
- path: "https://segment.com/press/"
3842
title: Press
39-
- path: "https://segment.com/podcast/"
40-
title: FTFY Podcast
4143
- path: "https://segment.com/events/"
4244
title: Events
45+
- path: "https://segment.com/podcast/"
46+
title: Podcast
47+
- path: "https://segment.com/growth-center/"
48+
title: Growth Center
49+
- path: "https://segment.com/data-hub/"
50+
title: Data Hub
4351
- section_title: Support
4452
section:
4553
- path: "https://segment.com/help/"
@@ -50,7 +58,15 @@ sections:
5058
title: Resources
5159
- path: "https://segment.com/recipes/"
5260
title: Recipes
61+
- path: "https://segment.com/services/"
62+
title: Professional Services
5363
- path: "https://segment.com/security/bulletins/"
5464
title: Security Bulletins
65+
- path: "https://segment.com/docs/"
66+
title: Documentation
67+
- path: "https://community.segment.com/product-updates"
68+
title: Release Notes
5569
- path: "https://segment.com/partners/"
5670
title: Become a Partner
71+
- path: "https://segment.com/resources/cdp/"
72+
title: Guide to Customer Data Platforms

src/_includes/components/footer.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<div class="footer">
22
<div class="footer__container">
33
{% include icons/segment.svg %}
4-
54
<div class="footer__content">
65
<div class="flex flex--wrap waffle waffle--large">
76
{% for nav in site.data.nav.sections %}
@@ -20,7 +19,7 @@
2019
</div>
2120
{% endfor %}
2221
</div>
23-
</div>
22+
</div>
2423
</div>
2524

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

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

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

4443
<li class="flex__column flex__column--shrink">
@@ -57,8 +56,8 @@
5756
</li>
5857

5958
<li>
60-
<a href="https://twitter.com/segment" class="social-list__link">
61-
{% include icons/socials/twitter.svg %}
59+
<a href="https://x.com/segment" class="social-list__link">
60+
{% include icons/socials/x.svg %}
6261
</a>
6362
</li>
6463

src/_includes/icons/segment.svg

Lines changed: 54 additions & 79 deletions
Loading

src/_includes/icons/socials/x.svg

Lines changed: 3 additions & 0 deletions
Loading

src/_sass/_variables.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ $color-values: (
99
secondary-light: #dcf2ea,
1010
secondary: #52bd94,
1111
secondary-dark: #317159,
12+
twilio-red: #ef373c,
13+
twilio-secondary: #000434,
1214

1315
gray-900: #101840,
1416
gray-800: #474d66,

src/_sass/components/_destination-menu.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424

2525
&--active {
26-
color: color(secondary-dark);
26+
color: color(twilio-secondary);
2727
}
2828
}
2929

src/_sass/components/_menu-item.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
padding: 5px 20px;
5858

5959
&:focus-visible {
60-
border: 2px solid color(secondary);
61-
color: color(secondary);
60+
border: 2px solid color(twilio-secondary);
61+
color: color(twilio-secondary);
6262
}
6363

6464
&:hover {
65-
color: color(secondary);
65+
color: color(twilio-secondary);
6666
text-decoration: none;
6767
}
6868

@@ -151,7 +151,7 @@
151151
left: -7px;
152152
height: 100%;
153153
width: 2px;
154-
background-color: color(secondary);
154+
background-color: color(twilio-secondary);
155155
}
156156
}
157157
}
@@ -162,7 +162,7 @@
162162
}
163163

164164
& > #{$this}__link {
165-
color: color(secondary);
165+
color: color(twilio-secondary);
166166
font-weight: 500;
167167

168168
#{$this}__icon {
@@ -184,7 +184,7 @@
184184
position: absolute;
185185
top: 0;
186186
left: 0;
187-
background-color: color(secondary);
187+
background-color: color(twilio-secondary);
188188
}
189189
}
190190
}
@@ -198,7 +198,7 @@
198198

199199
&#{$this}--green {
200200
& > #{$this}__link {
201-
color: color(secondary);
201+
color: color(twilio-secondary);
202202
font-weight: 500;
203203
}
204204
}

src/_sass/components/_menu-side.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
&--active {
2525
font-weight: 500;
26-
color: color(primary);
26+
color: color(twilio-secondary);
2727
}
2828
}
2929

0 commit comments

Comments
 (0)