Skip to content
This repository has been archived by the owner on Jul 10, 2018. It is now read-only.

Commit

Permalink
Adding icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed May 18, 2018
1 parent 5aab943 commit 486c384
Show file tree
Hide file tree
Showing 13 changed files with 69 additions and 0 deletions.
Empty file removed src/assets/.gitkeep
Empty file.
9 changes: 9 additions & 0 deletions src/assets/browserconfig.xml
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#00aba9</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file added src/assets/img/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 src/assets/img/android-chrome-256x256.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 src/assets/img/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.
Binary file added src/assets/img/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 src/assets/img/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 src/assets/img/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 src/assets/img/og-image.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions src/assets/img/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 src/assets/site.webmanifest
@@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
Binary file modified src/favicon.ico
Binary file not shown.
21 changes: 21 additions & 0 deletions src/index.html
Expand Up @@ -7,6 +7,27 @@

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon-16x16.png">
<link rel="manifest" href="assets/site.webmanifest">
<link rel="mask-icon" href="assets/img/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#1d21bf">
<meta name="theme-color" content="#ffffff">

<meta property="og:image:width" content="279">
<meta property="og:image:height" content="279">
<meta property="og:description" content="A developer preview of the machine-learning-powered ingredient parser API. Built to power the best food apps online.">
<meta property="og:title" content="Ingredient Parser">
<meta property="og:url" content="https://ingredientparser.com">
<meta property="og:image" content="https://ingredientparser.com/assets/img/og-image.jpg">

<!-- Twitter properties -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@deliberatecoder" />
<meta name="twitter:title" content="Ingredient Parser">
<meta name="twitter:description" content="A developer preview of the machine-learning-powered ingredient parser API. Built to power the best food apps online.">
<meta name="twitter:image" content="https://ingredientparser.com/assets/img/og-image.jpg">
</head>
<body>
<app-root></app-root>
Expand Down

0 comments on commit 486c384

Please sign in to comment.