Skip to content

Commit

Permalink
Winter homepage logo. Illustrated by emilijia
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelmdLow committed Dec 10, 2024
1 parent 0764075 commit 387f082
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 3 deletions.
4 changes: 2 additions & 2 deletions navigation/templates/navigation/headers/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<div class="u-container u-container--mid">
<div class="branding row">
<div class="middle">
<img class="top-logo light-logo" src="{% static 'ubyssey/images/logos/ubyssey-logo-blue-light.svg' %}" alt="The Ubyssey logo"/>
<img class="top-logo dark-logo" src="{% static 'ubyssey/images/logos/ubyssey-logo-blue-dark.svg' %}" alt="The Ubyssey logo"/>
<img class="top-logo light-logo" src="{% static 'ubyssey/images/logos/ubyssey-winter-2024-light.svg' %}" alt="The Ubyssey logo"/>
<img class="top-logo dark-logo" src="{% static 'ubyssey/images/logos/ubyssey-winter-2024-dark.svg' %}" alt="The Ubyssey logo"/>
</div>
<div class="right">
<p class="since-line">
Expand Down
19 changes: 19 additions & 0 deletions ubyssey/static_src/src/images/logos/ubyssey-winter-2024-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions ubyssey/static_src/src/images/logos/ubyssey-winter-2024-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion ubyssey/static_src/src/styles/modules/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,12 @@ header.main{
font-size: 13px;

.middle {
margin-left: 2em;
//margin-left: 2em;
max-width: 520px;
width: 100%;
.light-logo {
filter: drop-shadow(0 0 5px #1A6996);
}
}
.right {
margin-left: auto;
Expand Down

0 comments on commit 387f082

Please sign in to comment.