Skip to content

Commit

Permalink
Added funding image to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelmdLow committed Jan 8, 2024
1 parent 2c41d91 commit 0bd7dc5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions navigation/templates/navigation/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<div class="u-container{% if homepage %} u-container--large{% endif %}">

<a class="home-link" href="{% url 'wagtail_serve' '' %}"><img class="logo" src="{% static 'ubyssey/images/ubyssey-logo-small-grey.svg' %}" alt=""/></a>
<div class="funding light-logo"><img class="logo" src="{% static 'ubyssey/images/canada-funding-light.png' %}" alt=""/></div>
<div class="funding dark-logo"><img class="logo" src="{% static 'ubyssey/images/canada-funding-dark.png' %}" alt=""/></div>
<nav>
<div class="top-row">
<ul class="sections">
Expand Down
10 changes: 10 additions & 0 deletions ubyssey/static_src/src/styles/modules/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ footer {
}
}

.funding {
display: inline;
margin-left: 0.5em;
img {
vertical-align: -8%;
height: 20px;
width: auto;
}
}

ul {
list-style-type: none;
margin: 0;
Expand Down

0 comments on commit 0bd7dc5

Please sign in to comment.