Skip to content

Commit

Permalink
Look&Feel changed into Allegro colour scheme. (#26)
Browse files Browse the repository at this point in the history
Favicons generated and optimized.
  • Loading branch information
mkuthan committed Feb 12, 2018
1 parent 68bcc02 commit d863303
Show file tree
Hide file tree
Showing 46 changed files with 90 additions and 179 deletions.
Binary file removed assets/favicon/android-chrome-144x144.png
Binary file not shown.
Binary file modified assets/favicon/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 removed assets/favicon/android-chrome-36x36.png
Binary file not shown.
Binary file removed assets/favicon/android-chrome-48x48.png
Binary file not shown.
Binary file added assets/favicon/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 removed assets/favicon/android-chrome-72x72.png
Binary file not shown.
Binary file removed assets/favicon/android-chrome-96x96.png
Binary file not shown.
Binary file removed assets/favicon/apple-touch-icon-114x114.png
Binary file not shown.
Binary file removed assets/favicon/apple-touch-icon-120x120.png
Binary file not shown.
Binary file removed assets/favicon/apple-touch-icon-144x144.png
Binary file not shown.
Binary file removed assets/favicon/apple-touch-icon-152x152.png
Binary file not shown.
Binary file removed assets/favicon/apple-touch-icon-180x180.png
Binary file not shown.
Binary file removed assets/favicon/apple-touch-icon-57x57.png
Binary file not shown.
Binary file removed assets/favicon/apple-touch-icon-60x60.png
Binary file not shown.
Binary file removed assets/favicon/apple-touch-icon-72x72.png
Binary file not shown.
Binary file removed assets/favicon/apple-touch-icon-76x76.png
Binary file not shown.
Binary file removed assets/favicon/apple-touch-icon-precomposed.png
Binary file not shown.
Binary file modified assets/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.
21 changes: 9 additions & 12 deletions assets/favicon/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="/favicon/mstile-70x70.png?v=3"/>
<square150x150logo src="/favicon/mstile-150x150.png?v=3"/>
<square310x310logo src="/favicon/mstile-310x310.png?v=3"/>
<wide310x150logo src="/favicon/mstile-310x150.png?v=3"/>
<TileColor>#189ae0</TileColor>
</tile>
</msapplication>
</browserconfig>
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/favicon/mstile-150x150.png?v=4"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file modified assets/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 assets/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 assets/favicon/favicon-96x96.png
Binary file not shown.
Binary file modified assets/favicon/favicon.ico
Binary file not shown.
42 changes: 0 additions & 42 deletions assets/favicon/manifest.json

This file was deleted.

Binary file modified assets/favicon/mstile-144x144.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 assets/favicon/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.
Binary file modified assets/favicon/mstile-310x150.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 assets/favicon/mstile-310x310.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 assets/favicon/mstile-70x70.png
27 changes: 1 addition & 26 deletions assets/favicon/safari-pinned-tab.svg
19 changes: 19 additions & 0 deletions assets/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Turnilo",
"short_name": "Turnilo",
"icons": [
{
"src": "/favicon/android-chrome-192x192.png?v=4",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicon/android-chrome-512x512.png?v=4",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions resources/logo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Favicon generation

Generate favicons from `turnilo-logo.svg` and commit generated icons with manifests into `assets/favicon` directory.

[https://realfavicongenerator.net/](https://realfavicongenerator.net/)
29 changes: 0 additions & 29 deletions resources/logo/pngify

This file was deleted.

Binary file removed resources/logo/swiv-logo-1024.png
Diff not rendered.
Binary file removed resources/logo/swiv-logo-128.png
Diff not rendered.
Binary file removed resources/logo/swiv-logo-32.png
Diff not rendered.
Binary file removed resources/logo/swiv-logo-512.png
Diff not rendered.
Binary file removed resources/logo/swiv-logo-64.png
Diff not rendered.
Binary file removed resources/logo/swiv-logo-800.png
Diff not rendered.
34 changes: 16 additions & 18 deletions resources/logo/swiv-logo.svg → resources/logo/turnilo-logo.svg
2 changes: 1 addition & 1 deletion src/client/components/nav-logo/nav-logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class NavLogo extends React.Component<NavLogoProps, NavLogoState> {

render() {
const { onClick, customLogoSvg } = this.props;
const svg = customLogoSvg || require('../../icons/swiv-logo.svg');
const svg = customLogoSvg || require('../../icons/turnilo-logo.svg');

return <div className="nav-logo" onClick={onClick}>
<div className="logo">
Expand Down
Loading

0 comments on commit d863303

Please sign in to comment.