Skip to content

Commit

Permalink
Using official hotspot branding as default (can be remapped)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Aug 7, 2024
1 parent 6c218ee commit 17603b3
Show file tree
Hide file tree
Showing 12 changed files with 65 additions and 24 deletions.
Binary file removed assets/favicon-dark.png
Binary file not shown.
Binary file removed assets/favicon-light.png
Binary file not shown.
Binary file removed assets/favicon.ico
Binary file not shown.
Binary file removed assets/favicon.png
Binary file not shown.
19 changes: 0 additions & 19 deletions assets/favicon.svg

This file was deleted.

Binary file added branding/horizontal-logo-dark.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 modified branding/horizontal-logo-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions branding/horizontal-logo.svg
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 branding/square-logo-dark.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 branding/square-logo-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions branding/square-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>{{ name }}</title>
<link rel="icon" type="image/svg+xml" href="/assets/favicon.svg">
<link rel="icon" type="image/png" href="/assets/favicon-light.png" media="(prefers-color-scheme:no-preference)">
<link rel="icon" type="image/png" href="/assets/favicon-dark.png" media="(prefers-color-scheme:dark)">
<link rel="icon" type="image/png" href="/assets/favicon-light.png" media="(prefers-color-scheme:light)">
<link rel="icon" type="image/svg+xml" href="/branding/square-logo.svg">
<link rel="icon" type="image/png" href="/branding/square-logo-light.png" media="(prefers-color-scheme:no-preference)">
<link rel="icon" type="image/png" href="/branding/square-logo-dark.png" media="(prefers-color-scheme:dark)">
<link rel="icon" type="image/png" href="/branding/square-logo-light.png" media="(prefers-color-scheme:light)">
<link rel="stylesheet" type="text/css" href="/assets/dashboard.css" />
<link rel="stylesheet" href="/assets/fontawesome/css/fontawesome.css" >
<link rel="stylesheet" href="/assets/fontawesome/css/solid.css" >
Expand Down Expand Up @@ -39,7 +39,7 @@
<a href="/">
<img
src="/branding/horizontal-logo-light.png"
class="object-scale-down w-[11rem] h-[6rem] object-left" />
class="object-scale-down w-[19rem] h-[6rem] object-left" />
</a>
</div>
<div
Expand Down

0 comments on commit 17603b3

Please sign in to comment.