Skip to content

Commit

Permalink
Merge pull request #57 from danielabar/chore/56-share-tags
Browse files Browse the repository at this point in the history
chore/56-share-tags
  • Loading branch information
danielabar authored Sep 22, 2019
2 parents 7b25926 + 9d3a0b3 commit d15c6e5
Show file tree
Hide file tree
Showing 12 changed files with 75 additions and 12 deletions.
Binary file modified public/android-chrome-192x192.png
100755 → 100644
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/android-chrome-512x512.png
Binary file not shown.
Binary file modified public/apple-touch-icon.png
100755 → 100644
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/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>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file modified public/favicon-16x16.png
100755 → 100644
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/favicon-32x32.png
100755 → 100644
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/favicon.ico
100755 → 100644
Binary file not shown.
35 changes: 30 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,40 @@

<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/%PUBLIC_URL%favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="google-site-verification" content="qURd0VGTLIUqEhf2g4lSg0U6Lf7OmiHf4SiNhqPI6BI" />
<meta name="description"
content="If you are Canadian, low income, approaching retirement and have savings in an RRSP, withdrawing from your RRSP during retirment could reduce the amount of GIS (Guaranteed Income Supplement) you are entitled to. Use this calculator to find out if you could be eligible for more GIS by cashing out your RRSP early." />

<!-- icons -->
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="mask-icon" href="%PUBLIC_URL%/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">

<!-- facebook -->
<meta property="og:type" content="website">
<meta property="og:title" content="RRSP GIS Calculator">
<meta property="og:description"
content="If you are Canadian, low income, approaching retirement and have savings in an RRSP, withdrawing from your RRSP during retirment could reduce the amount of GIS (Guaranteed Income Supplement) you are entitled to. Use this calculator to find out if you could be eligible for more GIS by cashing out your RRSP early.">
<meta property="og:image" content="https://rrspgiscalculator.site/scale.png">
<meta property="og:image:width" content="189">
<meta property="og:image:height" content="199">
<meta property="og:url" content="https://rrspgiscalculator.site/index.html">

<!-- twitter -->
<meta property="twitter:card" content="summary">
<meta property="twitter:domain" value="rrspgiscalculator.site">
<meta property="twitter:title" value="RRSP GIS Calculator">
<meta property="twitter:description"
value="If you are Canadian, low income, approaching retirement and have savings in an RRSP, withdrawing from your RRSP during retirment could reduce the amount of GIS (Guaranteed Income Supplement) you are entitled to. Use this calculator to find out if you could be eligible for more GIS by cashing out your RRSP early.">
<meta property="twitter:image" content="https://rrspgiscalculator.site/scale.png">
<meta property="twitter:url" value="https://rrspgiscalculator.site/index.html">

<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Expand Down
9 changes: 2 additions & 7 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "RRSP vs GIS",
"name": "RRSP vs GIS Calculator",
"short_name": "RRSP GIS Calculator",
"name": "RRSP GIS Calculator",
"icons": [
{
"src": "favicon.ico",
Expand All @@ -11,11 +11,6 @@
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "./index.html",
Expand Down
Binary file added public/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.
34 changes: 34 additions & 0 deletions public/safari-pinned-tab.svg
Loading
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/scale.png
Loading
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 d15c6e5

Please sign in to comment.