Skip to content

Commit

Permalink
Added a favicon and new meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
alisamadiii committed Feb 12, 2023
1 parent 64f73c3 commit 7f334b5
Showing 1 changed file with 23 additions and 7 deletions.
30 changes: 23 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Ali Reza" />
<meta property="og:type" content="portfolio" />
<!-- HTML Meta Tags -->
<title>Ali Reza</title>
<meta
name="description"
content="As a front-end developer, I specialize in building and maintaining the user interface of web applications." />
<link rel="shortcut icon" href="/public/Logo.png" type="image/x-icon" />
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://www.alirezasamadi.com/" />
<meta property="og:image" content="/public/meta image.png" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Ali Reza" />
<meta
property="og:description"
content="As a front-end developer, I specialize in building and maintaining the user interface of web applications." />
<meta
property="og:image"
content="https://i.ibb.co/w0tnZNw/meta-image.png" />

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="alirezasamadi.com" />
<meta property="twitter:url" content="https://www.alirezasamadi.com/" />
<meta name="twitter:title" content="Ali Reza" />
<meta
name="twitter:description"
content="As a front-end developer, I specialize in building and maintaining the user interface of web applications." />
<meta
name="twitter:image"
content="https://i.ibb.co/w0tnZNw/meta-image.png" />
<meta name="twitter:card" content="summary_large_image" />

<!-- Meta Tags Generated via https://www.opengraph.xyz -->

<title>Ali Reza</title>
</head>
<body>
Expand Down

1 comment on commit 7f334b5

@vercel
Copy link

@vercel vercel bot commented on 7f334b5 Feb 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.