Skip to content

Commit

Permalink
Merge pull request #175 from EFForg/new_logo
Browse files Browse the repository at this point in the history
Update EFF logo
  • Loading branch information
vbrown608 committed Oct 31, 2018
2 parents 91dec23 + d96c417 commit 406d798
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 47 deletions.
81 changes: 35 additions & 46 deletions app/assets/images/logo-orange.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/components/footers.scss
Expand Up @@ -11,6 +11,10 @@ footer {
font-weight: 500;
line-height: 1rem;
}
img {
margin: 0.5rem 0 0.5rem 0;
height: 2.5rem;
}
}

@include breakpoint(small only) {
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/_footer.html.erb
Expand Up @@ -2,8 +2,8 @@
<div class="top-bar">
<nav id="footer-menu" aria-labelledby="footer-menu-label" class="large-12 columns">
<ul class="row center">
<li><%= link_to image_tag("logo-orange.svg", alt: "EFF logo"), "https://eff.org/" %></li>
<li><%= link_to "Copyright (CC BY)", "https://www.eff.org/copyright" %></li>
<li><%= link_to image_tag("logo-orange.svg", alt: "EFF logo"), "https://eff.org/" %></li>
<li><%= link_to "Privacy", "https://www.eff.org/policy" %></li>
</nav>
</div>
Expand Down

0 comments on commit 406d798

Please sign in to comment.