Skip to content

Commit

Permalink
Merge pull request #169 from dotkernel/design-3.0
Browse files Browse the repository at this point in the history
favicons replaced
  • Loading branch information
arhimede authored Jun 23, 2020
2 parents 96ab938 + 595e9e3 commit fd73213
Show file tree
Hide file tree
Showing 65 changed files with 52 additions and 2 deletions.
Binary file removed public/images/app/favicon-180x180.png
Binary file not shown.
Binary file removed public/images/app/favicon.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/app/favicon/android-icon-144x144.png
Binary file not shown.
Binary file removed public/images/app/favicon/android-icon-192x192.png
Binary file not shown.
Binary file removed public/images/app/favicon/android-icon-36x36.png
Binary file not shown.
Binary file removed public/images/app/favicon/android-icon-48x48.png
Binary file not shown.
Binary file removed public/images/app/favicon/android-icon-72x72.png
Binary file not shown.
Binary file removed public/images/app/favicon/android-icon-96x96.png
Binary file not shown.
Binary file removed public/images/app/favicon/apple-icon-114x114.png
Binary file not shown.
Binary file removed public/images/app/favicon/apple-icon-120x120.png
Binary file not shown.
Binary file removed public/images/app/favicon/apple-icon-144x144.png
Binary file not shown.
Binary file removed public/images/app/favicon/apple-icon-152x152.png
Binary file not shown.
Binary file removed public/images/app/favicon/apple-icon-180x180.png
Binary file not shown.
Binary file removed public/images/app/favicon/apple-icon-57x57.png
Binary file not shown.
Binary file removed public/images/app/favicon/apple-icon-60x60.png
Binary file not shown.
Binary file removed public/images/app/favicon/apple-icon-72x72.png
Binary file not shown.
Binary file removed public/images/app/favicon/apple-icon-76x76.png
Binary file not shown.
Binary file removed public/images/app/favicon/apple-icon-precomposed.png
Binary file not shown.
Binary file removed public/images/app/favicon/apple-icon.png
Binary file not shown.
Binary file added public/images/app/favicon/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 public/images/app/favicon/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>#2d89ef</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file modified public/images/app/favicon/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/images/app/favicon/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 removed public/images/app/favicon/favicon-96x96.png
Binary file not shown.
Binary file modified public/images/app/favicon/favicon.ico
Binary file not shown.
Binary file removed public/images/app/favicon/ms-icon-144x144.png
Binary file not shown.
Binary file removed public/images/app/favicon/ms-icon-150x150.png
Diff not rendered.
Binary file removed public/images/app/favicon/ms-icon-310x310.png
Diff not rendered.
Binary file removed public/images/app/favicon/ms-icon-70x70.png
Diff not rendered.
Binary file added public/images/app/favicon/mstile-150x150.png
14 changes: 14 additions & 0 deletions public/images/app/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
Binary file removed src/App/assets/images/favicon-180x180.png
Diff not rendered.
Binary file removed src/App/assets/images/favicon.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed src/App/assets/images/favicon/android-icon-36x36.png
Diff not rendered.
Binary file removed src/App/assets/images/favicon/android-icon-48x48.png
Diff not rendered.
Binary file removed src/App/assets/images/favicon/android-icon-72x72.png
Diff not rendered.
Binary file removed src/App/assets/images/favicon/android-icon-96x96.png
Diff not rendered.
Binary file removed src/App/assets/images/favicon/apple-icon-114x114.png
Diff not rendered.
Binary file removed src/App/assets/images/favicon/apple-icon-120x120.png
Diff not rendered.
Binary file removed src/App/assets/images/favicon/apple-icon-144x144.png
Diff not rendered.
Binary file removed src/App/assets/images/favicon/apple-icon-152x152.png
Diff not rendered.
Binary file removed src/App/assets/images/favicon/apple-icon-180x180.png
Diff not rendered.
Binary file removed src/App/assets/images/favicon/apple-icon-57x57.png
Diff not rendered.
Binary file removed src/App/assets/images/favicon/apple-icon-60x60.png
Diff not rendered.
Binary file removed src/App/assets/images/favicon/apple-icon-72x72.png
Diff not rendered.
Binary file removed src/App/assets/images/favicon/apple-icon-76x76.png
Diff not rendered.
Diff not rendered.
Binary file removed src/App/assets/images/favicon/apple-icon.png
Diff not rendered.
9 changes: 9 additions & 0 deletions src/App/assets/images/favicon/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>#2d89ef</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file modified src/App/assets/images/favicon/favicon-16x16.png
Binary file modified src/App/assets/images/favicon/favicon-32x32.png
Binary file removed src/App/assets/images/favicon/favicon-96x96.png
Diff not rendered.
Binary file modified src/App/assets/images/favicon/favicon.ico
Binary file not shown.
Binary file removed src/App/assets/images/favicon/ms-icon-144x144.png
Diff not rendered.
Binary file removed src/App/assets/images/favicon/ms-icon-150x150.png
Diff not rendered.
Binary file removed src/App/assets/images/favicon/ms-icon-310x310.png
Diff not rendered.
Binary file removed src/App/assets/images/favicon/ms-icon-70x70.png
Diff not rendered.
Binary file added src/App/assets/images/favicon/mstile-150x150.png
14 changes: 14 additions & 0 deletions src/App/assets/images/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
8 changes: 6 additions & 2 deletions src/App/templates/layout/default.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@

<title>{% block title %}{% endblock %} | DotKernel frontend V3</title>

<link rel="apple-touch-icon" href="{{ asset('images/app/favicon-180x180.png') }}">
<link rel="icon" href="{{ asset('images/app/favicon.png') }}" type="image/x-icon"/>
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('images/app/favicon/apple-touch-icon.png') }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ asset('images/app/favicon/favicon-32x32.png') }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ asset('images/app/favicon/favicon-16x16.png') }}">
<link rel="manifest" href="{{ asset('images/app/favicon/site.webmanifest') }}">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="theme-color" content="#ffffff">

<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400" rel="stylesheet">
Expand Down

0 comments on commit fd73213

Please sign in to comment.