Skip to content

Commit

Permalink
Re-add non-svg favicon metadata files
Browse files Browse the repository at this point in the history
Fixes #357
  • Loading branch information
cdubz committed Dec 18, 2021
1 parent 7098476 commit 32bfede
Show file tree
Hide file tree
Showing 39 changed files with 337 additions and 9 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added babybuddy/static_src/root/apple-touch-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions babybuddy/static_src/root/browserconfig.xml
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="mstile-150x150.png?v=20211218"/>
<TileColor>#37abe9</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file added babybuddy/static_src/root/favicon.ico
Binary file not shown.
Binary file added babybuddy/static_src/root/mstile-150x150.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
79 changes: 79 additions & 0 deletions babybuddy/static_src/root/safari-pinned-tab.svg
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 babybuddy/static_src/root/site.webmanifest
@@ -0,0 +1,19 @@
{
"name": "Baby Buddy",
"short_name": "Baby Buddy",
"icons": [
{
"src": "android-chrome-192x192.png?v=20211218",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png?v=20211218",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
11 changes: 9 additions & 2 deletions babybuddy/templates/babybuddy/base.html
Expand Up @@ -7,11 +7,18 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>{% block title %}{% endblock %} | Baby Buddy</title>
<link rel="stylesheet" href="{% static "babybuddy/css/app.css" %}" />
<link rel="apple-touch-icon" sizes="180x180" href="{% static "babybuddy/root/apple-touch-icon.png" %}?v=20211218">
<link rel="icon" type="image/svg+xml" href="{% static "babybuddy/root/favicon.svg" %}?v=20210925">
<link rel="manifest" href="{% static "babybuddy/root/site.webmanifest" %}?v=20211218">
<link rel="mask-icon" href="{% static "babybuddy/root/safari-pinned-tab.svg" %}?v=20211218" color="#37abe9">
<link rel="shortcut icon" href="{% static "babybuddy/root/favicon.ico" %}?v=20211218">
<meta name="apple-mobile-web-app-title" content="Baby Buddy">
<meta name="application-name" content="Baby Buddy">
<meta name="msapplication-TileColor" content="#37abe9">
<meta name="theme-color" content="#ffffff">
</head>
<body style="padding-top: 3rem;">

Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/babybuddy/root/android-chrome-192x192.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/babybuddy/root/android-chrome-512x512.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/babybuddy/root/apple-touch-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions static/babybuddy/root/browserconfig.84708aade0e5.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
9 changes: 9 additions & 0 deletions static/babybuddy/root/browserconfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added static/babybuddy/root/browserconfig.xml.gz
Binary file not shown.
Binary file added static/babybuddy/root/favicon.ee5ebcd40fb9.ico
Binary file not shown.
Binary file added static/babybuddy/root/favicon.ee5ebcd40fb9.ico.gz
Binary file not shown.
Binary file added static/babybuddy/root/favicon.ico
Binary file not shown.
Binary file added static/babybuddy/root/favicon.ico.gz
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/babybuddy/root/mstile-150x150.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
79 changes: 79 additions & 0 deletions static/babybuddy/root/safari-pinned-tab.e8c8ac2f55f5.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
79 changes: 79 additions & 0 deletions static/babybuddy/root/safari-pinned-tab.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/babybuddy/root/safari-pinned-tab.svg.gz
Binary file not shown.
19 changes: 19 additions & 0 deletions static/babybuddy/root/site.7b2e36edc7a9.webmanifest

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
19 changes: 19 additions & 0 deletions static/babybuddy/root/site.webmanifest

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added static/babybuddy/root/site.webmanifest.gz
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions static/rest_framework/docs/css/base.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified static/rest_framework/docs/css/base.css.gz
Binary file not shown.

0 comments on commit 32bfede

Please sign in to comment.