Skip to content

Commit

Permalink
Improve stregsystem icons
Browse files Browse the repository at this point in the history
  • Loading branch information
atjn committed Sep 26, 2024
1 parent 6847e84 commit 012b770
Show file tree
Hide file tree
Showing 6 changed files with 183 additions and 78 deletions.
77 changes: 0 additions & 77 deletions stregsystem/static/stregsystem/logo.svg

This file was deleted.

56 changes: 56 additions & 0 deletions stregsystem/static/stregsystem/logo/logo-maskable.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions stregsystem/static/stregsystem/logo/logo-monochrome.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions stregsystem/static/stregsystem/logo/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions stregsystem/static/stregsystem/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "TROENs STREGSYSTEM",
"short_name": "STREGSYSTEM",
"icons": [
{
"src": "logo/logo.svg",
"type": "image/svg+xml",
"sizes": "any",
"purpose": "any"
},
{
"src": "logo/logo-monochrome.svg",
"type": "image/svg+xml",
"sizes": "any",
"purpose": "monochrome"
},
{
"src": "logo/logo-maskable.svg",
"type": "image/svg+xml",
"sizes": "any",
"purpose": "maskable"
}
]
}
3 changes: 2 additions & 1 deletion stregsystem/templates/stregsystem/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<head>
<title>{% block title %}TREOENs STREGSYSTEM{% endblock %}</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="shortcut icon" type="image/svg" href="{% static "/stregsystem/logo.svg" %}">
<link rel="icon" sizes="any" type="image/svg+xml" href="{% static "/stregsystem/logo/logo.svg" %}">
<link rel="manifest" href="{% static "/stregsystem/manifest.json" %}">
<link rel="stylesheet" media="screen" href="{% static "/stregsystem/stregsystem.css" %}">
<link rel="stylesheet" media="screen" href="{% static "/stregsystem/bat.css" %}">
<link rel="stylesheet" media="screen" href="{% static "/stregsystem/snow.css" %}">
Expand Down

0 comments on commit 012b770

Please sign in to comment.