Skip to content

Commit

Permalink
chore: udpate meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sameemul-haque committed Apr 13, 2024
1 parent 3590060 commit 0e9ce94
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ To create an empty commit with a specific date:
git commit --allow-empty --date="31 Oct 2022 11:11:11 +0530" --allow-empty-message -m ""
```


![preview](/public/banner.png "preview")
Binary file added public/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,56 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>GitArt - GitHub Contribution Graph Customizer</title>
<meta
name="description"
content="Enhance your GitHub contribution graph with GitArt - a powerful tool enabling users to craft custom commit commands. Personalize your profile with names, messages, symbols, logos, and more, shaping your GitHub presence uniquely."
/>

<meta name="robots" content="index,follow" />
<meta name="googlebot" content="index,follow" />
<link rel="canonical" href="https://sameemul-haque.github.io/GitArt" />

<meta
property="og:title"
content="GitArt - GitHub Contribution Graph Customizer"
/>
<meta
property="og:description"
content="Enhance your GitHub contribution graph with GitArt - a powerful tool enabling users to craft custom commit commands. Personalize your profile with names, messages, symbols, logos, and more, shaping your GitHub presence uniquely."
/>
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://sameemul-haque.github.io/GitArt/banner.png"
/>
<meta property="og:image:width" content="1366" />
<meta property="og:image:height" content="768" />
<meta
property="og:image:alt"
content="GitArt - GitHub Contribution Graph Customizer"
/>
<meta property="og:image:type" content="image/png" />
<meta property="og:url" content="https://sameemul-haque.github.io/GitArt" />
<meta
property="og:site_name"
content="GitArt - GitHub Contribution Graph Customizer"
/>

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@sameemul_haque/" />
<meta name="twitter:title" content="Sameemul Haque" />
<meta name="twitter:creator" content="@sameemul_haque/" />
<meta
name="twitter:description"
content="GitArt - GitHub Contribution Graph Customizer"
/>
<meta
name="twitter:image"
content="https://sameemul-haque.github.io/GitArt/banner.png"
/>

<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand Down

0 comments on commit 0e9ce94

Please sign in to comment.