Skip to content

Commit

Permalink
#178 Update logo and favicon (#403)
Browse files Browse the repository at this point in the history
* Update logo

* Add favicons

* Update logo.svg

* Update demo gif
  • Loading branch information
TobySuch authored Nov 13, 2024
1 parent 12d1b5d commit 5e4ba81
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 68 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://github.com/TobySuch/Shifter">
<img alt="Shifter Logo" src="shifter/static/img/logo.svg"/>
<img alt="Shifter Logo" src="shifter/static/img/logo-large.svg"/>
</a>
</p>
<p align="center">
Expand Down
Binary file modified docs/ShifterDemo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added shifter/static/img/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added shifter/static/img/favicon.ico
Binary file not shown.
44 changes: 44 additions & 0 deletions shifter/static/img/logo-large.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
84 changes: 18 additions & 66 deletions shifter/static/img/logo.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 shifter/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="{% static 'img/favicon.ico' %}" sizes="32x32">
<link rel="icon" href="{% static 'img/logo.svg' %}" type="image/svg+xml">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<script src="{% static 'js/timezoneutils-bundle.js' %}"></script>
{% block head %}
{% endblock %}
Expand All @@ -17,7 +20,7 @@
<nav class="px-2 py-2.5">
<div class="container flex flex-wrap justify-between items-center mx-auto">
<a href="{% url 'shifter_files:index' %}" class="flex items-center">
<img src="{% static 'img/logo.svg' %}" class="mr-3 h-6 sm:h-10" alt="Shifter Logo">
<img src="{% static 'img/logo-large.svg' %}" class="mr-3 w-32 md:w-40 lg:w-60" alt="Shifter Logo">
</a>
{% if user.is_authenticated %}
<button data-collapse-toggle="mobile-menu" type="button" class="inline-flex justify-center items-center ml-3 text-gray-400 rounded-lg md:hidden hover:text-gray-900 focus:outline-none focus:ring-2 focus:ring-blue-300" aria-controls="mobile-menu-2" aria-expanded="false">
Expand Down

0 comments on commit 5e4ba81

Please sign in to comment.