add thumbnail, add seo/social media tags

This commit is contained in:
Amruth Pillai
2020-03-25 22:04:09 +05:30
parent 536d1828f9
commit 902d3b4149
2 changed files with 12 additions and 2 deletions

BIN
public/images/thumbnail.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

View File

@ -6,11 +6,21 @@
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport"
content="width=device-width, initial-scale=.5, maximum-scale=5.0, minimum-scale=.25, user-scalable=yes" />
<meta name="theme-color" content="#000000" />
<meta name="theme-color" content="#546e7a" />
<meta name="description"
content="The resume generator you've been waiting for. Completely private, secure and customizable. Pick a layout, pick colors, enter your information and voila!" />
content="A one-of-a-kind resume builder that's not out to get your data. Completely secure, customizable, portable, open-source and free forever. Try it out today!" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<meta name="robots" content="index, follow">
<!-- Social Media Meta Tags -->
<meta property="og:title" content="Reactive Resume">
<meta property="og:description"
content="A one-of-a-kind resume builder that's not out to get your data. Completely secure, customizable, portable, open-source and free forever. Try it out today!">
<meta property="og:image" content="https://i.imgur.com/6gDAIu0.png">
<meta property="og:url" content="https://rx-resume.web.app/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@amruthpillai">
<title>Reactive Resume</title>