Skip to content

Commit

Permalink
[WPSI-63]: update x logo (#325)
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Del Real <[email protected]>
  • Loading branch information
carloshdelreal and carlosdelrealwri authored Jul 9, 2024
1 parent 37caee1 commit 0fb1de4
Show file tree
Hide file tree
Showing 5 changed files with 4,891 additions and 4,215 deletions.
3 changes: 3 additions & 0 deletions app/assets/images/logos/x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion app/assets/stylesheets/website/_settings/icons.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
$icons: (
youtube-play: "\e906",
twitter: "\e907",
linkedin: "\e908",
facebook: "\e909",
facebook-f: "\e909",
Expand Down
7 changes: 5 additions & 2 deletions app/views/root/_utility_nav.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ nav.c-nav-utility
.gcse-searchbox-only
li.c-nav-utility__item
a.c-nav-utility__link href="#{twitter}" target='_blank' rel='noopener noreferrer'
i.icon-twitter
.sr-only Twitter
i
<svg viewBox="0 0 1200 1227" width="12" height="12" xmlns="http://www.w3.org/2000/svg">
<path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" />
</svg>
.sr-only X
li.c-nav-utility__item
a.c-nav-utility__link href="#{youtube}" target='_blank' rel='noopener noreferrer'
i.icon-youtube-play
Expand Down
6 changes: 5 additions & 1 deletion app/views/root/landing/_social.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ section
- if sn.options[:type] == 'icon'
= link_to '', href: sn.href, target: 'blank',
rel: 'noopener noreferrer', class: 'c-card__link' do
span.icon-twitter.icon--lg
span
i
<svg width="40" height="40" fill="#437387" viewBox="0 0 1200 1227" xmlns="http://www.w3.org/2000/svg">
<path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z"/>
</svg>
- elsif sn.options[:type] == 'mail'
= mail_to sn.href, class: "c-button c-button--#{i + 1}" do
span = button_text
Expand Down
Loading

0 comments on commit 0fb1de4

Please sign in to comment.