-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update favicons to match the new branding
- Loading branch information
Showing
13 changed files
with
60 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Your Favicon Package | ||
|
||
This package was generated with [RealFaviconGenerator](https://realfavicongenerator.net/) [v0.16](https://realfavicongenerator.net/change_log#v0.16) | ||
|
||
## Install instructions | ||
|
||
To install this package: | ||
|
||
Extract this package in <code><web site>/public/favicon/</code>. If your site is <code>http://www.example.com</code>, you should be able to access a file named <code>http://www.example.com/public/favicon/favicon.ico</code>. | ||
|
||
Insert the following code in the `head` section of your pages: | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/public/favicon/apple-touch-icon.png?v=2"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/public/favicon/favicon-32x32.png?v=2"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/public/favicon/favicon-16x16.png?v=2"> | ||
<link rel="manifest" href="/public/favicon/site.webmanifest?v=2"> | ||
<link rel="mask-icon" href="/public/favicon/safari-pinned-tab.svg?v=2" color="#9e1cf3"> | ||
<link rel="shortcut icon" href="/public/favicon/favicon.ico?v=2"> | ||
<meta name="msapplication-TileColor" content="#000000"> | ||
<meta name="msapplication-config" content="/public/favicon/browserconfig.xml?v=2"> | ||
<meta name="theme-color" content="#000000"> | ||
|
||
*Optional* - Check your favicon with the [favicon checker](https://realfavicongenerator.net/favicon_checker) |
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<link rel="apple-touch-icon" sizes="180x180" href="/public/favicon/apple-touch-icon.png?v=2"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/public/favicon/favicon-32x32.png?v=2"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/public/favicon/favicon-16x16.png?v=2"> | ||
<link rel="manifest" href="/public/favicon/site.webmanifest?v=2"> | ||
<link rel="mask-icon" href="/public/favicon/safari-pinned-tab.svg?v=2" color="#9e1cf3"> | ||
<link rel="shortcut icon" href="/public/favicon/favicon.ico?v=2"> | ||
<meta name="msapplication-TileColor" content="#000000"> | ||
<meta name="msapplication-config" content="/public/favicon/browserconfig.xml?v=2"> | ||
<meta name="theme-color" content="#000000"> |
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"name": "Carberra Tutorials", | ||
"short_name": "Carberra Tutorials", | ||
"name": "Carberra", | ||
"short_name": "Carberra", | ||
"icons": [ | ||
{ | ||
"src": "/android-chrome-192x192.png", | ||
"src": "/public/favicon/android-chrome-192x192.png?v=2", | ||
"sizes": "192x192", | ||
"type": "image/png" | ||
}, | ||
{ | ||
"src": "/android-chrome-512x512.png", | ||
"src": "/public/favicon/android-chrome-512x512.png?v=2", | ||
"sizes": "512x512", | ||
"type": "image/png" | ||
} | ||
], | ||
"theme_color": "#ffffff", | ||
"background_color": "#ffffff", | ||
"theme_color": "#000000", | ||
"background_color": "#000000", | ||
"display": "standalone" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters