Skip to content

Commit

Permalink
UI: Add favicon (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
YarovoiVadym authored and eran-nussbaum committed Jul 26, 2018
1 parent 78fa6f3 commit 9b26275
Show file tree
Hide file tree
Showing 11 changed files with 85 additions and 0 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 pkg/dashboard/ui/src/images/favicon/browserconfig.xml
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/assets/images/favicon/mstile-150x150.png?v=rMl4vpeQ8Y"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkg/dashboard/ui/src/images/favicon/favicon.ico
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions pkg/dashboard/ui/src/images/favicon/safari-pinned-tab.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions pkg/dashboard/ui/src/images/favicon/site.webmanifest
@@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/assets/images/favicon/android-chrome-192x192.png?v=rMl4vpeQ8Y",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/images/favicon/android-chrome-512x512.png?v=rMl4vpeQ8Y",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
9 changes: 9 additions & 0 deletions pkg/dashboard/ui/src/index.html
Expand Up @@ -4,6 +4,15 @@
<title data-ng-bind="app.pageTitle"></title>
<meta charset="utf-8">
<meta name="viewport" content="width=1024">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/images/favicon/site.webmanifest">
<link rel="mask-icon" href="/assets/images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="/assets/images/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="/assets/images/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">

<link rel="stylesheet" type="text/css" href="/assets/css/vendor.css"/>
<link rel="stylesheet" type="text/css" href="/assets/css/app.css"/>
Expand Down

0 comments on commit 9b26275

Please sign in to comment.