Skip to content

Commit

Permalink
Added this years halloween logo!
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelmdLow committed Oct 31, 2024
1 parent ac53d0e commit a022bc2
Show file tree
Hide file tree
Showing 7 changed files with 164 additions and 6 deletions.
6 changes: 4 additions & 2 deletions navigation/templates/navigation/headers/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
<div class="u-container u-container--mid">
<div class="branding row">
<div class="middle">
<img class="top-logo light-logo" src="{% static 'ubyssey/images/ubyssey-logo-small.svg' %}" alt="The Ubyssey logo"/>
<img class="top-logo dark-logo" src="{% static 'ubyssey/images/ubyssey-logo 1.svg' %}" alt="The Ubyssey logo"/>
<a href="https://ubyssey.ca/humour/category/spooky-stories/" title="Read a spooky story?">
<img class="top-logo light-logo" src="{% static 'ubyssey/images/logos/ubyssey-halloween-2024-light.svg' %}" alt="The Ubyssey logo"/>
<img class="top-logo dark-logo" src="{% static 'ubyssey/images/logos/ubyssey-halloween-2024-dark.svg' %}" alt="The Ubyssey logo"/>
</a>
</div>
<div class="right">
<p class="since-line">
Expand Down
4 changes: 2 additions & 2 deletions navigation/templates/navigation/headers/mobile.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ <h2>Links</h2>
</div>

<a class="logo" href="{% url 'wagtail_serve' '' %}" alt="The Ubyssey homepage">
<img class="ubyssey_small_logo light-logo" src="{% static 'ubyssey/images/ubyssey-logo-small.svg' %}" alt="Ubyssey logo"/>
<img class="ubyssey_small_logo dark-logo" src="{% static 'ubyssey/images/ubyssey-logo 1.svg' %}" alt="Ubyssey logo"/>
<img class="ubyssey_small_logo light-logo" src="{% static 'ubyssey/images/logos/ubyssey-logo-orange-light.svg' %}" alt="Ubyssey logo"/>
<img class="ubyssey_small_logo dark-logo" src="{% static 'ubyssey/images/logos/ubyssey-logo-orange-dark.svg' %}" alt="Ubyssey logo"/>
</a>
{% comment %} <a class="search right" href="{% url 'search' %}"><i class="fa fa-search"></i></a> {% endcomment %}
</header>
Expand Down
4 changes: 2 additions & 2 deletions navigation/templates/navigation/headers/topbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<header class="topbar header-site dark-mode">
<div class="u-container u-container-topbar">
<a class="home-link" href="{% url 'wagtail_serve' '' %}" title="The Ubyssey homepage" >
<div class="logo ubyssey_small_logo light-logo" style="background-image: url('{% static 'ubyssey/images/ubyssey-logo-small.svg' %}')" alt="Ubyssey logo"></div>
<div class="logo ubyssey_small_logo dark-logo" style="background-image: url('{% static 'ubyssey/images/ubyssey-logo 1.svg' %}')" alt="Ubyssey logo"></div>
<div class="logo ubyssey_small_logo light-logo" style="background-image: url('{% static 'ubyssey/images/logos/ubyssey-logo-orange-light.svg' %}')" alt="Ubyssey logo"></div>
<div class="logo ubyssey_small_logo dark-logo" style="background-image: url('{% static 'ubyssey/images/logos/ubyssey-logo-orange-dark.svg' %}')" alt="Ubyssey logo"></div>
</a>
<nav>
{% main_menu show_multiple_levels=False apply_active_classes=True %}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions ubyssey/static_src/src/images/logos/ubyssey-logo-orange-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a022bc2

Please sign in to comment.