Skip to content

Commit

Permalink
layout: update favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
paroxp committed Aug 29, 2023
1 parent e152121 commit 2d8b867
Show file tree
Hide file tree
Showing 41 changed files with 144 additions and 128 deletions.
Binary file added dist/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 added dist/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 added dist/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.
9 changes: 9 additions & 0 deletions dist/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#308559</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file added dist/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 added dist/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 added dist/favicon.ico
Binary file not shown.
Binary file removed dist/img/favicon/android-chrome-144x144.png
Binary file not shown.
Binary file removed dist/img/favicon/android-chrome-192x192.png
Binary file not shown.
Binary file removed dist/img/favicon/android-chrome-36x36.png
Binary file not shown.
Binary file removed dist/img/favicon/android-chrome-48x48.png
Binary file not shown.
Binary file removed dist/img/favicon/android-chrome-72x72.png
Binary file not shown.
Binary file removed dist/img/favicon/android-chrome-96x96.png
Binary file not shown.
Binary file removed dist/img/favicon/apple-touch-icon-114x114.png
Binary file not shown.
Binary file removed dist/img/favicon/apple-touch-icon-120x120.png
Binary file not shown.
Binary file removed dist/img/favicon/apple-touch-icon-144x144.png
Binary file not shown.
Binary file removed dist/img/favicon/apple-touch-icon-152x152.png
Binary file not shown.
Binary file removed dist/img/favicon/apple-touch-icon-180x180.png
Binary file not shown.
Binary file removed dist/img/favicon/apple-touch-icon-57x57.png
Binary file not shown.
Binary file removed dist/img/favicon/apple-touch-icon-60x60.png
Binary file not shown.
Binary file removed dist/img/favicon/apple-touch-icon-72x72.png
Binary file not shown.
Binary file removed dist/img/favicon/apple-touch-icon-76x76.png
Binary file not shown.
Binary file removed dist/img/favicon/apple-touch-icon-precomposed.png
Binary file not shown.
Binary file removed dist/img/favicon/apple-touch-icon.png
Binary file not shown.
12 changes: 0 additions & 12 deletions dist/img/favicon/browserconfig.xml

This file was deleted.

Binary file removed dist/img/favicon/favicon-16x16.png
Binary file not shown.
Binary file removed dist/img/favicon/favicon-194x194.png
Binary file not shown.
Binary file removed dist/img/favicon/favicon-32x32.png
Binary file not shown.
Binary file removed dist/img/favicon/favicon-96x96.png
Diff not rendered.
Binary file removed dist/img/favicon/favicon.ico
Binary file not shown.
43 changes: 0 additions & 43 deletions dist/img/favicon/manifest.json

This file was deleted.

Binary file removed dist/img/favicon/mstile-144x144.png
Diff not rendered.
Binary file removed dist/img/favicon/mstile-150x150.png
Diff not rendered.
Binary file removed dist/img/favicon/mstile-310x150.png
Diff not rendered.
Binary file removed dist/img/favicon/mstile-310x310.png
Diff not rendered.
Binary file removed dist/img/favicon/mstile-70x70.png
Diff not rendered.
54 changes: 0 additions & 54 deletions dist/img/favicon/safari-pinned-tab.svg
Diff not rendered.
Binary file added dist/mstile-150x150.png
107 changes: 107 additions & 0 deletions dist/safari-pinned-tab.svg
20 changes: 20 additions & 0 deletions dist/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "Rafal Proszowski",
"short_name": "Rafal Proszowski",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#308559",
"background_color": "#308559",
"start_url": "https://www.rafalp.com/",
"display": "standalone"
}
27 changes: 8 additions & 19 deletions src/pages/layout/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,25 +110,14 @@ export function htmlDocument(config: Config, body: string): string {
<meta name="copyright" content="Copyright 2014 - ${moment().year()}">
<link rel="canonical" href="${path.join(config.url, config.path || '')}">
<link rel="apple-touch-icon" sizes="57x57" href="/img/favicon/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/img/favicon/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/favicon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/favicon/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/favicon/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/favicon/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/favicon/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/favicon/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/img/favicon/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicon/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="/img/favicon/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/img/favicon/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/img/favicon/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/img/favicon/manifest.json">
<link rel="mask-icon" href="/img/favicon/safari-pinned-tab.svg">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/img/favicon/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#308559">
<meta name="msapplication-TileColor" content="#308559">
<meta name="theme-color" content="#308559">
<style>${styles}</style>
</head>
Expand Down

0 comments on commit 2d8b867

Please sign in to comment.