Skip to content

Commit

Permalink
Metadata added and Opengraph
Browse files Browse the repository at this point in the history
  • Loading branch information
vrushabhgawas14 committed Nov 12, 2024
1 parent d4b1e2b commit c45e702
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
Binary file added public/coverpage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 16 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,24 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="Porfolio Website of Vrushabh Gawas"/>
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<meta name="description" content="Porfolio Website of Vrushabh Gawas" />
<meta property="og:title" content="Vrushabh Gawas" />
<meta
property="og:description"
content="Porfolio Website of Vrushabh Gawas"
/>
<meta property="og:image" content="./coverpage.png" />
<meta property="og:url" content="https://vrushabhgawas14.github.io/" />
<meta property="og:type" content="website" />
<title>Vrushabh Gawas</title>
</head>
<body class="bg-secondary-light dark:bg-secondary-dark text-slate-700 dark:text-zinc-300 relative linear duration-500">
<body
class="bg-secondary-light dark:bg-secondary-dark text-slate-700 dark:text-zinc-300 relative linear duration-500"
>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
Expand Down

0 comments on commit c45e702

Please sign in to comment.