Skip to content

Commit

Permalink
⬆️ Update favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
ledermann committed Jan 3, 2022
1 parent 903232a commit 2e39a6e
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 6 deletions.
2 changes: 2 additions & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Templatus (Vue edition)">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="msapplication-TileColor" content="#ffc40d">

<meta name="git-commit-version" content="<%= Rails.configuration.x.git.commit_version %>">
<meta name="git-commit-time" content="<%= Rails.configuration.x.git.commit_time %>">
Expand All @@ -36,6 +37,7 @@
<%= tag :link, href: asset_path('/apple-touch-icon.png'), rel: 'apple-touch-icon', type: 'image/png', sizes: '180x180' %>
<%= tag :link, href: asset_path('/favicon-32x32.png'), rel: 'icon', type: 'image/png', sizes: '32x32' %>
<%= tag :link, href: asset_path('/favicon-16x16.png'), rel: 'icon', type: 'image/png', sizes: '16x16' %>
<%= tag :link, href: asset_path('/safari-pinned-tab.svg'),rel: 'mask-icon', color: '#d30001' %>
<%= tag :link, href: webmanifest_path, rel: 'manifest' %>

<%= stylesheet_link_tag 'application', media: 'all' %>
Expand Down
6 changes: 0 additions & 6 deletions app/views/statics/manifest.webmanifest.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@
"src": "<%= asset_path('/android-chrome-512x512.png') %>",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "<%= asset_path('/maskable_icon_x384.png') %>",
"sizes": "384x384",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#991c1c",
Expand Down
Binary file modified public/android-chrome-192x192.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 public/android-chrome-512x512.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 public/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 modified public/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 public/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 public/favicon.ico
Binary file not shown.
Binary file removed public/maskable_icon_x384.png
Binary file not shown.
Binary file added public/mstile-144x144.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 public/mstile-150x150.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 public/mstile-310x150.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 public/mstile-310x310.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 public/mstile-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions public/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2e39a6e

Please sign in to comment.