Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions templates/_layouts/layout.twig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
href="{{ url("feed.rss") }}"
/>

<meta name="theme-color" content="white" />
<meta name="theme-color" content="#33CCFF" />
<link
rel="apple-touch-icon"
sizes="180x180"
Expand All @@ -39,7 +39,12 @@
href="/static/images/favicons/favicon-16x16.png"
/>
<link rel="manifest" href="/static/images/favicons/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#28313d" />
<link
rel="mask-icon"
href="/static/images/favicons/safari-pinned-tab.svg"
color="#33CCFF"
/>
<meta name="msapplication-TileColor" content="#33CCFF" />

<script type="speculationrules">
{ "prerender": [{ "where": { "href_matches": "/*" }, "eagerness":
Expand Down
Binary file added web/favicon.ico
Binary file not shown.
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.
Binary file removed web/static/images/favicons/android-icon-144x144.png
Binary file not shown.
Binary file not shown.
Binary file removed web/static/images/favicons/android-icon-36x36.png
Binary file not shown.
Binary file removed web/static/images/favicons/android-icon-48x48.png
Binary file not shown.
Binary file removed web/static/images/favicons/android-icon-72x72.png
Binary file not shown.
Binary file removed web/static/images/favicons/android-icon-96x96.png
Binary file not shown.
Binary file removed web/static/images/favicons/apple-icon-114x114.png
Binary file not shown.
Binary file removed web/static/images/favicons/apple-icon-120x120.png
Binary file not shown.
Binary file removed web/static/images/favicons/apple-icon-144x144.png
Binary file not shown.
Binary file removed web/static/images/favicons/apple-icon-152x152.png
Binary file not shown.
Binary file removed web/static/images/favicons/apple-icon-180x180.png
Binary file not shown.
Binary file removed web/static/images/favicons/apple-icon-57x57.png
Binary file not shown.
Binary file removed web/static/images/favicons/apple-icon-60x60.png
Binary file not shown.
Binary file removed web/static/images/favicons/apple-icon-72x72.png
Binary file not shown.
Binary file removed web/static/images/favicons/apple-icon-76x76.png
Binary file not shown.
Binary file not shown.
Binary file removed web/static/images/favicons/apple-icon.png
Binary file not shown.
Binary file modified web/static/images/favicons/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.
11 changes: 9 additions & 2 deletions web/static/images/favicons/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#ffffff</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file modified web/static/images/favicons/favicon-16x16.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 web/static/images/favicons/favicon-32x32.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 web/static/images/favicons/favicon-96x96.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 web/static/images/favicons/favicon.ico
Binary file not shown.
41 changes: 0 additions & 41 deletions web/static/images/favicons/manifest.json

This file was deleted.

Binary file removed web/static/images/favicons/ms-icon-144x144.png
Binary file not shown.
Binary file removed web/static/images/favicons/ms-icon-150x150.png
Binary file not shown.
Binary file removed web/static/images/favicons/ms-icon-310x310.png
Diff not rendered.
Binary file removed web/static/images/favicons/ms-icon-70x70.png
Diff not rendered.
Binary file added web/static/images/favicons/mstile-150x150.png
27 changes: 3 additions & 24 deletions web/static/images/favicons/safari-pinned-tab.svg
8 changes: 4 additions & 4 deletions web/static/images/favicons/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "",
"short_name": "",
"name": "Prototype Fund",
"short_name": "PTF",
"icons": [
{
"src": "/static/images/favicons/android-chrome-192x192.png",
Expand All @@ -13,7 +13,7 @@
"type": "image/png"
}
],
"theme_color": "#28313d",
"background_color": "#28313d",
"theme_color": "#33CCFF",
"background_color": "#33CCFF",
"display": "standalone"
}