Skip to content

Commit

Permalink
docs(example): Add example site favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
VovanR committed Jul 9, 2018
1 parent a6540db commit e271631
Show file tree
Hide file tree
Showing 15 changed files with 66 additions and 0 deletions.
9 changes: 9 additions & 0 deletions example/index.html
Expand Up @@ -8,6 +8,15 @@
<title>hour-to-day-or-night</title>
<meta name="description" content="Convert hour to day or night: 8 → 'day'">

<link rel="icon" type="image/png" sizes="32x32" href="public/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="public/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="public/apple-touch-icon.png">
<link rel="mask-icon" href="public/safari-pinned-tab.svg" color="#009688">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-config" content="public/browserconfig.xml" />
<meta name="theme-color" content="#ffffff">
<link rel="manifest" href="public/manifest.json">

<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="style_day.css">
<link rel="stylesheet" href="style_night.css">
Expand Down
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 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: 9 additions & 0 deletions public/browserconfig.xml
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="mstile-150x150.png"/>
<TileColor>#ffffff</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file added 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 added 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 added public/favicon.ico
Binary file not shown.
22 changes: 22 additions & 0 deletions public/manifest.json
@@ -0,0 +1,22 @@
{
"name": "Hour to Day or Night",
"short_name": "Day or Night",
"icons": [
{
"src": "public/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "public/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "index.html",
"version": "0.1",
"manifest_version": 1,
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#ffffff"
}
Binary file added public/mstile-144x144.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/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 added public/mstile-310x150.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/mstile-310x310.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/mstile-70x70.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions public/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.

0 comments on commit e271631

Please sign in to comment.