Skip to content

Commit

Permalink
Add new favicons.
Browse files Browse the repository at this point in the history
Generated with https://realfavicongenerator.net/ and compressed losslessly.
  • Loading branch information
XhmikosR authored and rvagg committed Aug 25, 2019
1 parent e8e7d31 commit ce04045
Show file tree
Hide file tree
Showing 15 changed files with 39 additions and 2 deletions.
9 changes: 9 additions & 0 deletions layouts/partials/favicons.hbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<link rel="apple-touch-icon" href="/static/images/favicons/apple-touch-icon.png" sizes="180x180">
<link rel="icon" href="/static/images/favicons/favicon-32x32.png" sizes="32x32" type="image/png">
<link rel="icon" href="/static/images/favicons/favicon-16x16.png" sizes="16x16" type="image/png">
<link rel="manifest" href="/static/images/favicons/manifest.json">
<link rel="mask-icon" href="/static/images/favicons/safari-pinned-tab.svg" color="#43853d">
<link rel="shortcut icon" href="/static/images/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#333333">
<meta name="msapplication-config" content="/static/images/favicons/browserconfig.xml">
<meta name="theme-color" content="#333333">
3 changes: 1 addition & 2 deletions layouts/partials/html-head.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.">

<link rel="apple-touch-icon" href="/static/apple-touch-icon.png">
<link rel="icon" sizes="32x32" type="image/png" href="/static/favicon.png">
{{> favicons }}

<meta property="og:site_name" content="Node.js">
<meta property="og:title" content="{{#if title}}{{ title }} | {{/if}}{{ site.title }}">
Expand Down
Binary file removed static/apple-touch-icon.png
Binary file not shown.
Binary file removed static/favicon.ico
Binary file not shown.
Binary file removed static/favicon.png
Binary file not shown.
Binary file added static/images/favicons/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 static/images/favicons/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 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.
9 changes: 9 additions & 0 deletions static/images/favicons/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="/static/images/favicons/mstile-150x150.png"/>
<TileColor>#333333</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file added 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 added 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 added static/images/favicons/favicon.ico
Binary file not shown.
19 changes: 19 additions & 0 deletions static/images/favicons/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Node.js",
"short_name": "Node.js",
"icons": [
{
"src": "/static/images/favicons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/images/favicons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#333333",
"background_color": "#333333",
"display": "standalone"
}
Binary file added static/images/favicons/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.
1 change: 1 addition & 0 deletions static/images/favicons/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 ce04045

Please sign in to comment.