Skip to content

Commit

Permalink
New Logo, new APP ID, new screenshot "in action"
Browse files Browse the repository at this point in the history
  • Loading branch information
damienalexandre committed Oct 11, 2019
1 parent c4e1327 commit 8b3b125
Show file tree
Hide file tree
Showing 34 changed files with 141 additions and 43 deletions.
Binary file added public/android-chrome-192x192.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/android-chrome-512x512.png
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/apple-touch-icon-114x114.png
Binary file not shown.
Binary file removed public/apple-touch-icon-120x120.png
Binary file not shown.
Binary file removed public/apple-touch-icon-144x144.png
Binary file not shown.
Binary file removed public/apple-touch-icon-152x152.png
Binary file not shown.
Binary file removed public/apple-touch-icon-180x180.png
Binary file not shown.
Binary file removed public/apple-touch-icon-57x57.png
Binary file not shown.
Binary file removed public/apple-touch-icon-60x60.png
Binary file not shown.
Binary file removed public/apple-touch-icon-72x72.png
Binary file not shown.
Binary file removed public/apple-touch-icon-76x76.png
Binary file not shown.
Binary file added public/apple-touch-icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 8 additions & 1 deletion public/browserconfig.xml
@@ -1,2 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig><msapplication><tile><square70x70logo src="/mstile-70x70.png"/><square150x150logo src="/mstile-150x150.png"/><wide310x150logo src="/mstile-310x150.png"/><square310x310logo src="/mstile-310x310.png"/><TileColor>#E03A4D</TileColor></tile></msapplication></browserconfig>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png?v=2"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file removed public/favicon-128x128.png
Binary file not shown.
Binary file modified public/favicon-16x16.png
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/favicon-196x196.png
Binary file not shown.
Binary file modified public/favicon-32x32.png
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/favicon-96x96.png
Binary file not shown.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file added public/images/logo-full.png
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 public/images/logo-source.svg
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/logo-spoiler.png
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/logo.png
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/slack-sample.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 0 additions & 18 deletions public/manifest.json
Expand Up @@ -6,24 +6,6 @@
"sizes": "32x32",
"type": "image\/png",
"density": "0.75"
},
{
"src": "\/favicon-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"density": "2.0"
},
{
"src": "\/favicon-128x128.png",
"sizes": "128x128",
"type": "image\/png",
"density": "3.0"
},
{
"src": "\/favicon-196x196.png",
"sizes": "196x196",
"type": "image\/png",
"density": "4.0"
}
]
}
Binary file removed public/mstile-144x144.png
Binary file not shown.
Binary file modified public/mstile-150x150.png
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/mstile-310x150.png
Binary file not shown.
Binary file removed public/mstile-310x310.png
Diff not rendered.
Binary file removed public/mstile-70x70.png
Diff not rendered.
103 changes: 103 additions & 0 deletions public/safari-pinned-tab.svg
19 changes: 19 additions & 0 deletions public/site.webmanifest
@@ -0,0 +1,19 @@
{
"name": "Secret Santa",
"short_name": "Secret Santa",
"icons": [
{
"src": "/android-chrome-192x192.png?v=2",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png?v=2",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
1 change: 0 additions & 1 deletion public/style.css
Expand Up @@ -195,7 +195,6 @@ a {
}
.logo-wrapper img {
position: absolute;
left: 3px;
top: 5px;
width: 95px;
}
Expand Down

0 comments on commit 8b3b125

Please sign in to comment.