Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
OpenGraph update
  • Loading branch information
aaditagrawal authored Sep 28, 2024
1 parent 6e393fa commit 2ce0209
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Aadit Agrawal | Portfolio</title>
<link rel="stylesheet" href="styles.css" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Aadit Agrawal | Portfolio" />
<meta property="og:description" content="Developer && Creative" />
<meta
property="og:image"
content="https://images.unsplash.com/photo-1669050589643-a06e01d7391e?q=80&w=2960&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
/>
<meta property="og:url" content="https://your-portfolio-url.com" />
<meta property="og:type" content="website" />
</head>
<body>
<div class="container">
Expand Down

0 comments on commit 2ce0209

Please sign in to comment.